Skip to content

Commit d686aa3

Browse files
authored
[DeviceMSAN] Disable e2e test "-O1" due to igc bug (#18211)
1 parent 02ff8b7 commit d686aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/MemorySanitizer/check_large_access.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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
2+
// RUN: %{build} %device_msan_flags -O0 -g -o %t1.out
3+
// RUN: %{run} not %t1.out 2>&1 | FileCheck %s
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66

0 commit comments

Comments
 (0)