aa78456748
* Update to version 1.12.3. * Drop upstreamed patches: Remove-duplicate-code.patch, H5O__pline_decode-Make-more-resilient-to-out-of-bounds-read.patch, H5O_dtype_decode_helper-Parent-of-enum-needs-to-have-same-size-as-enum-itself.patch, Pass-compact-chunk-size-info-to-ensure-requested-elements-are-within-bounds.patch, Make-sure-info-block-for-external-links-has-at-least-3-bytes.patch, Compound-datatypes-may-not-have-members-of-size-0.patch, H5IMget_image_info-H5Sget_simple_extent_dims-does-not-exceed-array-size.patch, Check-for-overflow-when-calculating-on-disk-attribute-data-size-2459.patch * New BuildRequires: hostname. * Work around an sed hack in upstream configure file by dropping "-Werror=return-type" from RPM %optflags. OBS-URL: https://build.opensuse.org/request/show/1173662 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=174
37 lines
1.8 KiB
Diff
37 lines
1.8 KiB
Diff
From: Egbert Eich <eich@suse.com>
|
|
Date: Sat Nov 17 20:11:13 2018 +0100
|
|
Subject: Disable phdf5 tests
|
|
Patch-mainline: never
|
|
Git-commit: 16d758d17d9c49ab9e34d510675929b9ccc8be5a
|
|
References:
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
---
|
|
Index: hdf5-1.12.3/testpar/CMakeTests.cmake
|
|
===================================================================
|
|
--- hdf5-1.12.3.orig/testpar/CMakeTests.cmake
|
|
+++ hdf5-1.12.3/testpar/CMakeTests.cmake
|
|
@@ -49,7 +49,7 @@ foreach (skiptest ${SKIP_tests})
|
|
set (SKIP_testphdf5 "${SKIP_testphdf5};-x;${skiptest}")
|
|
endforeach ()
|
|
|
|
-add_test (NAME MPI_TEST_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS} ${SKIP_testphdf5})
|
|
+##add_test (NAME MPI_TEST_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS} ${SKIP_testphdf5})
|
|
set_tests_properties (MPI_TEST_testphdf5 PROPERTIES
|
|
FIXTURES_REQUIRED par_clear_testphdf5
|
|
ENVIRONMENT "HDF5_ALARM_SECONDS=3600;srcdir=${HDF5_TEST_PAR_BINARY_DIR}"
|
|
Index: hdf5-1.12.3/testpar/Makefile.am
|
|
===================================================================
|
|
--- hdf5-1.12.3.orig/testpar/Makefile.am
|
|
+++ hdf5-1.12.3/testpar/Makefile.am
|
|
@@ -29,7 +29,7 @@ check_SCRIPTS = $(TEST_SCRIPT_PARA)
|
|
|
|
# Test programs. These are our main targets.
|
|
#
|
|
-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
|
|
|
|
# t_pflush1 and t_pflush2 are used by testpflush.sh
|
|
check_PROGRAMS = $(TEST_PROG_PARA) t_pflush1 t_pflush2
|