Skip to content

[SYCL] Re-enable xfailed AddressSanitizer tests #14719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=redzone:8 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MIN %s
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=max_redzone:4096 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MAX %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
// UNSUPPORTED: windows, linux

#include <sycl/usm.hpp>

int main() {
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/AddressSanitizer/common/kernel-debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-DEBUG %s
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:0 %{run} %t 2>&1 | FileCheck %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
// UNSUPPORTED: windows, linux

#include <sycl/usm.hpp>

/// This test is used to check enabling/disabling kernel debug message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
// UNSUPPORTED: windows, linux

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
// UNSUPPORTED: windows, linux

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %device_asan_flags -O0 -g -o %t
// RUN: %force_device_asan_rt UR_LAYER_ASAN_OPTIONS=quarantine_size_mb:5 UR_LOG_SANITIZER=level:info %{run} %t 2>&1 | FileCheck %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14658
// UNSUPPORTED: windows, linux

#include <sycl/usm.hpp>

/// Quarantine Cache Test
Expand Down
Loading