|
32 | 32 | // RUN: grep -rI "UNSUPPORTED:" %S/../../test-e2e \
|
33 | 33 | // RUN: -A 1 --include=*.cpp --no-group-separator | \
|
34 | 34 | // RUN: grep -v "UNSUPPORTED:" | \
|
35 |
| -// RUN: grep -Pv "UNSUPPORTED-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)|(?:UNSUPPORTED-INTENDED:\s*.+)" > %t |
| 35 | +// RUN: grep -Pv "(?:UNSUPPORTED-TRACKER:\s+(?:(?:https:\/\/github.com\/[\w\d-]+\/[\w\d-]+\/issues\/[\d]+)|(?:[\w]+-[\d]+)))|(?:UNSUPPORTED-INTENDED:\s*.+)" > %t |
36 | 36 | // RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-UNSUPPORTED-WITHOUT-INFO
|
37 | 37 | // RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | FileCheck %s
|
38 | 38 | //
|
|
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: 379 |
| 57 | +// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 415 |
58 | 58 | //
|
59 | 59 | // List of improperly UNSUPPORTED tests.
|
60 | 60 | // Remove the CHECK once the test has been properly UNSUPPORTED.
|
|
234 | 234 | // CHECK-NEXT: HierPar/hier_par_wgscope.cpp
|
235 | 235 | // CHECK-NEXT: HostInteropTask/host-task-failure.cpp
|
236 | 236 | // CHECK-NEXT: HostInteropTask/interop-task.cpp
|
| 237 | +// CHECK-NEXT: InlineAsm/Negative/asm_bad_opcode.cpp |
| 238 | +// CHECK-NEXT: InlineAsm/Negative/asm_bad_operand_syntax.cpp |
| 239 | +// CHECK-NEXT: InlineAsm/Negative/asm_duplicate_label.cpp |
| 240 | +// CHECK-NEXT: InlineAsm/Negative/asm_illegal_exec_size.cpp |
| 241 | +// CHECK-NEXT: InlineAsm/Negative/asm_missing_label.cpp |
| 242 | +// CHECK-NEXT: InlineAsm/Negative/asm_missing_region.cpp |
| 243 | +// CHECK-NEXT: InlineAsm/Negative/asm_simple.cpp |
| 244 | +// CHECK-NEXT: InlineAsm/Negative/asm_undefined_decl.cpp |
| 245 | +// CHECK-NEXT: InlineAsm/Negative/asm_undefined_pred.cpp |
| 246 | +// CHECK-NEXT: InlineAsm/Negative/asm_wrong_declare.cpp |
| 247 | +// CHECK-NEXT: InlineAsm/asm_16_empty.cpp |
| 248 | +// CHECK-NEXT: InlineAsm/asm_16_matrix_mult.cpp |
| 249 | +// CHECK-NEXT: InlineAsm/asm_16_no_input_int.cpp |
| 250 | +// CHECK-NEXT: InlineAsm/asm_16_no_opts.cpp |
| 251 | +// CHECK-NEXT: InlineAsm/asm_8_empty.cpp |
| 252 | +// CHECK-NEXT: InlineAsm/asm_8_no_input_int.cpp |
| 253 | +// CHECK-NEXT: InlineAsm/asm_arbitrary_ops_order.cpp |
| 254 | +// CHECK-NEXT: InlineAsm/asm_decl_in_scope.cpp |
| 255 | +// CHECK-NEXT: InlineAsm/asm_float_add.cpp |
| 256 | +// CHECK-NEXT: InlineAsm/asm_float_imm_arg.cpp |
| 257 | +// CHECK-NEXT: InlineAsm/asm_float_neg.cpp |
| 258 | +// CHECK-NEXT: InlineAsm/asm_if.cpp |
| 259 | +// CHECK-NEXT: InlineAsm/asm_imm_arg.cpp |
| 260 | +// CHECK-NEXT: InlineAsm/asm_loop.cpp |
| 261 | +// CHECK-NEXT: InlineAsm/asm_mul.cpp |
| 262 | +// CHECK-NEXT: InlineAsm/asm_multiple_instructions.cpp |
| 263 | +// CHECK-NEXT: InlineAsm/asm_no_operands.cpp |
| 264 | +// CHECK-NEXT: InlineAsm/asm_no_output.cpp |
| 265 | +// CHECK-NEXT: InlineAsm/asm_plus_mod.cpp |
| 266 | +// CHECK-NEXT: InlineAsm/asm_switch.cpp |
| 267 | +// CHECK-NEXT: InlineAsm/letter_example.cpp |
| 268 | +// CHECK-NEXT: InlineAsm/malloc_shared_32.cpp |
| 269 | +// CHECK-NEXT: InlineAsm/malloc_shared_in_out_dif.cpp |
| 270 | +// CHECK-NEXT: InlineAsm/malloc_shared_no_input.cpp |
237 | 271 | // CHECK-NEXT: InvokeSimd/Feature/ImplicitSubgroup/SPMD_invoke_ESIMD_external.cpp
|
238 | 272 | // CHECK-NEXT: InvokeSimd/Feature/ImplicitSubgroup/popcnt.cpp
|
239 | 273 | // CHECK-NEXT: InvokeSimd/Feature/popcnt.cpp
|
|
298 | 332 | // CHECK-NEXT: NewOffloadDriver/aot-gpu.cpp
|
299 | 333 | // CHECK-NEXT: NewOffloadDriver/spirv_device_obj_smoke.cpp
|
300 | 334 | // CHECK-NEXT: NonUniformGroups/ballot_group.cpp
|
| 335 | +// CHECK-NEXT: NonUniformGroups/fixed_size_group.cpp |
301 | 336 | // CHECK-NEXT: NonUniformGroups/opportunistic_group.cpp
|
302 | 337 | // CHECK-NEXT: NonUniformGroups/tangle_group.cpp
|
303 | 338 | // CHECK-NEXT: NonUniformGroups/tangle_group_algorithms.cpp
|
|
356 | 391 | // CHECK-NEXT: Regression/invalid_reqd_wg_size_correct_exception.cpp
|
357 | 392 | // CHECK-NEXT: Regression/kernel_bundle_ignore_sycl_external.cpp
|
358 | 393 | // CHECK-NEXT: Regression/kernel_bundle_ignore_sycl_external.cpp
|
| 394 | +// CHECK-NEXT: Regression/no-split-reqd-wg-size-2.cpp |
359 | 395 | // CHECK-NEXT: Regression/no-split-reqd-wg-size.cpp
|
360 | 396 | // CHECK-NEXT: Regression/reduction_resource_leak_usm.cpp
|
361 | 397 | // CHECK-NEXT: Regression/static-buffer-dtor.cpp
|
|
0 commit comments