Skip to content

Commit e476faf

Browse files
committed
skip some tests building Highway/1.0.3 on NVIDIA Grace
1 parent 926aa43 commit e476faf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

eb_hooks.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,17 @@ def pre_test_hook_exclude_failing_test_Highway(self, *args, **kwargs):
749749
"""
750750
Pre-test hook for Highway: exclude failing TestAllShiftRightLanes/SVE_256 test on neoverse_v1
751751
cfr. https://github.com/EESSI/software-layer/issues/469
752+
and exclude failing tests
753+
HwyReductionTestGroup/HwyReductionTest.TestAllSumOfLanes/SVE2_128
754+
HwyReductionTestGroup/HwyReductionTest.TestAllSumOfLanes/SVE2
755+
HwyReductionTestGroup/HwyReductionTest.TestAllSumOfLanes/SVE
756+
on nvidia/grace
752757
"""
753758
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
754759
if self.name == 'Highway' and self.version in ['1.0.3'] and cpu_target == CPU_TARGET_NEOVERSE_V1:
755760
self.cfg['runtest'] += ' ARGS="-E TestAllShiftRightLanes/SVE_256"'
761+
if self.name == 'Highway' and self.version in ['1.0.3'] and cpu_target == CPU_TARGET_NVIDIA_GRACE:
762+
self.cfg['runtest'] += ' ARGS="-E TestAllSumOfLanes"'
756763

757764

758765
def pre_test_hook_ignore_failing_tests_ESPResSo(self, *args, **kwargs):

0 commit comments

Comments
 (0)