Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchengliu1 committed Jul 10, 2024
1 parent 124164e commit 40ea3d7
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions test/xpu/run_test_with_skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -2906,6 +2906,64 @@ def launch_test(test_case, skip_list=None, exe_list=None):

skip_list = (
# Unexpected success
"test_parity__foreach_ceil_fastpath_inplace_xpu_complex128",
"test_parity__foreach_ceil_fastpath_inplace_xpu_complex64",
"test_parity__foreach_ceil_fastpath_outplace_xpu_complex128",
"test_parity__foreach_ceil_fastpath_outplace_xpu_complex64",
"test_parity__foreach_clamp_max_fastpath_inplace_xpu_complex128",
"test_parity__foreach_clamp_max_fastpath_inplace_xpu_complex64",
"test_parity__foreach_clamp_max_fastpath_outplace_xpu_complex128",
"test_parity__foreach_clamp_max_fastpath_outplace_xpu_complex64",
"test_parity__foreach_clamp_min_fastpath_inplace_xpu_complex128",
"test_parity__foreach_clamp_min_fastpath_inplace_xpu_complex64",
"test_parity__foreach_clamp_min_fastpath_outplace_xpu_complex128",
"test_parity__foreach_clamp_min_fastpath_outplace_xpu_complex64",
"test_parity__foreach_erf_fastpath_inplace_xpu_complex128",
"test_parity__foreach_erf_fastpath_inplace_xpu_complex64",
"test_parity__foreach_erf_fastpath_outplace_xpu_complex128",
"test_parity__foreach_erf_fastpath_outplace_xpu_complex64",
"test_parity__foreach_erfc_fastpath_inplace_xpu_complex128",
"test_parity__foreach_erfc_fastpath_inplace_xpu_complex64",
"test_parity__foreach_erfc_fastpath_outplace_xpu_complex128",
"test_parity__foreach_erfc_fastpath_outplace_xpu_complex64",
"test_parity__foreach_floor_fastpath_inplace_xpu_complex128",
"test_parity__foreach_floor_fastpath_inplace_xpu_complex64",
"test_parity__foreach_floor_fastpath_outplace_xpu_complex128",
"test_parity__foreach_floor_fastpath_outplace_xpu_complex64",
"test_parity__foreach_frac_fastpath_inplace_xpu_complex128",
"test_parity__foreach_frac_fastpath_inplace_xpu_complex64",
"test_parity__foreach_frac_fastpath_outplace_xpu_complex128",
"test_parity__foreach_frac_fastpath_outplace_xpu_complex64",
"test_parity__foreach_lgamma_fastpath_inplace_xpu_bfloat16",
"test_parity__foreach_lgamma_fastpath_inplace_xpu_complex128",
"test_parity__foreach_lgamma_fastpath_inplace_xpu_complex64",
"test_parity__foreach_lgamma_fastpath_outplace_xpu_bfloat16",
"test_parity__foreach_lgamma_fastpath_outplace_xpu_complex128",
"test_parity__foreach_lgamma_fastpath_outplace_xpu_complex64",
"test_parity__foreach_maximum_fastpath_inplace_xpu_complex128",
"test_parity__foreach_maximum_fastpath_inplace_xpu_complex64",
"test_parity__foreach_maximum_fastpath_outplace_xpu_complex128",
"test_parity__foreach_maximum_fastpath_outplace_xpu_complex64",
"test_parity__foreach_minimum_fastpath_inplace_xpu_complex128",
"test_parity__foreach_minimum_fastpath_inplace_xpu_complex64",
"test_parity__foreach_minimum_fastpath_outplace_xpu_complex128",
"test_parity__foreach_minimum_fastpath_outplace_xpu_complex64",
"test_parity__foreach_round_fastpath_inplace_xpu_complex128",
"test_parity__foreach_round_fastpath_inplace_xpu_complex64",
"test_parity__foreach_round_fastpath_outplace_xpu_complex128",
"test_parity__foreach_round_fastpath_outplace_xpu_complex64",
"test_parity__foreach_sigmoid_fastpath_inplace_xpu_complex128",
"test_parity__foreach_sigmoid_fastpath_inplace_xpu_complex64",
"test_parity__foreach_sigmoid_fastpath_outplace_xpu_complex128",
"test_parity__foreach_sigmoid_fastpath_outplace_xpu_complex64",
"test_parity__foreach_sign_fastpath_inplace_xpu_complex128",
"test_parity__foreach_sign_fastpath_inplace_xpu_complex64",
"test_parity__foreach_sign_fastpath_outplace_xpu_complex128",
"test_parity__foreach_sign_fastpath_outplace_xpu_complex64",
"test_parity__foreach_trunc_fastpath_inplace_xpu_complex128",
"test_parity__foreach_trunc_fastpath_inplace_xpu_complex64",
"test_parity__foreach_trunc_fastpath_outplace_xpu_complex128",
"test_parity__foreach_trunc_fastpath_outplace_xpu_complex64",
"test_autodiff__foreach_sigmoid_inplace_xpu_complex128",
"test_autodiff__foreach_sigmoid_outplace_xpu_complex128",
"test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_xpu_bool",
Expand Down

0 comments on commit 40ea3d7

Please sign in to comment.