Skip to content

Commit 6c58d40

Browse files
committed
temporarily disable validation for 'cargo miri test' testing
1 parent aad5fde commit 6c58d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-cargo-miri/run-test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ def test_cargo_miri_run():
5252
)
5353

5454
def test_cargo_miri_test():
55+
# FIXME: enable validation again, once that no longer conflicts with intptrcast
5556
test("cargo miri test",
56-
cargo_miri("test") + ["--", "-Zmiri-seed=feed"],
57+
cargo_miri("test") + ["--", "-Zmiri-seed=feed", "-Zmiri-disable-validation"],
5758
"test.stdout.ref", "test.stderr.ref"
5859
)
5960
test("cargo miri test (with filter)",

0 commit comments

Comments
 (0)