Skip to content

Commit f8b7f62

Browse files
authored
Arm backend: Remove stale rshift scalar xfail (#21037)
Remove xfails from test_bitwise_right_shift_tensor_tosa_FP_inplace Signed-off-by: Saoirse Stewart <saoirse.stewart@arm.com>
1 parent 2b8cc80 commit f8b7f62

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

backends/arm/test/ops/test_scalars.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
from typing import Tuple
2323

24-
import pytest
25-
2624
import torch
2725

2826
from executorch.backends.arm.test import common
@@ -380,10 +378,6 @@ def test_div_scalar_tosa_INT(test_data):
380378

381379

382380
# SHIFT ETHOS-U ------------------------------------------------------
383-
@pytest.mark.xfail(
384-
reason="integer operations (shift and sub) are not supported on FP profile",
385-
strict=True,
386-
)
387381
def test_bitwise_right_shift_tensor_tosa_FP_inplace():
388382
pipeline = TosaPipelineFP[input_t1](
389383
ShiftInplaceSub(),

0 commit comments

Comments
 (0)