Skip to content

Commit e4fd8fd

Browse files
aeubankscopybara-github
authored andcommitted
Unsuppress rust tests
upload_rust tryjobs in https://crrev.com/c/5974433?checksPatchset=1&tab=checks passed with this change. Change-Id: I7694fc620625f7e272ac643d9f8c003dab73243a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5974433 Reviewed-by: Hans Wennborg <[email protected]> Commit-Queue: Arthur Eubanks <[email protected]> Cr-Commit-Position: refs/heads/main@{#1375361} NOKEYCHECK=True GitOrigin-RevId: 76ac154ff3cdddeb07b1c33692e727642538983d
1 parent 1e269af commit e4fd8fd

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

build_rust.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -65,36 +65,12 @@
6565
GetRustClangRevision)
6666

6767
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'),
8168
]
8269
EXCLUDED_TESTS_WINDOWS = [
83-
# https://github.com/rust-lang/rust/issues/96464
84-
os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'),
8570
]
8671
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'),
9072
]
9173
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'),
9874
]
9975

10076
CLANG_SCRIPTS_DIR = os.path.join(CHROMIUM_DIR, 'tools', 'clang', 'scripts')

0 commit comments

Comments
 (0)