We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c3d63 commit 4bd81dfCopy full SHA for 4bd81df
1 file changed
src/tests/ui.md
@@ -139,6 +139,10 @@ prefixing each source line are replaced with `LL`). In extremely rare
139
situations, this mode can be disabled with the directive `//@
140
compile-flags: -Z ui-testing=no`.
141
142
+When using `-Z ui-testing=no` the `--diagnostic-width` argument should also
143
+be set to avoid tests failing or passing depending on the width of the terminal
144
+from which the UI test suite is being run.
145
+
146
Note: The line and column numbers for `-->` lines pointing to the test are *not*
147
normalized, and left as-is. This ensures that the compiler continues to point to
148
the correct location, and keeps the stderr files readable. Ideally all
0 commit comments