Skip to content

Commit b24454d

Browse files
authored
[SYCL][E2E] Enable regression acos test for cuda/hip (#19014)
This test is passing now.
1 parent a697821 commit b24454d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sycl/test-e2e/Regression/acos.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: aspect-fp64
2-
// UNSUPPORTED: target-nvidia || target-amd
32

43
// RUN: %{build} -o %t.out
54
// 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: 253
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 252
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -271,7 +271,6 @@
271271
// CHECK-NEXT: Reduction/reduction_span_pack.cpp
272272
// CHECK-NEXT: Reduction/reduction_usm.cpp
273273
// CHECK-NEXT: Reduction/reduction_usm_dw.cpp
274-
// CHECK-NEXT: Regression/acos.cpp
275274
// CHECK-NEXT: Regression/barrier_waitlist_with_interop_event.cpp
276275
// CHECK-NEXT: Regression/complex_global_object.cpp
277276
// CHECK-NEXT: Regression/event_destruction.cpp

0 commit comments

Comments
 (0)