Skip to content

Commit 7daaa41

Browse files
committed
fix no-unsupported-without-info.cpp
1 parent 2d1dea0 commit 7daaa41

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sycl/test-e2e/DeviceLib/exp/exp-std-complex-double-edge-cases.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44
// REQUIRES: aspect-fp64
55
// UNSUPPORTED: hip || cuda
6+
// UNSUPPORTED-INTENDED: This test is intended for backends with SPIR-V support.
67
//
78
// RUN: %{build} -o %t.out
89
// RUN: %{run} %t.out

sycl/test-e2e/DeviceLib/exp/exp-std-complex-float-edge-cases.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// in SYCL kernels.
33
//
44
// UNSUPPORTED: hip || cuda
5+
// UNSUPPORTED-INTENDED: This test is intended for backends with SPIR-V support.
56
//
67
// RUN: %{build} -o %t.out
78
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 478
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 477
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -113,7 +113,6 @@
113113
// CHECK-NEXT: DeviceLib/cmath-aot.cpp
114114
// CHECK-NEXT: DeviceLib/cmath_fp64_test.cpp
115115
// CHECK-NEXT: DeviceLib/complex-fpga.cpp
116-
// CHECK-NEXT: DeviceLib/exp/exp-std-complex-double-edge-cases.cpp
117116
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
118117
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
119118
// CHECK-NEXT: DeviceLib/imf_double2bfloat16.cpp

0 commit comments

Comments
 (0)