Skip to content

Commit d0e8769

Browse files
author
Colin Davidson
committed
[CI] Update for overrides for native cpu for latest sycl_e2e and cts
1 parent d729283 commit d0e8769

File tree

6 files changed

+37
-5
lines changed

6 files changed

+37
-5
lines changed
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
SYCL_CTS,test_handler "handler.parallel_for*",MayFail
2-
SYCL_CTS,test_kernel "Test kernel info",XFail
32
SYCL_CTS,test_kernel "Behavior of kernel attribute*",MayFail
3+
SYCL_CTS,test_kernel "Test kernel info",XFail
4+
SYCL_CTS,test_math_builtin_api "math_builtin_common_base_*",XFail
5+
SYCL_CTS,test_math_builtin_api "math_builtin_common_double_*",XFail
6+
SYCL_CTS,test_math_builtin_api "math_builtin_common_half_*" --allow-running-no-tests,XFail
7+
SYCL_CTS,test_math_builtin_api "math_builtin_float_base_*",XFail
8+
SYCL_CTS,test_math_builtin_api "math_builtin_float_double_*",XFail
9+
SYCL_CTS,test_math_builtin_api "math_builtin_float_half_*" --allow-running-no-tests,XFail
10+
SYCL_CTS,test_math_builtin_api "math_builtin_geometric_base_*",XFail
11+
SYCL_CTS,test_math_builtin_api "math_builtin_geometric_double_*",XFail
12+
SYCL_CTS,test_math_builtin_api "math_builtin_half_*" --allow-running-no-tests,XFail
13+
SYCL_CTS,test_math_builtin_api "math_builtin_integer_*",XFail
14+
SYCL_CTS,test_math_builtin_api "math_builtin_native_*",XFail
15+
SYCL_CTS,test_math_builtin_api "math_builtin_relational_base_*"
16+
SYCL_CTS,test_math_builtin_api "math_builtin_relational_double_*",XFail
17+
SYCL_CTS,test_math_builtin_api "math_builtin_relational_half_*" --allow-running-no-tests,XFail
418
SYCL_CTS,test_opencl_interop opencl_interop_constructors,Ignore
519
SYCL_CTS,test_opencl_interop opencl_interop_get,Ignore
620
SYCL_CTS,test_opencl_interop opencl_interop_kernel,Ignore

scripts/testing/sycl_e2e/known.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ SYCL,DeviceImageBackendContent/L0_interop_test.cpp
594594
SYCL,DeviceImageBackendContent/OCL_interop_test.cpp
595595
SYCL,DeviceImageDependencies/dynamic_compress.cpp
596596
SYCL,DeviceImageDependencies/dynamic.cpp
597-
SYCL,DeviceImageDependencies/free_function_kernels.cpp
598597
SYCL,DeviceImageDependencies/math_device_lib.cpp
599598
SYCL,DeviceImageDependencies/NewOffloadDriver/dynamic.cpp
600599
SYCL,DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp

scripts/testing/sycl_e2e/override_all.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ SYCL,NonUniformGroups/tangle_group.cpp,XFail
105105
SYCL,OptionalKernelFeatures/is_compatible/is_compatible_amdgcn.cpp,XFail
106106
SYCL,OptionalKernelFeatures/is_compatible/is_compatible_nvptx64.cpp,XFail
107107
SYCL,ProfilingTag/profiling_queue.cpp,XFail
108-
SYCL,SeparateCompile/sycl-external.cpp,XFail
109-
SYCL,SeparateCompile/sycl-external-within-staticlib.cpp,XFail
110108
SYCL,syclcompat/atomic/atomic_arith.cpp,XFail
111109
SYCL,syclcompat/atomic/atomics_verification_usmnone.cpp,XFail
112110
SYCL,syclcompat/launch/launch_policy.cpp,XFail

