diff --git a/sycl/test-e2e/ESIMD/assert.cpp b/sycl/test-e2e/ESIMD/assert.cpp index 78d8d9bca986a..b3ed41804eccc 100644 --- a/sycl/test-e2e/ESIMD/assert.cpp +++ b/sycl/test-e2e/ESIMD/assert.cpp @@ -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; diff --git a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp index 8b6ff0df7a6af..138a6fb252e4c 100644 --- a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp +++ b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp @@ -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. @@ -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