Skip to content

Commit b7b7729

Browse files
danakjAravind Vasudevan
authored andcommitted
Revert "Disable failing rust test"
This reverts commit 8e635c4850fd92a754538861dee0ebb3745ebc29. Reason for revert: Fixed rust-lang/rust#111256 Original change's description: > 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} Bug: 1442943 Change-Id: I645e2319fb289b48aaacc1fab431cb7d8e8acbc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4513455 Reviewed-by: Hans Wennborg <hans@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144642} NOKEYCHECK=True GitOrigin-RevId: 5ac3835d5d0d3b50a367b960f16eb603d8767c0f
1 parent c4f7446 commit b7b7729

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build_rust.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
os.path.join('tests', 'ui', 'numeric', 'numeric-cast.rs'),
8989
]
9090
EXCLUDED_TESTS_WINDOWS = [
91-
# TODO(crbug.com/1442943): Re-enable when fixed.
92-
os.path.join('tests', 'ui', 'native-library-link-flags',
93-
'msvc-non-utf8-output.rs'),
9491
]
9592

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

0 commit comments

Comments
 (0)