about summary refs log tree commit diff
path: root/tests/ui/conditional-compilation
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+1
2023-06-29Update UI tests which relied on old behavior of constructing a default error ↵许杰友 Jieyou Xu (Joe)-7/+7
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): https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/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-04-15Add some reasons why tests are ignored.Eric Huss-1/+1
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-0/+4
2023-02-18Adjust tracking issue for non_lifetime_bindersMichael Goulet-3/+3
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-18/+28
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1311