Skip to content

Commit 457728a

Browse files
committed
Add skip failed cases for test schema correctness which not relative to the changes
1 parent d7e7e60 commit 457728a

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
@@ -570,7 +570,43 @@
570570
"test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_xpu",
571571
),
572572
"test_utils.py": None,
573-
"test_schema_check.py": None,
573+
"test_schema_check.py": (
574+
# Skipped failed cases for third_party.torch-xpu-ops.test.xpu.test_schema_check.TestSchemaCheckModeOpInfoXPU
575+
"test_schema_correctness_max_reduction_no_dim_xpu_uint16",
576+
"test_schema_correctness_max_reduction_no_dim_xpu_uint32",
577+
"test_schema_correctness_max_reduction_no_dim_xpu_uint64",
578+
"test_schema_correctness_max_reduction_with_dim_xpu_uint16",
579+
"test_schema_correctness_max_reduction_with_dim_xpu_uint32",
580+
"test_schema_correctness_max_reduction_with_dim_xpu_uint64",
581+
"test_schema_correctness_min_reduction_no_dim_xpu_uint16",
582+
"test_schema_correctness_min_reduction_no_dim_xpu_uint32",
583+
"test_schema_correctness_min_reduction_no_dim_xpu_uint64",
584+
"test_schema_correctness_min_reduction_with_dim_xpu_uint16",
585+
"test_schema_correctness_min_reduction_with_dim_xpu_uint32",
586+
"test_schema_correctness_min_reduction_with_dim_xpu_uint64",
587+
"test_schema_correctness_amax_xpu_uint16",
588+
"test_schema_correctness_amax_xpu_uint32",
589+
"test_schema_correctness_amax_xpu_uint64",
590+
"test_schema_correctness_amin_xpu_uint16",
591+
"test_schema_correctness_amin_xpu_uint32",
592+
"test_schema_correctness_amin_xpu_uint64",
593+
"test_schema_correctness_aminmax_xpu_uint16",
594+
"test_schema_correctness_aminmax_xpu_uint32",
595+
"test_schema_correctness_aminmax_xpu_uint64",
596+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_bfloat16",
597+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex128",
598+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex64",
599+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float16",
600+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float32",
601+
"test_schema_correctness_nn_functional_conv_transpose2d_xpu_float64",
602+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_bfloat16",
603+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex128",
604+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex64",
605+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float16",
606+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float32",
607+
"test_schema_correctness_nn_functional_conv_transpose3d_xpu_float64",
608+
"test_schema_correctness_torch_ops_aten__flash_attention_forward_xpu_float16",
609+
),
574610
"test_complex_xpu.py": None,
575611
"test_modules_xpu.py": (
576612
# oneDNN issues

0 commit comments

Comments
 (0)