temporarily disable validation for 'cargo miri test' testing
This commit is contained in:
parent
aad5fde703
commit
6c58d40a8d
@ -52,8 +52,9 @@ def test_cargo_miri_run():
|
||||
)
|
||||
|
||||
def test_cargo_miri_test():
|
||||
# FIXME: enable validation again, once that no longer conflicts with intptrcast
|
||||
test("cargo miri test",
|
||||
cargo_miri("test") + ["--", "-Zmiri-seed=feed"],
|
||||
cargo_miri("test") + ["--", "-Zmiri-seed=feed", "-Zmiri-disable-validation"],
|
||||
"test.stdout.ref", "test.stderr.ref"
|
||||
)
|
||||
test("cargo miri test (with filter)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user