Skip to content

Commit 71fbef4

Browse files
committed
Arm backend: Remove pytest.mark.fails fomr testcases
Change-Id: I1bcd5e1188b2562195f7b81d51a2ab3da3d114ca
1 parent ef93d92 commit 71fbef4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

backends/arm/test/ops/test_slice.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ def get_symmetric_a16w8_slice_quantizer(per_channel_quantization=False):
153153

154154

155155
@common.parametrize("test_data", test_data_suite)
156-
@pytest.mark.xfail(
157-
reason="missing int16 slice ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13976"
158-
)
159156
def test_slice_tensor_16a8w_tosa_INT(test_data: torch.Tensor):
160157
"""Test slice operation with 16A8W quantization (16-bit activations, 8-bit weights)"""
161158
per_channel_quantization = False
@@ -181,9 +178,6 @@ def test_slice_tensor_16a8w_tosa_INT(test_data: torch.Tensor):
181178

182179
@common.parametrize("test_data", test_data_suite, x_fails)
183180
@common.XfailIfNoCorstone300
184-
@pytest.mark.xfail(
185-
reason="Vela compilation fails with 'Invalid arguments' for int16 slice operations"
186-
)
187181
def test_slice_tensor_16a8w_u55_INT16(test_data: torch.Tensor):
188182
"""Test slice operation with 16A8W quantization on U55 (16-bit activations, 8-bit weights)"""
189183
per_channel_quantization = False
@@ -208,9 +202,6 @@ def test_slice_tensor_16a8w_u55_INT16(test_data: torch.Tensor):
208202

209203
@common.parametrize("test_data", test_data_suite, x_fails)
210204
@common.XfailIfNoCorstone320
211-
@pytest.mark.xfail(
212-
reason="Vela compilation fails with 'Invalid arguments' for int16 slice operations"
213-
)
214205
def test_slice_tensor_16a8w_u85_INT16(test_data: torch.Tensor):
215206
"""Test slice operation with 16A8W quantization on U85 (16-bit activations, 8-bit weights)"""
216207
per_channel_quantization = False

0 commit comments

Comments
 (0)