scripts/testing/sycl_e2e/override_native_cpu.csv

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SYCL,AddressSanitizer/bad-free/bad-free-host.cpp,XFail
22
SYCL,AddressSanitizer/bad-free/bad-free-minus1.cpp,XFail
33
SYCL,AddressSanitizer/bad-free/bad-free-plus1.cpp,XFail
4+
SYCL,AddressSanitizer/common/kernel-filter-aot-cpu.cpp,XFail
45
SYCL,AddressSanitizer/common/print-build-log.cpp,XFail
56
SYCL,AddressSanitizer/double-free/double-free.cpp,XFail
67
SYCL,AddressSanitizer/use-after-free/quarantine-free.cpp,XFail
@@ -10,13 +11,15 @@ SYCL,Basic/large-range.cpp,XFail
1011
SYCL,Basic/max_linear_work_group_size_props.cpp,XFail
1112
SYCL,Basic/max_work_group_size_props.cpp,XFail
1213
SYCL,Compression/no_zstd_warning.cpp,XFail
14+
SYCL,DeviceArchitecture/device_architecture_on_device_aot.cpp,XFail
15+
SYCL,DeviceCodeSplit/aot-cpu.cpp,XFail
1316
SYCL,DeviceImageDependencies/dynamic.cpp,XFail
14-
SYCL,DeviceImageDependencies/free_function_kernels.cpp,XFail
1517
SYCL,DeviceImageDependencies/NewOffloadDriver/dynamic.cpp,XFail
1618
SYCL,DeviceImageDependencies/NewOffloadDriver/objects.cpp,XFail
1719
SYCL,DeviceImageDependencies/NewOffloadDriver/singleDynamicLibrary.cpp,XFail
1820
SYCL,DeviceImageDependencies/objects.cpp,XFail
1921
SYCL,DeviceImageDependencies/singleDynamicLibrary.cpp,XFail
22+
SYCL,DeviceLib/assert-aot.cpp,XFail
2023
SYCL,DeviceLib/rand_test.cpp,XFail
2124
SYCL,DeviceLib/separate_compile_test.cpp,XFail
2225
SYCL,Experimental/launch_queries/max_sub_group_size.cpp,XFail
@@ -57,6 +60,7 @@ SYCL,SYCLBIN/optional_kernel_features_input.cpp,XFail
5760
SYCL,SYCLBIN/optional_kernel_features_object.cpp,XFail
5861
SYCL,syclcompat/device/device.cpp,XFail
5962
SYCL,syclcompat/math/math_compare.cpp,XFail
63+
SYCL,ThreadSanitizer/aot/cpu.cpp,XFail
6064
SYCL,Tracing/code_location_queue_parallel_for.cpp,XFail
6165
SYCL,USM/badmalloc.cpp,XFail
6266
SYCL,USM/memops2d/copy2d_device_to_device.cpp,XFail
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
SYCL,AddressSanitizer/aot/cpu.cpp,XFail
2+
SYCL,Complex/sycl_complex_math_test.cpp,XFail
3+
SYCL,Complex/sycl_complex_operator_test.cpp,XFail
4+
SYCL,DeviceLib/cmath-aot.cpp,XFail
15
SYCL,GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp,XFail
26
SYCL,HierPar/hier_par_wgscope_O0.cpp,XFail
7+
SYCL,NewOffloadDriver/aot-cpu.cpp,XFail
38
SYCL,OptionalKernelFeatures/is_compatible/is_compatible_with_aspects.cpp,XFail
49
SYCL,OptionalKernelFeatures/throw-exception-for-unsupported-aspect.cpp,XFail
510
SYCL,Regression/2020-spec-constants-debug-info.cpp,XFail
611
SYCL,Regression/default-constructed-local-accessor.cpp,XFail
712
SYCL,Regression/optimization_level_debug_info_intopt.cpp,XFail
813
SYCL,Regression/unoptimized_stream.cpp,XFail
14+
SYCL,SpecConstants/2020/non_native/cpu.cpp,XFail
15+
SYCL,SpecConstants/2020/non_native/SpecConstBuffer.cpp,XFail
16+
SYCL,syclcompat/math/math_complex.cpp,XFail
917
SYCL,syclcompat/math/math_emu_simd_from_syclomatic.cpp,XFail
18+
SYCL,USM/dep_events.cpp,XFail
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
SYCL,AddressSanitizer/aot/cpu.cpp,XFail
2+
SYCL,Basic/built-ins/marray_math.cpp,XFail
13
SYCL,Complex/sycl_complex_math_test.cpp,XFail
4+
SYCL,Complex/sycl_complex_operator_test.cpp,XFail
5+
SYCL,DeviceLib/cmath-aot.cpp,XFail
6+
SYCL,NewOffloadDriver/aot-cpu.cpp,XFail
7+
SYCL,SpecConstants/2020/non_native/cpu.cpp,XFail
8+
SYCL,SpecConstants/2020/non_native/SpecConstBuffer.cpp,XFail
9+
SYCL,syclcompat/math/math_complex.cpp,XFail

0 commit comments

Comments
 (0)