Skip to content

Commit 0ec7a01

Browse files
enable the tests for dg2
1 parent d3589c3 commit 0ec7a01

File tree

63 files changed

+72
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+72
-60
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
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
1515

16-
// XFAIL: spirv-backend && arch-intel_gpu_pvc
16+
// XFAIL: spirv-backend && gpu
1717
// XFAIL-TRACKER: CMPLRLLVM-64052

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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
88

9-
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052

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

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

7-
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7+
// XFAIL: spirv-backend && gpu
88
// XFAIL-TRACKER: CMPLRLLVM-64052
99

1010
#include <sycl/detail/core.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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 && arch-intel_gpu_pvc
10+
// XFAIL: spirv-backend && gpu
1111
// XFAIL-TRACKER: CMPLRLLVM-64052
1212

1313
#include <sycl/usm.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052
1111

1212
#include <sycl/detail/core.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052
1111

1212
#include <sycl/detail/core.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052
1111

1212
#include <sycl/detail/core.hpp>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
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+
1922
#include <sycl/detail/core.hpp>
2023

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052
1111

1212
#include <sycl/detail/core.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && arch-intel_gpu_pvc
9+
// XFAIL: spirv-backend && gpu
1010
// XFAIL-TRACKER: CMPLRLLVM-64052
1111

1212
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)