diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-17 15:06:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-17 15:20:01 (GMT) |
commit | 68ec8c4f6c637b95914bd8543be4a37f5f1a7d47 (patch) | |
tree | 9ad7724545ad2d3f8c817a5c727a7158f22007f9 /tools/test/h5diff/testfiles | |
parent | 4d53a7100cdb8289df00b5c2cf3e4f569147dde7 (diff) | |
download | hdf5-68ec8c4f6c637b95914bd8543be4a37f5f1a7d47.zip hdf5-68ec8c4f6c637b95914bd8543be4a37f5f1a7d47.tar.gz hdf5-68ec8c4f6c637b95914bd8543be4a37f5f1a7d47.tar.bz2 |
HDFFV-9055 add test files
Diffstat (limited to 'tools/test/h5diff/testfiles')
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_800.txt | 12 | ||||
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_801.txt | 13 | ||||
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_dset3.h5 | bin | 0 -> 23416 bytes |
3 files changed, 25 insertions, 0 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_800.txt b/tools/test/h5diff/testfiles/h5diff_800.txt new file mode 100644 index 0000000..e43e7b4 --- /dev/null +++ b/tools/test/h5diff/testfiles/h5diff_800.txt @@ -0,0 +1,12 @@ +dataset: </g1/array> and </g1/array> +size: [2] [2] +position array array difference +------------------------------------------------------------ +[ 0 ] 1 0 1 +[ 0 ] 2 0 2 +[ 0 ] 3 0 3 +[ 1 ] 4 0 4 +[ 1 ] 5 0 5 +[ 1 ] 6 0 6 +6 differences found +EXIT CODE: 1 diff --git a/tools/test/h5diff/testfiles/h5diff_801.txt b/tools/test/h5diff/testfiles/h5diff_801.txt new file mode 100644 index 0000000..043e7e3 --- /dev/null +++ b/tools/test/h5diff/testfiles/h5diff_801.txt @@ -0,0 +1,13 @@ +dataset: </g1/array> and </g1/array> +Warning: different storage datatype +size: [2] [2] +position array array difference +------------------------------------------------------------ +[ 0 ] 1 0 1 +[ 0 ] 2 0 2 +[ 0 ] 3 0 3 +[ 1 ] 4 0 4 +[ 1 ] 5 0 5 +[ 1 ] 6 0 6 +6 differences found +EXIT CODE: 1 diff --git a/tools/test/h5diff/testfiles/h5diff_dset3.h5 b/tools/test/h5diff/testfiles/h5diff_dset3.h5 Binary files differnew file mode 100644 index 0000000..7a1f3dd --- /dev/null +++ b/tools/test/h5diff/testfiles/h5diff_dset3.h5 |