Skip to content

Commit b40b865

Browse files
zmodemcopybara-github
authored andcommitted
[rust] Unsuppress some toolchain tests
These pass now. Bug: 41487664, 41486049, 324853415, 1479875 Change-Id: Ib6c4a4e8ec40cec8d6ac65ec4a101bbfac8d6fb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5658453 Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Zequan Wu <zequanwu@google.com> Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Zequan Wu <zequanwu@google.com> Cr-Commit-Position: refs/heads/main@{#1319901} NOKEYCHECK=True GitOrigin-RevId: 68848a955f6061f6c150d2a0ad4ea676fcdb8d67
1 parent 2d61d74 commit b40b865

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build_rust.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,14 @@
7171
os.path.join('tests', 'codegen', 'issue-45222.rs'),
7272
# https://github.com/rust-lang/rust/issues/96497
7373
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'),
8074
# TODO(crbug.com/342026487): benign failure; remove when fixed.
8175
os.path.join('tests', 'codegen', 'vec-in-place.rs'),
82-
8376
]
8477
EXCLUDED_TESTS_WINDOWS = [
8578
# https://github.com/rust-lang/rust/issues/96464
8679
os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'),
8780
]
8881
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'),
9282
# https://crbug.com/1521497 These fail on Mac.
9383
os.path.join('tests', 'ui', 'abi', 'stack-probes-lto.rs#x64'),
9484
os.path.join('tests', 'ui', 'abi', 'stack-probes.rs#x64'),

0 commit comments

Comments
 (0)