Skip to content

Commit 10d2c4c

Browse files
committed
Add XFAIL: * to tests that fail building
but are marked as XFAIL in different ways
1 parent be6805f commit 10d2c4c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/tuple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../tuple.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/tuple_return.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../tuple_return.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/tuple_vadd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../tuple_vadd.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Spec/tuple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

sycl/test-e2e/InvokeSimd/Spec/tuple_return.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

sycl/test-e2e/InvokeSimd/Spec/tuple_vadd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: enable when Jira ticket resolved
2-
// XFAIL: gpu
2+
// XFAIL: *
33
//
44
// Check that full compilation works:
55
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

0 commit comments

Comments
 (0)