Skip to content

Commit 4a1c770

Browse files
committed
Add skip failed cases for test schema correctness which not relative to the changes
1 parent c0dc364 commit 4a1c770

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

test/xpu/skip_list_common.py

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,43 @@
9797
"test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_xpu",
9898
),
9999
"test_utils.py": None,
100-
"test_schema_check.py": None,
100+
"test_schema_check.py": (
101+
# Skipped failed cases for third_party.torch-xpu-ops.test.xpu.test_schema_check.TestSchemaCheckModeOpInfoXPU
102+
"test_schema_correctness_max_reduction_no_dim_xpu_uint16",
103+
"test_schema_correctness_max_reduction_no_dim_xpu_uint32",
104+
"test_schema_correctness_max_reduction_no_dim_xpu_uint64",
105+
"test_schema_correctness_max_reduction_with_dim_xpu_uint16",
106+
"test_schema_correctness_max_reduction_with_dim_xpu_uint32",
107+
"test_schema_correctness_max_reduction_with_dim_xpu_uint64",
108+
"test_schema_correctness_min_reduction_no_dim_xpu_uint16",
109+
"test_schema_correctness_min_reduction_no_dim_xpu_uint32",
110+
"test_schema_correctness_min_reduction_no_dim_xpu_uint64",
111+
"test_schema_correctness_min_reduction_with_dim_xpu_uint16",
112+
"test_schema_correctness_min_reduction_with_dim_xpu_uint32",
113+
"test_schema_correctness_min_reduction_with_dim_xpu_uint64",
114+
"test_schema_correctness_amax_xpu_uint16",
115+
"test_schema_correctness_amax_xpu_uint32",
116+
"test_schema_correctness_amax_xpu_uint64",
117+
"test_schema_correctness_amin_xpu_uint16",
118+
"test_schema_correctness_amin_xpu_uint32",
119+
"test_schema_correctness_amin_xpu_uint64",
120+
"test_schema_correctness_aminmax_xpu_uint16",
121+
"test_schema_correctness_aminmax_xpu_uint32",
122+
"test_schema_correctness_aminmax_xpu_uint64",
123+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_bfloat16",
124+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex128",
125+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex64",
126+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float16",
127+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float32",
128+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float64",
129+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_bfloat16",
130+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex128",
131+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex64",
132+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float16",
133+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float32",
134+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float64",
135+
"test_schema_correctness_torch_ops_aten__flash_attention_forward_xpu_float16",
136+
),
101137
"test_complex_xpu.py": None,
102138
"test_modules_xpu.py": (
103139
# oneDNN issues

0 commit comments

Comments
 (0)