diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-09-26 20:46:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 20:46:55 (GMT) |
commit | 1529ec0ab3a348e17aab0e0ec97bb80adc4decc2 (patch) | |
tree | 5ec9e4feb2bf7888b9db7b8b28c6bc135dab3b16 /hl/tools/testfiles | |
parent | a87ca572fed15303ad36adcb6f2203f8297e8277 (diff) | |
download | hdf5-1529ec0ab3a348e17aab0e0ec97bb80adc4decc2.zip hdf5-1529ec0ab3a348e17aab0e0ec97bb80adc4decc2.tar.gz hdf5-1529ec0ab3a348e17aab0e0ec97bb80adc4decc2.tar.bz2 |
Develop tools move (#3580)
Reorganizes the tools files to support the VOL tests
Diffstat (limited to 'hl/tools/testfiles')
36 files changed, 0 insertions, 274 deletions
diff --git a/hl/tools/testfiles/w-err-cmpd1.err b/hl/tools/testfiles/w-err-cmpd1.err deleted file mode 100644 index 9c165fb..0000000 --- a/hl/tools/testfiles/w-err-cmpd1.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-cmpd2.err b/hl/tools/testfiles/w-err-cmpd2.err deleted file mode 100644 index 9c165fb..0000000 --- a/hl/tools/testfiles/w-err-cmpd2.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-cmpd3.err b/hl/tools/testfiles/w-err-cmpd3.err deleted file mode 100644 index 9c165fb..0000000 --- a/hl/tools/testfiles/w-err-cmpd3.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-cmpd4.err b/hl/tools/testfiles/w-err-cmpd4.err deleted file mode 100644 index 9c165fb..0000000 --- a/hl/tools/testfiles/w-err-cmpd4.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-cmpd5.err b/hl/tools/testfiles/w-err-cmpd5.err deleted file mode 100644 index 9c165fb..0000000 --- a/hl/tools/testfiles/w-err-cmpd5.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-dset-nomax.err b/hl/tools/testfiles/w-err-dset-nomax.err deleted file mode 100644 index fd5ca7e..0000000 --- a/hl/tools/testfiles/w-err-dset-nomax.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: "/DSET_NOMAX" should have unlimited or max. dimension setting diff --git a/hl/tools/testfiles/w-err-dset-none.err b/hl/tools/testfiles/w-err-dset-none.err deleted file mode 100644 index db781c3..0000000 --- a/hl/tools/testfiles/w-err-dset-none.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: "/DSET_NONE" should be a chunked or virtual dataset diff --git a/hl/tools/testfiles/w-err-dset1.err b/hl/tools/testfiles/w-err-dset1.err deleted file mode 100644 index d6b2a6e..0000000 --- a/hl/tools/testfiles/w-err-dset1.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: no dataset specified diff --git a/hl/tools/testfiles/w-err-dset2.err b/hl/tools/testfiles/w-err-dset2.err deleted file mode 100644 index 3f77ec8..0000000 --- a/hl/tools/testfiles/w-err-dset2.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: unable to open dataset "/group/DSET_CMPD" diff --git a/hl/tools/testfiles/w-err-file.err b/hl/tools/testfiles/w-err-file.err deleted file mode 100644 index 015661f..0000000 --- a/hl/tools/testfiles/w-err-file.err +++ /dev/null @@ -1 +0,0 @@ -h5watch error: unable to open file "../WATCH.h5/DSET_CMPD" diff --git a/hl/tools/testfiles/w-err-poll.ddl b/hl/tools/testfiles/w-err-poll.ddl deleted file mode 100644 index e6510f2..0000000 --- a/hl/tools/testfiles/w-err-poll.ddl +++ /dev/null @@ -1,35 +0,0 @@ -Usage: h5watch [OPTIONS] [OBJECT] - - OPTIONS - --help Print a usage message and exit. - --version Print version number and exit. - --label Label members of compound typed dataset. - --simple Use a machine-readable output format. - --dim Monitor changes in size of dataset dimensions only. - --width=N Set the number of columns to N for output. - A value of 0 sets the number of columns to the - maximum (65535). The default width is 80 columns. - --polling=N Set the polling interval to N (in seconds) when the - dataset will be checked for appended data. The default - polling interval is 1. - --fields=<list_of_fields> - Display data for the fields specified in <list_of_fields> - for a compound data type. <list_of_fields> can be - specified as follows: - 1) A comma-separated list of field names in a - compound data type. "," is the separator - for field names while "." is the separator - for a nested field. - 2) A single field name in a compound data type. - Can use this option multiple times. - Note that backslash is the escape character to avoid - characters in field names that conflict with the tool's - separators. - - OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>] - <filename> Name of the HDF5 file. It may be preceded by path - separated by slashes to the specified HDF5 file. - <path_to_dataset> Path separated by slashes to the specified dataset - <dsetname> Name of the dataset - - User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM). diff --git a/hl/tools/testfiles/w-err-poll0.ddl b/hl/tools/testfiles/w-err-poll0.ddl deleted file mode 100644 index e6510f2..0000000 --- a/hl/tools/testfiles/w-err-poll0.ddl +++ /dev/null @@ -1,35 +0,0 @@ -Usage: h5watch [OPTIONS] [OBJECT] - - OPTIONS - --help Print a usage message and exit. - --version Print version number and exit. - --label Label members of compound typed dataset. - --simple Use a machine-readable output format. - --dim Monitor changes in size of dataset dimensions only. - --width=N Set the number of columns to N for output. - A value of 0 sets the number of columns to the - maximum (65535). The default width is 80 columns. - --polling=N Set the polling interval to N (in seconds) when the - dataset will be checked for appended data. The default - polling interval is 1. - --fields=<list_of_fields> - Display data for the fields specified in <list_of_fields> - for a compound data type. <list_of_fields> can be - specified as follows: - 1) A comma-separated list of field names in a - compound data type. "," is the separator - for field names while "." is the separator - for a nested field. - 2) A single field name in a compound data type. - Can use this option multiple times. - Note that backslash is the escape character to avoid - characters in field names that conflict with the tool's - separators. - - OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>] - <filename> Name of the HDF5 file. It may be preceded by path - separated by slashes to the specified HDF5 file. - <path_to_dataset> Path separated by slashes to the specified dataset - <dsetname> Name of the dataset - - User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM). diff --git a/hl/tools/testfiles/w-err-std.ddl b/hl/tools/testfiles/w-err-std.ddl deleted file mode 100644 index 775d6a0..0000000 --- a/hl/tools/testfiles/w-err-std.ddl +++ /dev/null @@ -1,2 +0,0 @@ -Opened "WATCH.h5" with sec2 driver. -h5watch error: error in processing <list_of_fields> diff --git a/hl/tools/testfiles/w-err-width.ddl b/hl/tools/testfiles/w-err-width.ddl deleted file mode 100644 index e6510f2..0000000 --- a/hl/tools/testfiles/w-err-width.ddl +++ /dev/null @@ -1,35 +0,0 @@ -Usage: h5watch [OPTIONS] [OBJECT] - - OPTIONS - --help Print a usage message and exit. - --version Print version number and exit. - --label Label members of compound typed dataset. - --simple Use a machine-readable output format. - --dim Monitor changes in size of dataset dimensions only. - --width=N Set the number of columns to N for output. - A value of 0 sets the number of columns to the - maximum (65535). The default width is 80 columns. - --polling=N Set the polling interval to N (in seconds) when the - dataset will be checked for appended data. The default - polling interval is 1. - --fields=<list_of_fields> - Display data for the fields specified in <list_of_fields> - for a compound data type. <list_of_fields> can be - specified as follows: - 1) A comma-separated list of field names in a - compound data type. "," is the separator - for field names while "." is the separator - for a nested field. - 2) A single field name in a compound data type. - Can use this option multiple times. - Note that backslash is the escape character to avoid - characters in field names that conflict with the tool's - separators. - - OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>] - <filename> Name of the HDF5 file. It may be preceded by path - separated by slashes to the specified HDF5 file. - <path_to_dataset> Path separated by slashes to the specified dataset - <dsetname> Name of the dataset - - User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM). diff --git a/hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl b/hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl deleted file mode 100644 index 09255cc..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl +++ /dev/null @@ -1,6 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_ESC... -dimension 0: 10->13 (increases) - Data: - (10) {1, {2, {2, 2, 2}, 2}}, {2, {3, {3, 3, 3}, 3}}, - (12) {3, {4, {4, 4, 4}, 4}} diff --git a/hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl b/hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl deleted file mode 100644 index 00ed390..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl +++ /dev/null @@ -1,5 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_ESC... -dimension 0: 10->13 (increases) - Data: - (10) {{{2}}, {2}}, {{{3}}, {3}}, {{{4}}, {4}} diff --git a/hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl b/hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl deleted file mode 100644 index 9b9a971..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl +++ /dev/null @@ -1,3 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_ESC... -dimension 0: 10->9 (decreases) diff --git a/hl/tools/testfiles/w-ext-cmpd-esc.ddl b/hl/tools/testfiles/w-ext-cmpd-esc.ddl deleted file mode 100644 index 9b9a971..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-esc.ddl +++ /dev/null @@ -1,3 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_ESC... -dimension 0: 10->9 (decreases) diff --git a/hl/tools/testfiles/w-ext-cmpd-f1.ddl b/hl/tools/testfiles/w-ext-cmpd-f1.ddl deleted file mode 100644 index 029e4db..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-f1.ddl +++ /dev/null @@ -1,3 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD... -dimension 0: 10->1 (decreases) diff --git a/hl/tools/testfiles/w-ext-cmpd-f2.ddl b/hl/tools/testfiles/w-ext-cmpd-f2.ddl deleted file mode 100644 index 362cc94..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-f2.ddl +++ /dev/null @@ -1,6 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD... -dimension 0: 10->13 (increases) - Data: - (10) {{{2, 2, 2}}, {4, 4}}, {{{3, 3, 3}}, {5, 5}}, {{{4, 4, 4}}, {6, - (12) 6}} diff --git a/hl/tools/testfiles/w-ext-cmpd-ff3.ddl b/hl/tools/testfiles/w-ext-cmpd-ff3.ddl deleted file mode 100644 index 6a54b97..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-ff3.ddl +++ /dev/null @@ -1,2 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD... diff --git a/hl/tools/testfiles/w-ext-cmpd-label.ddl b/hl/tools/testfiles/w-ext-cmpd-label.ddl deleted file mode 100644 index 394d5a6..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-label.ddl +++ /dev/null @@ -1,10 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD... -dimension 0: 10->13 (increases) - Data: - (10) {field1=1, field2={a=2, b={a=2, b=2, c=2}, c=2}, field3=3, - (10) field4={a=4, b=4}}, - (11) {field1=2, field2={a=3, b={a=3, b=3, c=3}, c=3}, field3=4, - (11) field4={a=5, b=5}}, - (12) {field1=3, field2={a=4, b={a=4, b=4, c=4}, c=4}, field3=5, - (12) field4={a=6, b=6}} diff --git a/hl/tools/testfiles/w-ext-cmpd-two-f1.ddl b/hl/tools/testfiles/w-ext-cmpd-two-f1.ddl deleted file mode 100644 index 9b4c235..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-two-f1.ddl +++ /dev/null @@ -1,15 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_TWO... -dimension 0: 4->6 (increases) -dimension 1: 10->10 (unchanged) - Data: - (4,0) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (4,2) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (4,4) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (4,6) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (4,8) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (5,0) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (5,2) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (5,4) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (5,6) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}}, - (5,8) {2, {2, {2, 2, 2}, 2}}, {2, {2, {2, 2, 2}, 2}} diff --git a/hl/tools/testfiles/w-ext-cmpd-two-f3.ddl b/hl/tools/testfiles/w-ext-cmpd-two-f3.ddl deleted file mode 100644 index 94b5c99..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-two-f3.ddl +++ /dev/null @@ -1,4 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_TWO... -dimension 0: 4->3 (decreases) -dimension 1: 10->7 (decreases) diff --git a/hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl b/hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl deleted file mode 100644 index 482da31..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl +++ /dev/null @@ -1,8 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_TWO... -dimension 0: 4->3 (decreases) -dimension 1: 10->12 (increases) - Data: - (0,10) {{{-1, -1, -1}}, {-1, -1}}, {{{-1, -1, -1}}, {-1, -1}} - (1,10) {{{-1, -1, -1}}, {-1, -1}}, {{{-1, -1, -1}}, {-1, -1}} - (2,10) {{{-1, -1, -1}}, {-1, -1}}, {{{-1, -1, -1}}, {-1, -1}} diff --git a/hl/tools/testfiles/w-ext-cmpd-two.ddl b/hl/tools/testfiles/w-ext-cmpd-two.ddl deleted file mode 100644 index 57ffc2c..0000000 --- a/hl/tools/testfiles/w-ext-cmpd-two.ddl +++ /dev/null @@ -1,7 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD_TWO... -dimension 0: 4->6 (increases) -dimension 1: 10->1 (decreases) - Data: - (4,0) {2, {2, {2, 2, 2}, 2}, 2, {2, 2}}, - (5,0) {2, {2, {2, 2, 2}, 2}, 2, {2, 2}} diff --git a/hl/tools/testfiles/w-ext-cmpd.ddl b/hl/tools/testfiles/w-ext-cmpd.ddl deleted file mode 100644 index aac5be3..0000000 --- a/hl/tools/testfiles/w-ext-cmpd.ddl +++ /dev/null @@ -1,7 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_CMPD... -dimension 0: 10->13 (increases) - Data: - (10) {1, {2, {2, 2, 2}, 2}, 3, {4, 4}}, - (11) {2, {3, {3, 3, 3}, 3}, 4, {5, 5}}, - (12) {3, {4, {4, 4, 4}, 4}, 5, {6, 6}} diff --git a/hl/tools/testfiles/w-ext-early.ddl b/hl/tools/testfiles/w-ext-early.ddl deleted file mode 100644 index bb72104..0000000 --- a/hl/tools/testfiles/w-ext-early.ddl +++ /dev/null @@ -1,3 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_ALLOC_EARLY... -dimension 0: 10->9 (decreases) diff --git a/hl/tools/testfiles/w-ext-late.ddl b/hl/tools/testfiles/w-ext-late.ddl deleted file mode 100644 index a6f8265..0000000 --- a/hl/tools/testfiles/w-ext-late.ddl +++ /dev/null @@ -1,2 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_ALLOC_LATE... diff --git a/hl/tools/testfiles/w-ext-one-d.ddl b/hl/tools/testfiles/w-ext-one-d.ddl deleted file mode 100644 index 673370a..0000000 --- a/hl/tools/testfiles/w-ext-one-d.ddl +++ /dev/null @@ -1,3 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_ONE... -dimension 0: 10->13 (increases) diff --git a/hl/tools/testfiles/w-ext-one-simple.ddl b/hl/tools/testfiles/w-ext-one-simple.ddl deleted file mode 100644 index 5df9dff..0000000 --- a/hl/tools/testfiles/w-ext-one-simple.ddl +++ /dev/null @@ -1,6 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_ONE... -dimension 0: 10->12 (increases) - Data: - 0 - 1 diff --git a/hl/tools/testfiles/w-ext-one.ddl b/hl/tools/testfiles/w-ext-one.ddl deleted file mode 100644 index 9604020..0000000 --- a/hl/tools/testfiles/w-ext-one.ddl +++ /dev/null @@ -1,5 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_ONE... -dimension 0: 10->13 (increases) - Data: - (10) 0, 1, 2 diff --git a/hl/tools/testfiles/w-ext-two-d.ddl b/hl/tools/testfiles/w-ext-two-d.ddl deleted file mode 100644 index 5c7af0a..0000000 --- a/hl/tools/testfiles/w-ext-two-d.ddl +++ /dev/null @@ -1,4 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_TWO... -dimension 0: 4->2 (decreases) -dimension 1: 10->10 (unchanged) diff --git a/hl/tools/testfiles/w-ext-two-width.ddl b/hl/tools/testfiles/w-ext-two-width.ddl deleted file mode 100644 index 9f09fde..0000000 --- a/hl/tools/testfiles/w-ext-two-width.ddl +++ /dev/null @@ -1,9 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_TWO... -dimension 0: 4->4 (unchanged) -dimension 1: 10->12 (increases) - Data: - (0,10) 0, 0 - (1,10) 0, 0 - (2,10) 0, 0 - (3,10) 0, 0 diff --git a/hl/tools/testfiles/w-ext-two.ddl b/hl/tools/testfiles/w-ext-two.ddl deleted file mode 100644 index 28ff075..0000000 --- a/hl/tools/testfiles/w-ext-two.ddl +++ /dev/null @@ -1,11 +0,0 @@ -Opened "TEST.h5" with sec2 driver. -Monitoring dataset /DSET_TWO... -dimension 0: 4->6 (increases) -dimension 1: 10->12 (increases) - Data: - (0,10) 2, 2 - (1,10) 2, 2 - (2,10) 2, 2 - (3,10) 2, 2 - (4,0) 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - (5,0) 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 diff --git a/hl/tools/testfiles/w-help1.ddl b/hl/tools/testfiles/w-help1.ddl deleted file mode 100644 index e6510f2..0000000 --- a/hl/tools/testfiles/w-help1.ddl +++ /dev/null @@ -1,35 +0,0 @@ -Usage: h5watch [OPTIONS] [OBJECT] - - OPTIONS - --help Print a usage message and exit. - --version Print version number and exit. - --label Label members of compound typed dataset. - --simple Use a machine-readable output format. - --dim Monitor changes in size of dataset dimensions only. - --width=N Set the number of columns to N for output. - A value of 0 sets the number of columns to the - maximum (65535). The default width is 80 columns. - --polling=N Set the polling interval to N (in seconds) when the - dataset will be checked for appended data. The default - polling interval is 1. - --fields=<list_of_fields> - Display data for the fields specified in <list_of_fields> - for a compound data type. <list_of_fields> can be - specified as follows: - 1) A comma-separated list of field names in a - compound data type. "," is the separator - for field names while "." is the separator - for a nested field. - 2) A single field name in a compound data type. - Can use this option multiple times. - Note that backslash is the escape character to avoid - characters in field names that conflict with the tool's - separators. - - OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>] - <filename> Name of the HDF5 file. It may be preceded by path - separated by slashes to the specified HDF5 file. - <path_to_dataset> Path separated by slashes to the specified dataset - <dsetname> Name of the dataset - - User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM). |