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 13
13
// UNSUPPORTED: hip
14
14
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
15
15
16
- // Temporarily disabled until the failure is addressed.
17
- // UNSUPPORTED: level_zero && windows
18
-
19
16
#include " copy2d_common.hpp"
20
17
21
18
int main () { return test<Alloc::Device, Alloc::Host>(); }
Original file line number Diff line number Diff line change 13
13
// UNSUPPORTED: hip
14
14
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
15
15
16
- // Temporarily disabled until the failure is addressed.
17
- // UNSUPPORTED: level_zero && windows
18
-
19
16
#include " copy2d_common.hpp"
20
17
21
18
int main () { return test<Alloc::Host, Alloc::Device>(); }
Original file line number Diff line number Diff line change 3
3
# Temporarily disabled until the failure is addressed:
4
4
# https://github.com/llvm/llvm-project/issues/127791
5
5
config.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 13
13
// UNSUPPORTED: hip
14
14
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
15
15
16
- // Temporarily disabled until the failure is addressed.
17
- // UNSUPPORTED: level_zero && windows
18
-
19
16
#include " memcpy2d_common.hpp"
20
17
21
18
int main () { return test<Alloc::Device, Alloc::Host>(); }
Original file line number Diff line number Diff line change 13
13
// UNSUPPORTED: hip
14
14
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
15
15
16
- // Temporarily disabled until the failure is addressed.
17
- // UNSUPPORTED: level_zero && windows
18
-
19
16
#include " memcpy2d_common.hpp"
20
17
21
18
int main () { return test<Alloc::Host, Alloc::Device>(); }
Original file line number Diff line number Diff line change 54
54
// tests to match the required format and in that case you should just update
55
55
// (i.e. reduce) the number and the list below.
56
56
//
57
- // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153
57
+ // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149
58
58
//
59
59
// List of improperly UNSUPPORTED tests.
60
60
// Remove the CHECK once the test has been properly UNSUPPORTED.
200
200
// CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp
201
201
// CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp
202
202
// 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
207
203
// CHECK-NEXT: USM/pointer_query_descendent_device.cpp
208
204
// CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp
209
205
// CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp
You can’t perform that action at this time.
0 commit comments