Skip to content

Commit 00c8e63

Browse files
authored
[SYCL] Re-enable xfailed AddressSanitizer tests (#14719)
Fixes #14825 Fixes #14658 these were disabled pending a UR fix which has now merged and upstreamed
1 parent 7659c0c commit 00c8e63

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

sycl/test-e2e/AddressSanitizer/common/config-red-zone-size.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=redzone:8 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MIN %s
66
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=max_redzone:4096 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MAX %s
77

8-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
9-
// UNSUPPORTED: windows, linux
10-
118
#include <sycl/usm.hpp>
129

1310
int main() {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-DEBUG %s
44
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:0 %{run} %t 2>&1 | FileCheck %s
55

6-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
7-
// UNSUPPORTED: windows, linux
8-
96
#include <sycl/usm.hpp>
107

118
/// This test is used to check enabling/disabling kernel debug message

sycl/test-e2e/AddressSanitizer/multiple-reports/multiple_kernels.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
33
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
44

5-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6-
// UNSUPPORTED: windows, linux
7-
85
#include <sycl/detail/core.hpp>
96
#include <sycl/usm.hpp>
107

sycl/test-e2e/AddressSanitizer/multiple-reports/one_kernel.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
33
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
44

5-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6-
// UNSUPPORTED: windows, linux
7-
85
#include <sycl/detail/core.hpp>
96
#include <sycl/usm.hpp>
107

sycl/test-e2e/AddressSanitizer/use-after-free/quarantine-free.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{build} %device_asan_flags -O0 -g -o %t
33
// RUN: %force_device_asan_rt UR_LAYER_ASAN_OPTIONS=quarantine_size_mb:5 UR_LOG_SANITIZER=level:info %{run} %t 2>&1 | FileCheck %s
44

5-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6-
// UNSUPPORTED: windows, linux
7-
85
#include <sycl/usm.hpp>
96

107
/// Quarantine Cache Test

0 commit comments

Comments
 (0)