Skip to content

Commit

Permalink
[SYCL][DeviceSanitizer] Re-enable XPASSing tests on DG2 (intel#15853)
Browse files Browse the repository at this point in the history
They're
[passing](https://github.com/intel/llvm/actions/runs/11500888153/job/32012969913)
now. I updated the Github issue.

---------

Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored Oct 24, 2024
1 parent 2a87178 commit fbd3675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// REQUIRES: linux, gpu

// XFAIL: gpu-intel-dg2 && linux
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648

// RUN: %{build} %device_asan_flags -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// REQUIRES: linux, gpu

// XFAIL: gpu-intel-dg2 && linux
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648

// RUN: %{build} %device_asan_flags -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s

Expand Down

0 comments on commit fbd3675

Please sign in to comment.