Skip to content

Commit b21e488

Browse files
committed
Fixed UNSUPPORTED in test comments
1 parent cf15a33 commit b21e488

23 files changed

+23
-23
lines changed

sycl/test-e2e/AtomicRef/compare_exchange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/AtomicRef/compare_exchange_generic_local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/AtomicRef/max.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/AtomicRef/max_local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/AtomicRef/min.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/AtomicRef/min_local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/BFloat16/bfloat16_vec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED
9+
// UNSUPPORTED: true
1010
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
1111

1212
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/code_location_e2e.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// UNSUPPORTED: cuda
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
3-
// UNSUPPORTED
3+
// UNSUPPORTED: true
44
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
55

66
// RUN: %{build} -DNDEBUG -o %t1.out

sycl/test-e2e/Basic/compare_exchange_strong.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/stream/auto_flush.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED
1+
// UNSUPPORTED: true
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
33

44
// RUN: %{build} -o %t.out

0 commit comments

Comments
 (0)