|
71 | 71 | os.path.join('tests', 'codegen', 'issue-45222.rs'),
|
72 | 72 | # https://github.com/rust-lang/rust/issues/96497
|
73 | 73 | os.path.join('tests', 'codegen', 'issue-96497-slice-size-nowrap.rs'),
|
74 |
| - # TODO(crbug.com/41487664): remove after rolling rust with fix |
75 |
| - os.path.join('tests', 'codegen', 'abi-main-signature-32bit-c-int.rs'), |
76 |
| - # TODO(crbug.com/41486049): remove after rolling rust with fix |
77 |
| - os.path.join('tests', 'ui', 'asm', 'inline-syntax.rs'), |
78 |
| - # TODO(https://crbug.com/324853415): benign failure; remove when fixed. |
79 |
| - os.path.join('tests', 'codegen', 'iter-repeat-n-trivial-drop.rs'), |
80 | 74 | # TODO(crbug.com/342026487): benign failure; remove when fixed.
|
81 | 75 | os.path.join('tests', 'codegen', 'vec-in-place.rs'),
|
82 |
| - |
83 | 76 | ]
|
84 | 77 | EXCLUDED_TESTS_WINDOWS = [
|
85 | 78 | # https://github.com/rust-lang/rust/issues/96464
|
86 | 79 | os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'),
|
87 | 80 | ]
|
88 | 81 | EXCLUDED_TESTS_MAC = [
|
89 |
| - # https://crbug.com/1479875 This fails on Mac. It relates to the large code |
90 |
| - # model which we don't use, so suppress it for now. |
91 |
| - os.path.join('tests', 'ui', 'thread-local', 'thread-local-issue-37508.rs'), |
92 | 82 | # https://crbug.com/1521497 These fail on Mac.
|
93 | 83 | os.path.join('tests', 'ui', 'abi', 'stack-probes-lto.rs#x64'),
|
94 | 84 | os.path.join('tests', 'ui', 'abi', 'stack-probes.rs#x64'),
|
|
0 commit comments