File tree Expand file tree Collapse file tree 6 files changed +1
-20
lines changed
test/e2e_test_requirements Expand file tree Collapse file tree 6 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 1313// UNSUPPORTED: hip
1414// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515
16- // Temporarily disabled until the failure is addressed.
17- // UNSUPPORTED: level_zero && windows
18-
1916#include " copy2d_common.hpp"
2017
2118int main () { return test<Alloc::Device, Alloc::Host>(); }
Original file line number Diff line number Diff line change 1313// UNSUPPORTED: hip
1414// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515
16- // Temporarily disabled until the failure is addressed.
17- // UNSUPPORTED: level_zero && windows
18-
1916#include " copy2d_common.hpp"
2017
2118int main () { return test<Alloc::Host, Alloc::Device>(); }
Original file line number Diff line number Diff line change 33# Temporarily disabled until the failure is addressed:
44# https://github.com/llvm/llvm-project/issues/127791
55config.unsupported_features += [' spirv-backend' ]
6-
7- # https://github.com/intel/llvm/issues/8126
8- config.unsupported_features += [' windows' ]
Original file line number Diff line number Diff line change 1313// UNSUPPORTED: hip
1414// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515
16- // Temporarily disabled until the failure is addressed.
17- // UNSUPPORTED: level_zero && windows
18-
1916#include " memcpy2d_common.hpp"
2017
2118int main () { return test<Alloc::Device, Alloc::Host>(); }
Original file line number Diff line number Diff line change 1313// UNSUPPORTED: hip
1414// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515
16- // Temporarily disabled until the failure is addressed.
17- // UNSUPPORTED: level_zero && windows
18-
1916#include " memcpy2d_common.hpp"
2017
2118int main () { return test<Alloc::Host, Alloc::Device>(); }
Original file line number Diff line number Diff line change 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: 153
57+ // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149
5858//
5959// List of improperly UNSUPPORTED tests.
6060// Remove the CHECK once the test has been properly UNSUPPORTED.
200200// CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp
201201// CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp
202202// CHECK-NEXT: USM/badmalloc.cpp
203- // CHECK-NEXT: USM/memops2d/copy2d_device_to_host.cpp
204- // CHECK-NEXT: USM/memops2d/copy2d_host_to_device.cpp
205- // CHECK-NEXT: USM/memops2d/memcpy2d_device_to_host.cpp
206- // CHECK-NEXT: USM/memops2d/memcpy2d_host_to_device.cpp
207203// CHECK-NEXT: USM/pointer_query_descendent_device.cpp
208204// CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp
209205// CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp
You can’t perform that action at this time.
0 commit comments