Skip to content
9 changes: 0 additions & 9 deletions sycl/test-e2e/ESIMD/assert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out
// RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt
//
// The test still fails after GPU driver update on Linux. Temporary marking it
// as expected to fail, whilst it is being investigated, see intel/llvm#11359
// XFAIL: linux && run-mode
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11359
//
// Hanging on gen12, remove when internal tracker fixed
// UNSUPPORTED: gpu-intel-gen12
//

#include "esimd_test_utils.hpp"

using namespace sycl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number and the list below.
//
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 342
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 341
//
// List of improperly UNSUPPORTED tests.
// Remove the CHECK once the test has been properly UNSUPPORTED.
Expand Down Expand Up @@ -153,7 +153,6 @@
// CHECK-NEXT: ESIMD/api/svm_gather_scatter.cpp
// CHECK-NEXT: ESIMD/api/svm_gather_scatter_scalar_off.cpp
// CHECK-NEXT: ESIMD/api/unary_ops_heavy.cpp
// CHECK-NEXT: ESIMD/assert.cpp
// CHECK-NEXT: ESIMD/ext_math.cpp
// CHECK-NEXT: ESIMD/ext_math_fast.cpp
// CHECK-NEXT: ESIMD/ext_math_saturate.cpp
Expand Down
Loading