From e9ed615753584b1f60f327dcd7f447b2bef67695 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 6 Mar 2017 13:36:41 -0600 Subject: HDFFV-10128 test reference files --- tools/h5diff/testfiles/h5diff_60.txt | 10 ++++++++++ tools/h5diff/testfiles/h5diff_61.txt | 30 +++++++++++++++++++++++++++++ tools/h5diff/testfiles/h5diff_62.txt | 37 ++++++++++++++++++++++++++++++++++++ tools/h5diff/testfiles/h5diff_63.txt | 10 ++++++++++ 4 files changed, 87 insertions(+) create mode 100644 tools/h5diff/testfiles/h5diff_60.txt create mode 100644 tools/h5diff/testfiles/h5diff_61.txt create mode 100644 tools/h5diff/testfiles/h5diff_62.txt create mode 100644 tools/h5diff/testfiles/h5diff_63.txt diff --git a/tools/h5diff/testfiles/h5diff_60.txt b/tools/h5diff/testfiles/h5diff_60.txt new file mode 100644 index 0000000..938f279 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_60.txt @@ -0,0 +1,10 @@ +dataset: and +size: [3x4] [3x4] +position string1 string1 difference +------------------------------------------------------------ +[ 1 0 ] 5 \000 +[ 1 1 ] 6 \000 +[ 1 2 ] \000 7 +[ 1 3 ] \000 8 +4 differences found +EXIT CODE: 1 diff --git a/tools/h5diff/testfiles/h5diff_61.txt b/tools/h5diff/testfiles/h5diff_61.txt new file mode 100644 index 0000000..1f238b1 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_61.txt @@ -0,0 +1,30 @@ +dataset: and +size: [20] [20] +position string2 string2 difference +------------------------------------------------------------ +[ 8 ] 9 e +[ 8 ] f +[ 8 ] 9 +[ 9 ] 0 e +[ 9 ] f +[ 9 ] 0 +[ 10 ] 1 e +[ 10 ] f +[ 10 ] 1 +[ 11 ] 2 e +[ 11 ] f +[ 11 ] 2 +[ 12 ] e 3 +[ 12 ] f +[ 12 ] 3 +[ 13 ] e 4 +[ 13 ] f +[ 13 ] 4 +[ 14 ] e 5 +[ 14 ] f +[ 14 ] 5 +[ 15 ] e 6 +[ 15 ] f +[ 15 ] 6 +24 differences found +EXIT CODE: 1 diff --git a/tools/h5diff/testfiles/h5diff_62.txt b/tools/h5diff/testfiles/h5diff_62.txt new file mode 100644 index 0000000..0cc0947 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_62.txt @@ -0,0 +1,37 @@ +dataset: and +size: [27] [27] +position string3 string3 difference +------------------------------------------------------------ +[ 12 ] d c +[ 12 ] 2 d +[ 12 ] \000 2 +[ 13 ] 3 d +[ 13 ] \000 3 +[ 14 ] b a +[ 14 ] c b +[ 14 ] d c +[ 14 ] 4 d +[ 14 ] \000 4 +[ 15 ] c b +[ 15 ] d c +[ 15 ] 5 d +[ 15 ] \000 5 +[ 16 ] c d +[ 16 ] d 6 +[ 16 ] 6 \000 +[ 17 ] d 7 +[ 17 ] 7 \000 +[ 18 ] a b +[ 18 ] b c +[ 18 ] c d +[ 18 ] d 8 +[ 18 ] 8 \000 +[ 19 ] b c +[ 19 ] c d +[ 19 ] d 9 +[ 19 ] 9 \000 +[ 24 ] c d +[ 25 ] c d +[ 26 ] c d +31 differences found +EXIT CODE: 1 diff --git a/tools/h5diff/testfiles/h5diff_63.txt b/tools/h5diff/testfiles/h5diff_63.txt new file mode 100644 index 0000000..043da16 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_63.txt @@ -0,0 +1,10 @@ +dataset: and +size: [3] [3] +position string4 string4 difference +------------------------------------------------------------ +[ 1 ] 8 +[ 1 ] 9 +[ 2 ] 8 +[ 2 ] 9 +4 differences found +EXIT CODE: 1 -- cgit v0.12