2017-11-08 11:04:37 +01:00
|
|
|
From: Egbert Eich <eich@suse.com>
|
2018-11-17 21:29:11 +01:00
|
|
|
Date: Sat Nov 17 20:11:13 2018 +0100
|
|
|
|
Subject: Disable phdf5 tests
|
|
|
|
Patch-mainline: never
|
|
|
|
Git-commit: 16d758d17d9c49ab9e34d510675929b9ccc8be5a
|
2017-11-08 11:04:37 +01:00
|
|
|
References:
|
|
|
|
|
2018-11-17 21:29:11 +01:00
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
2017-11-08 11:04:37 +01:00
|
|
|
---
|
2024-05-14 17:19:49 +02:00
|
|
|
Index: hdf5-1.12.3/testpar/CMakeTests.cmake
|
2019-09-03 09:57:43 +02:00
|
|
|
===================================================================
|
2024-05-14 17:19:49 +02:00
|
|
|
--- hdf5-1.12.3.orig/testpar/CMakeTests.cmake
|
|
|
|
+++ hdf5-1.12.3/testpar/CMakeTests.cmake
|
|
|
|
@@ -49,7 +49,7 @@ foreach (skiptest ${SKIP_tests})
|
2020-11-14 12:11:35 +01:00
|
|
|
set (SKIP_testphdf5 "${SKIP_testphdf5};-x;${skiptest}")
|
|
|
|
endforeach ()
|
2017-11-08 11:04:37 +01:00
|
|
|
|
2019-09-03 09:57:43 +02:00
|
|
|
-add_test (NAME MPI_TEST_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS} ${SKIP_testphdf5})
|
2020-11-14 12:11:35 +01:00
|
|
|
+##add_test (NAME MPI_TEST_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS} ${SKIP_testphdf5})
|
2019-09-03 09:57:43 +02:00
|
|
|
set_tests_properties (MPI_TEST_testphdf5 PROPERTIES
|
|
|
|
FIXTURES_REQUIRED par_clear_testphdf5
|
|
|
|
ENVIRONMENT "HDF5_ALARM_SECONDS=3600;srcdir=${HDF5_TEST_PAR_BINARY_DIR}"
|
2024-05-14 17:19:49 +02:00
|
|
|
Index: hdf5-1.12.3/testpar/Makefile.am
|
2019-09-03 09:57:43 +02:00
|
|
|
===================================================================
|
2024-05-14 17:19:49 +02:00
|
|
|
--- hdf5-1.12.3.orig/testpar/Makefile.am
|
|
|
|
+++ hdf5-1.12.3/testpar/Makefile.am
|
|
|
|
@@ -29,7 +29,7 @@ check_SCRIPTS = $(TEST_SCRIPT_PARA)
|
2017-11-08 11:04:37 +01:00
|
|
|
|
|
|
|
# Test programs. These are our main targets.
|
|
|
|
#
|
2022-08-11 21:19:20 +02:00
|
|
|
-TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel t_2Gio
|
|
|
|
+TEST_PROG_PARA=t_mpi t_bigio t_cache t_cache_image t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel t_2Gio
|
2017-11-08 11:04:37 +01:00
|
|
|
|
2019-09-03 09:57:43 +02:00
|
|
|
# t_pflush1 and t_pflush2 are used by testpflush.sh
|
|
|
|
check_PROGRAMS = $(TEST_PROG_PARA) t_pflush1 t_pflush2
|