rust/tests/ui/diagnostic-flags
许杰友 Jieyou Xu (Joe) 1faa95d289
Update UI tests which relied on old behavior of constructing a default error handler every time
`early_warn` is called

Skip `colored-session-opt-error.rs` on Windows hosts

This is very cursed as to why it fails on Windows CI specifically:

- The test emits a *warning*.
- *Warnings*, and only warnings *specifically*, have a different
  256-color between Windows and non-Windows hosts (other levels
  `set_intense(true)` unconditionally):

  e69c7306e2/compiler/rustc_errors/src/lib.rs (L1792-L1794)

Therefore, I added `// ignore-windows` test header to skip this test on
Windows (it's sufficient to test color is enabled on at least one
non-Windows host).
2023-06-29 23:31:25 +08:00
..
colored-session-opt-error.rs Update UI tests which relied on old behavior of constructing a default error handler every time 2023-06-29 23:31:25 +08:00
colored-session-opt-error.stderr Set error handler output format as soon as possible 2023-06-29 23:31:24 +08:00
terminal_urls.rs Introduce -Zterminal-urls to use OSC8 for error codes 2023-02-09 14:52:54 +00:00
terminal_urls.stderr Introduce -Zterminal-urls to use OSC8 for error codes 2023-02-09 14:52:54 +00:00