| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
instead of a possibly uninitialized variable.
|
| |
|
|
|
|
|
|
|
|
| |
Bring over some of the tool testing for the new chunk indices.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
|
| |
|
|
|
|
| |
files.
|
| |
|
|
|
|
|
|
|
|
|
| |
compound type.
Added the testing to h5repack where it belongs.
Undo the tests added to h5dump.
Tested: h5committested plus tested in jam by hand.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compound type.
Description:
The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ...
Solution:
Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now.
Tested: h5committest, emu by hand for both development and production modes.
But cmake built h5dump failed to read the data file. Using the same source to build h5dump by autotools produced a h5dump that can read the test data file. Don't know why cmake could not produce a correct binary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
examples
The tool claimed it could handle 24bit images but there was no code to handle it.
(or might be there were but was removed by previous revisions.)
Also discovered that it does not accept multiple images nor -p for palette
as its user document and online help message indicated.
Solution:
Added code to verify dimension sizes are within 8 bit raster images limit and
added tests to verify the tools correctness.
Need to update user document tool.
Tested: h5committested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
features/autotools_rework
branch.
Removed the configure option that allows selective disabling of individual
internal filters (fletcher32, shuffle, etc.).
This feature mucked up the code with a lot of #ifdefs, saved very little space,
and was not scalable to a general scheme for library size reduction. We've
decided to remove the feature while we investigate a more general scheme for
decreasing the library size.
Part of: HDFFV-9086
Tested on: h5committest
|
|
|
|
|
|
| |
have szip compression.
Tested local linux with cmake and autotools
|
|
|
|
| |
call then expected.
|
|
|
|
|
|
| |
including the test to read filter data.
Tested: cmake and autotools - local linux
|
|
|
|
|
|
| |
cleaned. CMake update to clean testfiles.
Tested: local cmake, autools, and h5committest
|
|
|
|
|
|
| |
Reviewed in H5T-61
Tested: local linux - cmake and autotools
|
|
|
|
|
|
| |
--boot-block and --superblock.
Tested: local linux
|
| |
|
|
|
|
|
|
| |
New test added, scripts updated, help text updated.
Tested: local linux
|
|
|
|
|
|
| |
technique and creates a test. Help changes will be added after trunk tests pass the test cycle.
Tested: local linux
|
|
|
|
| |
Reviewed in H5T-59, tested local linux
|
|
|
|
| |
creates the intermediate testfiles folder first.
|
|
|
|
| |
Tested: jam
|
|
|
|
|
|
| |
during data reading.
Tested on koala and jam.
|
|
|
|
|
|
| |
for filename F to be optional.
Tested: local linux
|
|
|
|
| |
files and the ddl redirect does not have an ending newline.
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: duck
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: local linux
|
| |
|
| |
|
|
|
|
|
|
| |
test errors trying to copy a reference file over when already in use.
Tested: local linux
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
|
|
|
| |
from daily test.
Larry mentioned that intel compiler was used on Mac for testing.
Allen requested comment it out.
"It is not scheduled for 1.8, I created the file for Java testing. Actually I
have to create windows versions because of the use of floating point." - Allen
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
Tested: h5committest
|
|
|
|
|
|
| |
tests never used the filters in the tests. "-H" option excludes data.
HDFFV-8125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix for HDFFV-8107 testh5diff will fail if build/test in HDF5 source tree
Description:
This is sub-task for "HDFFV-8105 testh5diff.sh uses the wrong operator (-a) in an if statement."
From the HDFFV-8105's update, h5diff test failed if build&test is performed in HDF5 source tree because 'cp' try to copy test files to self dir.
It's addressed by skipping if cp's src dir and dest dir is same.
Also this applied for all other tools under src/tools dir.
No change to the CMakeLists.txt files because CMake cautions/demands that in-source builds be avoided.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), some manual tests as well
|
|
|
|
|
| |
Tested: local linux with cmake
jam with configure
|
|
|
|
|
|
|
|
| |
for h5dump. This is accomplished by adding an optional value to the option (-n)
Created test and reference files.
Tested: local linux with cmake
|
|
|
|
|
|
|
|
| |
Create setters for indexing options in h5trav.c to be set before the obj table is created.
Revert h5trav_print to remove now duplicated parameters.
Added test and testfiles.
Tested: local linux with cmake
|
|
|
|
| |
Create missing errfile, edit ddl file for test only on linux (not using cmake).
|
|
|
|
|
|
|
| |
scripts to compare error files.
Tested: local linux with cmake,
jam with make check
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
| |
HDFFV-2687
Tested: local linux with cmake
|