We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cb74b commit f46e192Copy full SHA for f46e192
tests/pass/0weak_memory_consistency.rs
@@ -1,4 +1,6 @@
1
-//@compile-flags: -Zmiri-ignore-leaks -Zmiri-disable-stacked-borrows
+//@compile-flags: -Zmiri-ignore-leaks -Zmiri-disable-stacked-borrows -Zmiri-provenance-gc=10000
2
+// This test's runtime explodes if the GC interval is set to 1 (which we do in CI), so we
3
+// override it internally back to the default frequency.
4
5
// The following tests check whether our weak memory emulation produces
6
// any inconsistent execution outcomes
0 commit comments