Skip to content

Commit 6b9d711

Browse files
remove change in AddressSantizer test, we keep the AddressSantizer tests are unsupported since most of the tests for the feature are still not supported
1 parent dc8ee02 commit 6b9d711

34 files changed

+9
-93
lines changed

sycl/test-e2e/AddressSanitizer/aot/gpu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@
1212

1313
// RUN: %{run-aux} %{build} %device_asan_aot_flags -O3 -g %S/Inputs/host-usm-oob.cpp -o %t.out
1414
// RUN: %{run} not %t.out 2>&1 | FileCheck %S/Inputs/host-usm-oob.cpp
15-
16-
// XFAIL: spirv-backend && gpu
17-
// XFAIL-TRACKER: CMPLRLLVM-64052

sycl/test-e2e/AddressSanitizer/common/kernel-filter-aot-cpu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
// RUN: %{run} %t1 2>&1 | FileCheck %S/kernel-filter.cpp --check-prefixes CHECK-IGNORE
55
// RUN: %{run-aux} %{build} %device_asan_aot_flags %S/kernel-filter.cpp -g -O2 -o %t2
66
// RUN: %{run} not %t2 2>&1 | FileCheck %S/kernel-filter.cpp
7-
8-
// XFAIL: spirv-backend && cpu
9-
// XFAIL-TRACKER: CMPLRLLVM-64052

sycl/test-e2e/AddressSanitizer/common/kernel-filter-aot-gpu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
// RUN: %{run} %t1 2>&1 | FileCheck %S/kernel-filter.cpp --check-prefixes CHECK-IGNORE
66
// RUN: %{run-aux} %{build} %device_asan_aot_flags %S/kernel-filter.cpp -g -O2 -o %t2
77
// RUN: %{run} not %t2 2>&1 | FileCheck %S/kernel-filter.cpp
8-
9-
// XFAIL: spirv-backend && gpu
10-
// XFAIL-TRACKER: CMPLRLLVM-64052

sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %{build} %device_asan_flags -g -O2 -o %t2
55
// RUN: %{run} not %t2 2>&1 | FileCheck %s
66

7-
// XFAIL: spirv-backend
8-
// XFAIL-TRACKER: CMPLRLLVM-64052
9-
107
#include <sycl/detail/core.hpp>
118
#include <sycl/usm.hpp>
129

sycl/test-e2e/AddressSanitizer/common/options-redzone.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=redzone:8 %{run} %t2.out 2>&1 | FileCheck --check-prefixes CHECK-MIN %s
88
// clang-format on
99

10-
// XFAIL: spirv-backend && gpu
11-
// XFAIL-TRACKER: CMPLRLLVM-64052
12-
1310
#include <sycl/usm.hpp>
1411

1512
int main() {

sycl/test-e2e/AddressSanitizer/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ config.unsupported_features += ['target-nvidia', 'target-amd']
1515
# https://github.com/intel/llvm/issues/15953
1616
config.unsupported_features += ['gpu-intel-gen12']
1717

18+
# CMPLRLLVM-64052
19+
config.unsupported_features += ['spirv-backend']
20+
1821
# https://github.com/intel/llvm/issues/16920
1922
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
2023

sycl/test-e2e/AddressSanitizer/misaligned/misalign-int.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// XFAIL: spirv-backend && gpu
10-
// XFAIL-TRACKER: CMPLRLLVM-64052
11-
129
#include <sycl/detail/core.hpp>
1310
#include <sycl/usm.hpp>
1411

sycl/test-e2e/AddressSanitizer/misaligned/misalign-long.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// XFAIL: spirv-backend && gpu
10-
// XFAIL-TRACKER: CMPLRLLVM-64052
11-
129
#include <sycl/detail/core.hpp>
1310
#include <sycl/usm.hpp>
1411

sycl/test-e2e/AddressSanitizer/misaligned/misalign-short.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// XFAIL: spirv-backend && gpu
10-
// XFAIL-TRACKER: CMPLRLLVM-64052
11-
129
#include <sycl/detail/core.hpp>
1310
#include <sycl/usm.hpp>
1411

sycl/test-e2e/AddressSanitizer/out-of-bounds/DeviceGlobal/device_global.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
// UNSUPPORTED: arch-intel_gpu_pvc
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16401
1818

19-
// XFAIL: spirv-backend && gpu
20-
// XFAIL-TRACKER: CMPLRLLVM-64052
21-
2219
#include <sycl/detail/core.hpp>
2320

2421
#include <sycl/ext/oneapi/device_global/device_global.hpp>

0 commit comments

Comments
 (0)