Skip to content

Commit 1fdf39b

Browse files
authored
Merge pull request #419 from EESSI/GDAL/3.6.2-foss-2022b
{2023.06}[foss/2022b] GDAL 3.6.2
2 parents a56243f + 669e6e4 commit 1fdf39b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
easyconfigs:
22
- SciPy-bundle-2023.02-gfbf-2022b.eb
3+
- GDAL-3.6.2-foss-2022b.eb

eb_hooks.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,16 @@ def pre_test_hook(self,*args, **kwargs):
357357
PRE_TEST_HOOKS[self.name](self, *args, **kwargs)
358358

359359

360+
def pre_test_hook_exclude_failing_test_Highway(self, *args, **kwargs):
361+
"""
362+
Pre-test hook for Highway: exclude failing TestAllShiftRightLanes/SVE_256 test on neoverse_v1
363+
cfr. https://github.com/EESSI/software-layer/issues/469
364+
"""
365+
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
366+
if self.name == 'Highway' and self.version in ['1.0.3'] and cpu_target == CPU_TARGET_NEOVERSE_V1:
367+
self.cfg['runtest'] += ' ARGS="-E TestAllShiftRightLanes/SVE_256"'
368+
369+
360370
def pre_test_hook_ignore_failing_tests_ESPResSo(self, *args, **kwargs):
361371
"""
362372
Pre-test hook for ESPResSo: skip failing tests, tests frequently timeout due to known bugs in ESPResSo v4.2.1
@@ -594,6 +604,7 @@ def inject_gpu_property(ec):
594604
PRE_TEST_HOOKS = {
595605
'ESPResSo': pre_test_hook_ignore_failing_tests_ESPResSo,
596606
'FFTW.MPI': pre_test_hook_ignore_failing_tests_FFTWMPI,
607+
'Highway': pre_test_hook_exclude_failing_test_Highway,
597608
'SciPy-bundle': pre_test_hook_ignore_failing_tests_SciPybundle,
598609
'netCDF': pre_test_hook_ignore_failing_tests_netCDF,
599610
'PyTorch': pre_test_hook_increase_max_failed_tests_arm_PyTorch,

eessi-2023.06-known-issues.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- FFTW.MPI-3.3.10-gompi-2023b:
1717
- issue: https://github.com/EESSI/software-layer/issues/325
1818
- info: "Flaky FFTW tests, random failures"
19+
- Highway-1.0.3-GCCcore-12.2.0.eb:
20+
- issue: https://github.com/EESSI/software-layer/issues/469
21+
- info: "failing SVE test due to wrong expected value"
1922
- netCDF-4.9.2-gompi-2023a.eb:
2023
- issue: https://github.com/EESSI/software-layer/issues/425
2124
- info: "netCDF intermittent test failures"

0 commit comments

Comments
 (0)