Skip to content

Commit eeb94cb

Browse files
danakjAravind Vasudevan
authored andcommitted
Re-enable the vec-shrink-panik test for non-Windows.
Fixed in rust-lang/rust#111385 [email protected] Change-Id: I2bda906fb46c7a00b89ecbb98a3c68c75658f1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4534378 Commit-Queue: danakj <[email protected]> Reviewed-by: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/main@{#1144748} NOKEYCHECK=True GitOrigin-RevId: de108a3dc22b41bfb8b5dc8b28c272f3177f9543
1 parent b7b7729 commit eeb94cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build_rust.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
os.path.join('tests', 'codegen', 'sanitizer-cfi-emit-type-checks.rs'),
7575
os.path.join('tests', 'codegen',
7676
'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'),
8077
# https://github.com/rust-lang/rust/issues/109671 the test is being
8178
# optimized in newer LLVM which breaks its expectations.
8279
os.path.join('tests', 'ui', 'abi', 'stack-protector.rs'),
@@ -88,6 +85,8 @@
8885
os.path.join('tests', 'ui', 'numeric', 'numeric-cast.rs'),
8986
]
9087
EXCLUDED_TESTS_WINDOWS = [
88+
# https://github.com/rust-lang/rust/issues/96464
89+
os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'),
9190
]
9291

9392
CLANG_SCRIPTS_DIR = os.path.join(THIS_DIR, '..', 'clang', 'scripts')

0 commit comments

Comments
 (0)