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 02ff8b7 commit d686aa3Copy full SHA for d686aa3
sycl/test-e2e/MemorySanitizer/check_large_access.cpp
@@ -1,6 +1,6 @@
1
// REQUIRES: linux, cpu || (gpu && level_zero)
2
-// RUN: %{build} %device_msan_flags -O1 -g -o %t2.out
3
-// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
+// RUN: %{build} %device_msan_flags -O0 -g -o %t1.out
+// RUN: %{run} not %t1.out 2>&1 | FileCheck %s
4
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
5
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
6
0 commit comments