Skip to content

Commit 4684463

Browse files
authored
[SYCL][E2E] Fix Arc postcommit (#15676)
The USM failures are sporadic, so let's make them unsupported. Also one matrix test is passing. The ASAN tests always fail so XFAIL those. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 1cf95e3 commit 4684463

12 files changed

+18
-10
lines changed

sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux, gpu
2+
3+
// XFAIL: gpu-intel-dg2 && linux
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648
5+
26
// RUN: %{build} %device_asan_flags -O2 -g -o %t
37
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
48

sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux, gpu
2+
3+
// XFAIL: gpu-intel-dg2 && linux
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648
5+
26
// RUN: %{build} %device_asan_flags -O2 -g -o %t
37
// 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
48

sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_apply_two_matrices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// XFAIL: cpu
14-
// XFAIL: gpu
14+
// XFAIL: gpu && !gpu-intel-dg2
1515

1616
#include "../common.hpp"
1717
#include "../joint_matrix_apply_two_matrices_impl.hpp"

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "copy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "copy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "copy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "copy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "memcpy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// UNSUPPORTED: (level_zero && windows)
1515

1616
// https://github.com/intel/llvm/issues/15648
17-
// XFAIL: gpu-intel-dg2 && linux
17+
// UNSUPPORTED: gpu-intel-dg2 && linux
1818

1919
#include "memcpy2d_common.hpp"
2020

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// https://github.com/intel/llvm/issues/15648
14-
// XFAIL: gpu-intel-dg2 && linux
14+
// UNSUPPORTED: gpu-intel-dg2 && linux
1515

1616
// Temporarily disabled until the failure is addressed.
1717
// UNSUPPORTED: (level_zero && windows)

0 commit comments

Comments
 (0)