|
65 | 65 | GetRustClangRevision)
|
66 | 66 |
|
67 | 67 | EXCLUDED_TESTS = [
|
68 |
| - # https://github.com/rust-lang/rust/issues/45222 which appears to have |
69 |
| - # regressed as of a recent LLVM update. This test is purely performance |
70 |
| - # related, not correctness. |
71 |
| - os.path.join('tests', 'codegen', 'issue-45222.rs'), |
72 |
| - # https://github.com/rust-lang/rust/issues/96497 |
73 |
| - os.path.join('tests', 'codegen', 'issue-96497-slice-size-nowrap.rs'), |
74 |
| - # TODO(crbug.com/342026487): benign failure; remove when fixed. |
75 |
| - os.path.join('tests', 'codegen', 'vec-in-place.rs'), |
76 |
| - # TODO(crbug.com/360916952): Benign, remove when fixed. |
77 |
| - os.path.join('tests', 'assembly', 'x86_64-cmp.rs'), |
78 |
| - os.path.join('tests', 'assembly', 'x86_64-cmp.rs#OPTIM'), |
79 |
| - os.path.join('tests', 'codegen', 'integer-cmp.rs'), |
80 |
| - os.path.join('tests', 'codegen', 'comparison-operators-2-tuple.rs'), |
81 | 68 | ]
|
82 | 69 | EXCLUDED_TESTS_WINDOWS = [
|
83 |
| - # https://github.com/rust-lang/rust/issues/96464 |
84 |
| - os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'), |
85 | 70 | ]
|
86 | 71 | EXCLUDED_TESTS_MAC = [
|
87 |
| - # https://crbug.com/1521497 These fail on Mac. |
88 |
| - os.path.join('tests', 'ui', 'abi', 'stack-probes-lto.rs#x64'), |
89 |
| - os.path.join('tests', 'ui', 'abi', 'stack-probes.rs#x64'), |
90 | 72 | ]
|
91 | 73 | EXCLUDED_TESTS_MAC_ARM64 = [
|
92 |
| - # https://crbug.com/1519640 This fails on Mac/ARM64. We didn't even run it |
93 |
| - # until recently, so ignore it for now. |
94 |
| - os.path.join('tests', 'ui', 'extern', |
95 |
| - 'issue-64655-extern-rust-must-allow-unwind.rs#fat0'), |
96 |
| - os.path.join('tests', 'ui', 'extern', |
97 |
| - 'issue-64655-extern-rust-must-allow-unwind.rs#thin0'), |
98 | 74 | ]
|
99 | 75 |
|
100 | 76 | CLANG_SCRIPTS_DIR = os.path.join(CHROMIUM_DIR, 'tools', 'clang', 'scripts')
|
|
0 commit comments