|
74 | 74 | os.path.join('tests', 'codegen', 'sanitizer-cfi-emit-type-checks.rs'),
|
75 | 75 | os.path.join('tests', 'codegen',
|
76 | 76 | 'sanitizer-cfi-emit-type-metadata-itanium-cxx-abi.rs'),
|
| 77 | + # https://github.com/rust-lang/rust/issues/96464 used to be Windows only but |
| 78 | + # now fails everywhere. |
| 79 | + os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'), |
77 | 80 | # https://github.com/rust-lang/rust/issues/109671 the test is being
|
78 | 81 | # optimized in newer LLVM which breaks its expectations.
|
79 | 82 | os.path.join('tests', 'ui', 'abi', 'stack-protector.rs'),
|
|
85 | 88 | os.path.join('tests', 'ui', 'numeric', 'numeric-cast.rs'),
|
86 | 89 | ]
|
87 | 90 | EXCLUDED_TESTS_WINDOWS = [
|
88 |
| - # https://github.com/rust-lang/rust/issues/96464 |
89 |
| - os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'), |
90 | 91 | # TODO(crbug.com/1442943): Re-enable when fixed.
|
91 | 92 | os.path.join('tests', 'ui', 'native-library-link-flags',
|
92 | 93 | 'msvc-non-utf8-output.rs'),
|
|
0 commit comments