Skip to content

Commit 3e603c3

Browse files
committed
bump Rust version, fix test-cargo-miri and it no longer needs to disable validation
1 parent 93b8c23 commit 3e603c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-12-14
1+
nightly-2018-12-18

test-cargo-miri/run-test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ def test(name, cmd, stdout_ref, stderr_ref):
3434
sys.exit(1)
3535

3636
def test_cargo_miri_run():
37-
test("cargo miri run", ["cargo", "miri", "run", "-q"], "stout.ref", "stderr.ref")
37+
test("cargo miri run", ["cargo", "miri", "run", "-q"], "stdout.ref", "stderr.ref")
3838

3939
def test_cargo_miri_test():
40-
# FIXME: validation disabled for now because of https://github.com/rust-lang/rust/issues/54957
41-
test("cargo miri test", ["cargo", "miri", "test", "-q", "--", "-Zmiri-disable-validation"], "stout.ref", "stderr.ref")
40+
test("cargo miri test", ["cargo", "miri", "test", "-q"], "test.stdout.ref", "test.stderr.ref")
4241

4342
test_cargo_miri_run()
4443
test_cargo_miri_test()

0 commit comments

Comments
 (0)