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 caeacba commit e36cb6bCopy full SHA for e36cb6b
tests/ui/sanitizer/memory-eager.rs
@@ -6,10 +6,7 @@
6
//@ [optimized]compile-flags: -Z sanitizer=memory -Zsanitizer-memory-track-origins -O
7
//@ [unoptimized]compile-flags: -Z sanitizer=memory -Zsanitizer-memory-track-origins
8
//
9
-//@ run-fail
10
-//@ error-pattern: MemorySanitizer: use-of-uninitialized-value
11
-//@ error-pattern: Uninitialized value was created by an allocation
12
-//@ error-pattern: in the stack frame
+//@ run-pass
13
14
// This test case intentionally limits the usage of the std,
15
// since it will be linked with an uninstrumented version of it.
0 commit comments