This repository was archived by the owner on Jan 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 109
109
pytest .mark .xfail (OnnxBackendNodeModelTest .test_cast_STRING_to_FLOAT_cpu )
110
110
pytest .mark .xfail (OnnxBackendNodeModelTest .test_cast_DOUBLE_to_FLOAT16_cpu )
111
111
pytest .mark .xfail (OnnxBackendNodeModelTest .test_cast_FLOAT_to_FLOAT16_cpu )
112
+ pytest .mark .xfail (OnnxBackendNodeModelTest .test_cast_FLOAT16_to_DOUBLE_cpu )
113
+ pytest .mark .xfail (OnnxBackendNodeModelTest .test_cast_FLOAT16_to_FLOAT_cpu )
112
114
113
115
# Scan -> NGONNX-433
114
116
pytest .mark .xfail (OnnxBackendNodeModelTest .test_scan9_sum_cpu )
119
121
pytest .mark .xfail (OnnxBackendNodeModelTest .test_compress_0_cpu )
120
122
pytest .mark .xfail (OnnxBackendNodeModelTest .test_compress_1_cpu )
121
123
122
- # Eyelike -> NGONNX-439
123
- pytest .mark .xfail (OnnxBackendNodeModelTest .test_eyelike_populate_off_main_diagonal_cpu )
124
- pytest .mark .xfail (OnnxBackendNodeModelTest .test_eyelike_with_dtype_cpu )
125
- pytest .mark .xfail (OnnxBackendNodeModelTest .test_eyelike_without_dtype_cpu )
126
-
127
124
# Isnan -> NGONNX-440
128
125
pytest .mark .xfail (OnnxBackendNodeModelTest .test_isnan_cpu )
129
126
You can’t perform that action at this time.
0 commit comments