From 805d513f979bc50e0498f42f108701b8221dced9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Lindstr=C3=B6m?= Date: Tue, 28 Oct 2025 13:20:20 +0100 Subject: [PATCH] Arm backend: Remove xfails on EQ op tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some tests in test_eq.py were set to xfail due to a problem with numerical accuracy. The problem appears to have gone away so the xfails are removed with this patch. Solves: Jira MLETORCH-847 Signed-off-by: Martin Lindström Change-Id: Ie7cf4e6670ee91a8427258a5f83da8234bc092b6 --- backends/arm/test/ops/test_eq.py | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/backends/arm/test/ops/test_eq.py b/backends/arm/test/ops/test_eq.py index c9ea7b0278c..e49f09471fa 100644 --- a/backends/arm/test/ops/test_eq.py +++ b/backends/arm/test/ops/test_eq.py @@ -174,14 +174,7 @@ def test_eq_scalar_u55_INT(test_module): pipeline.run() -@common.parametrize( - "test_module", - test_data_tensor, - xfails={ - "eq_tensor_rank4_randn": "MLETORCH-847: Boolean eq result unstable on U85", - }, - strict=False, -) +@common.parametrize("test_module", test_data_tensor) @common.XfailIfNoCorstone320 def test_eq_scalar_u85_INT_tensor(test_module): pipeline = EthosU85PipelineINT[input_t]( @@ -193,14 +186,7 @@ def test_eq_scalar_u85_INT_tensor(test_module): pipeline.run() -@common.parametrize( - "test_module", - test_data_scalar, - xfails={ - "eq_scalar_rank4_randn": "MLETORCH-847: Boolean eq result unstable on U85", - }, - strict=False, -) +@common.parametrize("test_module", test_data_scalar) @common.XfailIfNoCorstone320 def test_eq_scalar_u85_INT(test_module): pipeline = EthosU85PipelineINT[input_t](