Skip to content

Commit 6311263

Browse files
aeubanksChromium LUCI CQ
authored andcommitted
Suppress some rust codegen tests due to upstream LLVM changes
llvm/llvm-project#163802 changed these intrinsics and the rust tests haven't been updated to reflect that yet. Suppress until they're fixed upstream Bug: 453668132 Change-Id: I3765ec3a355d92bda72d9136f9c83db1b08e997a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7063196 Reviewed-by: Alan Zhao <[email protected]> Commit-Queue: Alan Zhao <[email protected]> Auto-Submit: Arthur Eubanks <[email protected]> Cr-Commit-Position: refs/heads/main@{#1532399}
1 parent 4276fc1 commit 6311263

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/rust/build_rust.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
'issue-122600-ptr-discriminant-update.rs'),
8282
os.path.join('tests', 'codegen-llvm', 'vec_pop_push_noop.rs'),
8383
os.path.join('tests', 'codegen-llvm', 'vecdeque_pop_push.rs'),
84+
# Temporarily disabled due to https://crbug.com/453668132
85+
os.path.join('tests', 'codegen-llvm', 'simd-intrinsic', 'simd-intrinsic-generic-scatter.rs'),
86+
os.path.join('tests', 'codegen-llvm', 'simd-intrinsic', 'simd-intrinsic-generic-gather.rs'),
87+
os.path.join('tests', 'codegen-llvm', 'simd-intrinsic', 'simd-intrinsic-generic-masked-store.rs'),
88+
os.path.join('tests', 'codegen-llvm', 'simd-intrinsic', 'simd-intrinsic-generic-masked-load.rs'),
8489
]
8590
EXCLUDED_TESTS_WINDOWS = [
8691
# Temporarily disabled due to https://crbug.com/379308086

0 commit comments

Comments
 (0)