Skip to content

Commit 14cbf7f

Browse files
committed
Remove xfail from reciprocal and div
Signed-off-by: Erik Lundell <[email protected]> Change-Id: I590cb7245dd7cac0fc0c0333b66464b30698f571
1 parent af8f22b commit 14cbf7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backends/arm/test/ops/test_div.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ def test_div_tosa_BI(
180180
test_data = (input_, other_)
181181
self._test_div_tosa_BI_pipeline(self.Div(), test_data)
182182

183-
# Fails due to Vela error.
184183
@parameterized.expand(test_data_suite)
185-
@unittest.expectedFailure
186184
def test_div_u55_BI(
187185
self,
188186
test_name: str,

backends/arm/test/ops/test_reciprocal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ def test_reciprocal_tosa_BI(self, test_name: str, input_: torch.Tensor):
110110
test_data = (input_,)
111111
self._test_reciprocal_tosa_BI_pipeline(self.Reciprocal(), test_data)
112112

113-
# Expected to fail since Vela does not support TABLE
114113
@parameterized.expand(test_data_suite)
115-
@unittest.expectedFailure
116114
def test_reciprocal_u55_BI(self, test_name: str, input_: torch.Tensor):
117115
test_data = (input_,)
118116
self._test_reciprocal_u55_BI_pipeline(self.Reciprocal(), test_data)

0 commit comments

Comments
 (0)