Skip to content

Commit feb5384

Browse files
committed
Apply suggestions
1 parent 1d28e56 commit feb5384

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

sycl/test-e2e/ESIMD/assert.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
// The test still fails after GPU driver update on Linux. Temporary marking it
88
// as expected to fail, whilst it is being investigated, see intel/llvm#11359
9-
// FIXME: remove that XFAIL
109
// XFAIL: linux
1110
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11359
1211
//

sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
// UNSUPPORTED: hip || cuda
55

6-
// TODO: Remove XFAIL after fixing
76
// XFAIL: gpu
87
// XFAIL-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330
98

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
config.name = "SYCL"
2121

2222
# suffixes: A list of file extensions to treat as test files.
23-
config.suffixes = [".c", ".cpp"]
23+
config.suffixes = [".cpp"]
2424

2525
config.excludes = ["Inputs"]
2626

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// - ...and check if the list of improperly UNSUPPORTED tests needs to be updated.
3131
//
3232
// RUN: grep -rI "UNSUPPORTED:" %S/../../test-e2e \
33-
// RUN: -A 1 --include=*.c --include=*.cpp --no-group-separator | \
33+
// RUN: -A 1 --include=*.cpp --no-group-separator | \
3434
// RUN: grep -v "UNSUPPORTED:" | \
3535
// RUN: grep -Pv "UNSUPPORTED-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)|(?:UNSUPPORTED-INTENDED:\s*.+)" > %t
3636
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-UNSUPPORTED-WITHOUT-INFO

0 commit comments

Comments
 (0)