Skip to content

Commit 4393e16

Browse files
aeubankscopybara-github
authored andcommitted
Suppress rust test failing with ToT LLVM
This is failing due to upstream optimization enhancements, see bug. BUG=396424971 Change-Id: I6d863d97797c6fff8554c30b99e025151deabfeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6262738 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1419998} NOKEYCHECK=True GitOrigin-RevId: 7fd1c99630f1accd7ed355424593dcabee110ad4
1 parent dd27535 commit 4393e16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_rust.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
GetRustClangRevision)
6666

6767
EXCLUDED_TESTS = [
68+
# Temporarily disabled due to https://crbug.com/396424971
69+
os.path.join('tests', 'codegen', 'common_prim_int_ptr.rs'),
6870
]
6971
EXCLUDED_TESTS_WINDOWS = [
7072
# Temporarily disabled due to https://crbug.com/379308086

0 commit comments

Comments
 (0)