Skip to content

Commit 41dbae7

Browse files
committed
[SYCL][ESIMD][E2E] Remove useless XFAIL from hardware dispatch test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2a97b05 commit 41dbae7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sycl/test-e2e/ESIMD/hardware_dispatch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// XFAIL: igc-dev
98
// REQUIRES: ocloc && arch-intel_gpu_tgllp
109
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp %s -o %t.out
1110
// RUN: %{run-unfiltered-devices} %t.out

sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// tests to match the required format and in that case you should just update
5252
// (i.e. reduce) the number and the list below.
5353
//
54-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 18
54+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 17
5555
//
5656
// List of improperly XFAIL-ed tests.
5757
// Remove the CHECK once the test has been properly XFAIL-ed.
@@ -60,7 +60,6 @@
6060
// CHECK-NEXT: Basic/max_linear_work_group_size_props.cpp
6161
// CHECK-NEXT: Basic/max_work_group_size_props.cpp
6262
// CHECK-NEXT: DeviceLib/assert-windows.cpp
63-
// CHECK-NEXT: ESIMD/hardware_dispatch.cpp
6463
// CHECK-NEXT: InlineAsm/asm_multiple_instructions.cpp
6564
// CHECK-NEXT: NewOffloadDriver/multisource.cpp
6665
// CHECK-NEXT: NewOffloadDriver/split-per-source-main.cpp

0 commit comments

Comments
 (0)