Skip to content

Commit 4d0a866

Browse files
zmodemAravind Vasudevan
authored andcommitted
Disable failing rust test
Bug: 1442943 Change-Id: I4232350f05c41c71971d31f18e6d6ad57a4d21d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4506666 Reviewed-by: danakj <danakj@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1140208} NOKEYCHECK=True GitOrigin-RevId: 8e635c4850fd92a754538861dee0ebb3745ebc29
1 parent 41785d1 commit 4d0a866

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_rust.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
EXCLUDED_TESTS_WINDOWS = [
8787
# https://github.com/rust-lang/rust/issues/96464
8888
os.path.join('tests', 'codegen', 'vec-shrink-panik.rs'),
89+
# TODO(crbug.com/1442943): Re-enable when fixed.
90+
os.path.join('tests', 'ui', 'native-library-link-flags',
91+
'msvc-non-utf8-output.rs'),
8992
]
9093

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

0 commit comments

Comments
 (0)