summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/testfiles
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-12 16:32:23 (GMT)
committerGitHub <noreply@github.com>2023-10-12 16:32:23 (GMT)
commitea3f92605761e1ff17d858df303dc375df7efc1c (patch)
tree716311100f8d0f0dc77bca31245878546952aabc /tools/test/h5diff/testfiles
parent0feda66ff0dccdf77453b7c881c80be244e0ae12 (diff)
downloadhdf5-ea3f92605761e1ff17d858df303dc375df7efc1c.zip
hdf5-ea3f92605761e1ff17d858df303dc375df7efc1c.tar.gz
hdf5-ea3f92605761e1ff17d858df303dc375df7efc1c.tar.bz2
1.14 sync with develop (#3660)
* Rework tools.cmake and add C flags (#3110) * Fix gh pages so that the doxygen files are uploaded (#3102) * Add workspace path * add debug * Make one job so workspace files are available * Put doxygen docs under docs folder in gh-pages * Fix a misc warning in test/vol.c (#3112) The compiler complains about using integers instead of size_t for some sizes. * Remove H5detect and H5make_libsettings (#3104) Removes H5detect and H5make_libsettings from the build and replaces their functionality with things that don't affect cross-compiling. H5detect --> floating-point types are now detected on library load H5make_libsettings --> Moved functionality to a new H5build_settings.c template file * clang-tidy clang-analyzer-core issues addressed (#3113) src/H5system.c:1293:13: warning: Dereference of null pointer [clang-analyzer-core.NullDereference] src/H5trace.c:4048:17: warning: Passed-by-value struct argument contains uninitialized data (e.g., via the field chain: 'initial.user') [clang-analyzer-core.CallAndMessage] * Add note for issue 3056 (#3117) * Use 1.14 toolchain (#3116) * Remove the checkposix script (#3122) This script was used to ensure that all non-HDF5 calls were prefixed with 'HD'. We are removing this scheme so this script is no longer needed. * Remove unused HD macros (#3120) * Remove unused HD macros The library prefixes most C and POSIX API calls with 'HD'. We are going to start removing these so the code looks like normal C. This PR removes most of the unused HD markup macros. * Replace ntohl/ntohs * Adds an optional version arg to bin/format_source (#3119) * Clean up mirror VFD code in utils dir (#3121) * Remove dead code * Replace mybzero with memset * Replace hbool_t/TRUE/FALSE with bool/true/false * Fix spelling issues flagged by codespell (#3130) * Make autogen.sh output message consistent (#3128) * Add Python for HDF-EOS zoo description (#3129) * Fix function name in comment in ros3 VFD (#3131) * Revert long double checks (#3133) * Revert "Remove long double conversion work-arounds (#3097)" This reverts commit 1e1dac1dac58fa18f6b7788346d1ba7d3315b0f9. * Update comments to reflect newer systems * Add java options to build scripts (#3127) * Add java options to build scripts Previously, cmakehdf5 turned on compiling of the java interface by default due to a value set in cacheinit.cmake. Now, consistent with how Fortran and CPP interfaces are handled, the script overwrites this default value to disable the libraries, fixing #2958. I also implemented the --enable-java/--disable java options for cmakehdf5, and -java for buildhdf5. Allen said these scripts should mention that compilers are to be specified in environment variables, but missing compilers causes errors at the CMake level, and CMake's error messages are already pretty informative (See the one in #2958 about JAVA_COMPILER). * Removed .lnt linter files (#3143) These were last usefully modified in 2004 * Fix path to libhdf5.settings in cmakehdf5 (#3140) * Many clang -Wextra-semi-stmt fixes (#2537) * Adds semicolons to function-like macros * Adds a do..while(0) loop to some macros * Removes semicolons when inappropriate, especially H5E_TRY_BEGIN/END * Remove HD prefix from network calls (#3142) HDsocket(), etc. Only affects the mirror VFD and its test code. * Remove hbool_t/TRUE/FALSE from java (#3145) Replaces with bool/true/false * CMake: (feature) ROS3 and cmake config file. (#3146) - Added a cmake variable to the hdf5-config.cmake file which indicate if the library has been build with or without the read-only S3 functionality. * Define minimal permissions for new GitHub workflows (#3147) * Track s3 i/o when S3COMMS_DEBUG enabled (#3139) * Track s3 i/o when S3COMMS_DEBUG enabled * Fix the snapshots workflow (#3148) * Add upload url as artifact * Change doxygen path and comment log-url upload * zip doxygen files for upload * add workspace var * chore: fix grammar (#3150) * chore: fix grammar * Removes the HD prefix from java C99 calls (#3149) POSIX calls (HDstrndup, etc.) are unchanged * Correct the zip usage (#3153) * Many fixes to various compiler warnings (#3124) * Fixed various -Wmissing-variable-declarations by adding static keyword * In a few cases, renamed the variable suffix from _g to _s. * Fixed some -Wmissing-variable-declarations by using different declaration macros * Fixed various -Wconditional-uninitialized warnings by just initializing variable to zero * Fixed various -Wcomma warnings * Fixed clang -Wstrict-prototypes warnings * Fixed various -Wunused-variable warnings * Updated some casts to fix the only 3 -Wcast-qual warnings * Fixed the only -Wsometimes-uninitialized warning * Create Security Policy (#3152) * Fix #1978 h5vers usage message. (#3162) Update Platforms Tested in RELEASE.txt. * speed-up building HDF5 (#3087) Disables building the tests when building the netCDF, etc. * Remove dead code behind #ifdef OLD_WAY (#3163) * Remove H5F_evict_tagged_metadata() (#3165) The rest of the library just calls H5AC_evict_tagged_metadata() directly. * Add missing space in zip command (#3167) * Fixed check for a VOL's async compatibility (#3164) * cap flag fix in test * added async comp. output * Update Linux workflows (#3173) * Consolidate environment setup * Turn on ros3 VFD in CMake (Linux only) * Add gh-pages doxygen link (#3175) * Fix the doxygen to gh pages and artifact creation (#3176) * Tidy the list of options in main.yml (#3181) * Remove HD/hbool_t from fortran (#3182) * Remove HD/hbool_t from high-level lib (#3183) * Remove HDva_(arg|copy|end|start) (#3184) * Drop HD prefix & hbool_t from H5TS (#3180) * Remove HD from fork/exec*/wait* (#3190) These are not C99 but are hidden behind ifdefs and are highly unlikely to ever have non-POSIX equivalents. * Fix assertion failure when attempting to use IOC VFD directly (#3187) * Rename HDqsort() to qsort() (#3193) * Rename HDqsort() to qsort() * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Rename HDpipe() to pipe() (#3192) Pipe is POSIX but implemented in Microsoft's CRT * Rename HDassert() to assert() (#3191) * Change HDassert to assert * Fix bin/make_err * Rename HD(f)printf() to (f)printf() (#3194) * Add note about HDF5_VOL_CONNECTOR to tools usage (#3159) * Rename HDsystem() to system() (#3197) system() is only used in the iopipe test and the things it calls (which are POSIX-y) are protected by an ifdef. * Remove HD from HDposix_memalign() (#3196) The posix_memalign call is only used in the direct VFD, which can only be built if posix_memalign() is available. * Remove HD from memory allocate/free calls (#3195) * HDcalloc * HDfree * HDmalloc * HDrealloc * chore: fix grammar (#3207) * docs: remove redundancy in Data Transfer section of user guide (#3208) * Remove checks for setsysinfo, which is unused (#3205) * Autotools * CMake * Remove HD from protected POSIX calls (#3203) These calls are non-C99 but protected by ifdefs and have no Windows equivalents: * HDalarm * HDasprintf * HDclock_gettime * HDfcntl * HDgethostname * HDgetrusage * HDsymlink * Rename HDato*() to ato*() (#3201) * Remove some "Programmer" comments (#3209) These are meaningless noise. Removes the "Programmer" lines on comment start lines: /* Programmer: John Smith These complicate my sed script that will rip out the rest of the comments. * Rename HDexit() and related to exit(), etc. (#3202) * HDatexit * HDexit * HD_exit * Remove HD from strto* calls (#3204) * HDstrtod * HDstrtol * HDstrtoll * HDstrtoul * HDstrtoull * HDstrtoumax * Remove HD from C std lib file ops (#3206) * HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite * Remove programmer/date from comments (#3210) * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work * Remove HD from HDmem* calls (#3211) * Remove HD from HDis* (e.g., isalpha) (#3212) * HDisalnum * HDisalpha * HDiscntrl * HDisdigit * HDisgraph * HDislower * HDisprint * HDispunct * HDisspace * HDisupper * HDisxdigit * Update actions for release option, fix branch for daily build (#3185) * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop * Add snapshots location * docs: improve consistency in verb form (#3076) (#3188) * fix gh action if statements (#3213) * Adjust presets timeout and fix build script VS versions (#3215) * Several ros3vfd logging improvements * Committing clang-format changes * Update COPYING (#3231) Fixed old support URL. * addresses compilation fortran warnings on Frontier (#3236) * Fix doc for H5allocate_memory (#3240) * merge bbrelease to release (#3232) * merge bbrelease to release * Fix pre-req workflow * Replace support.hdfgroup.org URLs for alternative COPYING file (#3228) * Replace support.hdfgroup.org URLs for alternative COPYING file locations in copyright headers with https://www.hdfgroup.org/licenses. Replace support.hdfgroup.org URL for alternative COPYING_LBNL_HDF5 with github URL. Tweak chkcopyright script for change from UICOPYRIGHTSTR to THGCOPYRIGHTSTR. * Replace 1_10 reference with develop branch (#3227) * Switch CI to use release script (#3242) * Subfiling VFD source cleanup (#3241) * Subfiling VFD source cleanup Modularize Subfiling CMake code into separate CMakeLists.txt file Update Mercury util code to latest version and update Copyright Generate mercury_util_config.h header file instead of using pre-generated file Remove unnecessary Mercury functionality Fix minor warning in Subfiling VFD code * Remove Mercury headers from Autotools publicly-distributed header list * install h5fuse.sh in bin dir. (#3244) * Disable h5py until fixed properly without spack (#3243) * ROS3: (feature) Temporary security credentials (#3030) - Implemented support for AWS temporary security credentials. For this kind of credentials also a session/security token should be included in the request by adding the x-amz-security-token header. Co-authored-by: Larry Knox <lrknox@hdfgroup.org> Co-authored-by: Jordan Henderson <jhenderson@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Avoid truncating at null byte when copying to std::string (#3083) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fix CMake builds when Subfiling VFD isn't enabled (#3250) * Fix CMake builds when Subfiling VFD isn't enabled * Add Subfiling VFD entry to hdf5-config.cmake.in * Fix some warnings in developer builds (#3247) * Fix some warnings in developer builds * Switch approach to Winline flag * Fixed more warnings about extra semicolons (#3249) * Require semi-colon after H5_CHECK_OVERFLOW calls Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fix warning in H5C__UPDATE_STATS_FOR_DIRTY_PIN macro (#3259) Add braces to H5C__UPDATE_STATS_FOR_DIRTY_PIN macro to fix warning causing Werror Release builds to fail * Update DEFAULT_API_VERSION documentation for CMake (#3255) * Update DEFAULT_API_VERSION documentation for CMake * Fix hint --------- Co-authored-by: Larry Knox <lrknox@hdfgroup.org> * changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (#3254) * Option changed but not all references (#3252) * Option changed but not all references * remove quotes from binary var * Move 1.12.3 release to October (#3263) * Fixed some -Wunused-variable warnings and one Wsometimes-uninitialized warning (#3260) * removed the use of encoded single apostrophe (#3261) * removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read * updated sanitizer paragraph * fixed brief description for H5Fget_info * ROS3: (fix) Replaced HDfprintf (#3266) - Replaced the HDfprintf() functions by fprintf() to be consistent with other parts of the library. * chore: make VRFY output consistent (#3268) * CMake: (fix) Threads dependency (#3267) - If the HDF5 library has been build with either thread-safety or subfiling VFD feature on it will have an additional dependency on a threading library. This dependency has been added to the hdf-config.cmake.in file. * chore: fix grammar - get hang -> get hung (#3272) * Another round of fixing -Wextra-semi-stmt warnings (#3264) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * chore: fix typo - persent -> present (#3273) * Remove py-pip from h5py action (#3265) * Update release schedule (#3317) * Move 1.12.3 to November * Add 1.14.3 in October * Update README.md w/ 1.4.3 info (#3318) * Switch parallel compression to use vector I/O (#3245) Updates parallel compression feature to use vector I/O instead of creating and passing down MPI derived types to VFD * Fix incorrect error check in H5Ofill.c for undefined fill values (#3312) * Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314) * Fix loading plugin fails with missing directory GH issue #3248 (#3315) * Made HGOTO_ERROR a do-while loop (#3308) * Made HGOTO_ERROR a do-while loop * Update files to skip list and ignore_words_list (#3321) * Update files to skip list and ignore_words_list for codespell to not check files generated by autotools. Autotools generate misspellings that can't be fixed in HDF5 code. * Windows runtime items go into the bin folder (#3320) * A couple of documentation items to fix (#3332) * Fix h5repack for variable-length datatyped datasets (#3331) * Fix CVE-2018-11202 (#3330) A malformed file could result in chunk index memory leaks. Under most conditions (i.e., when the --enable-using-memchecker option is NOT used), this would result in a small memory leak and and infinite loop and abort when shutting down the library. The infinite loop would be due to the "free list" package not being able to clear its resources so the library couldn't shut down. When the "using a memory checker" option is used, the free lists are disabled so there is just a memory leak with no abort on library shutdown. The chunk index resources are now correctly cleaned up when reading misparsed files and valgrind confirms no memory leaks. * Fix CVE-2018-13867 (#3336) * Fixes the last of the -Wextra-semi-stmt warnings (#3326) * Fixed extra semi warning by adjusting alternative macro definitions * Find-replace H5E_END_TRY; -> H5E_END_TRY * Made H5Epush_goto a do-while loop, fixed indentation * Made GOTOERROR and ERRMSG do-while loops * Made Hgoto_error and Hgoto_done do-while loops * Made vrfy_cint_type and vrfy_ctype do-while loops * Made TEST_TYPE_CONTIG and others do-while loops * Removed extraneous semi-colons * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fix a typo in RELEASE.txt * Fix assertion failure in H5D__mpio_collective_filtered_vec_io (#3340) * Make h5dump spacing consistent when printing VLEN datatype (#3351) * Fix for the bug exposed from running test/set_extent.c when selection… (#3319) * Fix for the bug exposed from running test/set_extent.c when selection I/O is enabled. This is a fix from Neil. The test/set_extent.c is modified to test for selection I/O enabled. * Add Fortran ES module to deploy list (#3341) * Add Fortran ES module to deploy list * Change fortran mod file export to use a list of names * test(parallel): verify FALSE case (#3356) * Implementation of the mpio driver with selection I/O. (#3222) * This changes the default selection I/O to on for MPIO. * Work around a testphdf5 failure on Cray MPICH machines (#3361) * set H5_PAC_C_MAX_REAL_PRECISION default to 0 when cross sompiling with (#3364) CMake to fix Fortran build failures. * Add RELEASE.txt notes for recent selection I/O work. (#3374) * Fix possible performance regression introduced with in-place type conversion in 1.14.2 (#3376) * Correct script (#3377) * Correct CI settings (#3384) * Correct CI settings * Correct plugin file name * restore CI tarball name prefix to match bin/release (#3385) * Fix assertion failure during file close on error (#3387) * Fix compile failures with H5C_DO_MEMORY_SANITY_CHECKS enabled (#3388) * Fix valgrind warning about write of uninitialized bytes (#3389) * Fix valgrind warning about write of uninitialized bytes in ScaleOffset filter (#3390) * Update presets, examples uncompress, szip cache (#3391) * Fix serial to parallel chunked dataset file space allocation bug (#3394) * chore: fix typo (#3405) * Fix for CVE-2016-4332 (#3406) This CVE issue was previously listed as fixed (via HDFFV-9950) back in 2016, but with no confirmation test. Now that test files exist for the 2016 Talos CVE issues, we found that CVE-2016-4332 can raise an assert in debug builds. This fix replaces the assert with pointer checks that don't raise errors or asserts. Since the function is in cleanup code, we do our best to close and free things, even when presented with partially- initialized structs. Fixes CVE-2016-4332 and HDFFV-9950 (confirmed via the cve_hdf5 repo) * Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407) * Enable szip by default in Autotools (#3412) Since libaec is so prevalent and BSD-licensed for both encode and decode, we build the szip filter by default when the szip or aec libraries are found. * Re-enable SZIP default to ON in CMake (#3414) The Autotools were handled in a separate commit * Fix Heap-buffer-overflow WRITE in H5MM_memcpy (#3368) * Add Intel oneAPI actions (#2949) (#2977) * ci: add Intel oneAPI actions (#2949) * ci: fix CMake installation * ci: use absolute paths for libtool installation * ci(oneAPI): update compiler versions and use cron * Add RELEASE.txt entry for compound performance regression fix (#3376) (#3416) * chore: remove gubbins comment (#3420) * Add other types and full type to enum/str/vlen dataformat for structblock[begin/end] (#3353) * Avoid H5Ocopy in h5repack for variable-length string types (#3419) * Skip atomicity tests for OpenMPI major versions < 5 (#3421) * Fix an issue with use of uninitialized memory in trefer_deprec.c test (#3422) * Add parallel examples in doxygen (#3413) * Fix use of uninitialized value in testpar/t_dset.c test (#3423) * Remove extraneous "33" in RELEASE.txt (#3425) * Revise file close assertion failure fix (#3418) * Remove intel oneapi warning (#3426) * Fix for CVE-2018-15671. h5stat -S $POC will result in a crash with segmenetation fault. (#3427) It is because the object in the testfile points back to the root group. When the tool tries to traverse the object, it goes back to the root group and then back again. * chore: match function call and VRFY() output (#3428) * Fix the Fortran extension used in example links (#3430) * Put H5T_CONV_ab macros in do..while loops (#3432) Ever since a recent round of macro cleanup, bin/trace and clang-format have been bickering over what H5Tconv.c should look like and neither produces readable code. This change puts the top-level H5T_CONV_ab macros in do..while loops, adds appropriate semicolons, and adds the missing H5_CLANG_DIAG_ON|OFF and H5_GCC_CLANG_DIAG_ON|OFF macros to the list of statement macros clang-format recognizes. H5Tconv.c is now readable and both bin/trace and clang-format are happy. * Convert some H5MM calls to standard C equivalents (#2382) * H5MM_calloc and malloc are now mapped to stdlib C calls * H5MM_memcpy now maps directly to memcpy in release builds * H5MM_memcpy is still implemented as a separate function that checks for buffer overlap when H5MM_DEBUG is defined (default w/ debug builds) * Switches many library memcpy calls to use H5MM_memcpy * Fixes a possible zero allocation in H5Olayout.c * Add 1.14.4 to the release schedule (#3434) * Output stderr file in CMake testing on failure (#3431) * Add Intel oneAPI badges (#3433) * Add a CVE regression test action (#3445) * * Disable SZIP for Intel oneAPI Action (#3449) * Disable SZIP for Intel oneAPI Action * Disable Fortran and parallel * Update VOL CMake for REST VOL (#3450) * Update VOL CMake for REST VOL * Prevent linking static libs to VOLs * Add an h5py badge to README.md (#3477) * Removed all the ranks printing out testing information (#3457) * Fix Subfiling VFD IOC assignment bug (#3456) * Correct java test dimension (#3482) * Support CMake VOL builds with FetchContent from local directory (#3455) * Update VOL CMake for REST VOL * Prevent linking static libs to VOLs * index on fetch_local: 5c5c3f1505 Prevent linking static libs to VOLs * index on (no branch): 9a36d3e7b1 On fetch_local: WIP:add source dir fetch option for vols * Allow building of VOL from local source * Move LOCAL_DIR option to HDF5_VOL_ALLOW_EXTERNAL * Fix the Fortran include dir in install config files (#3454) * Convert hbool_t --> bool in examples (#3492) * Fix some minor formatting for consistency (#3499) * Create scorecard.yml (#3508) Bring in OSSF Scorecard code scanner as a GitHub action * Convert hbool_t --> bool in testpar (#3495) * hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) * Convert hbool_t --> bool in test (#3494) * Convert hbool_t --> bool in src (#3496) * hbool_t --> bool in src * Does not remove TRUE/FALSE * Public header files are unchanged * Public API calls are unchanged * TRUE/FALSE --> true/false in src * Add deprecation notice for hbool_t * Added new Fortran API wrappers (#3511) * Added new wrappers for h5get_free_list_sizes_f H5Sselect_intersect_block_f H5Sselect_shape_same_f h5pget_no_selection_io_cause_f h5pget_mpio_no_collective_cause_f H5Lvisit_by_name_f H5Lvisit_f H5Fget_info_f h5dwrite_chunk_f h5dread_chunk_f * added h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f, h5info tests * added fortran tests * Update tH5F.F90 * misc. fortran fixes for failing CI dailty tests (#3523) * fixed H5Lvisit* interface * changed integer type for direct write * Consistent initialization of hid_t in the tests (#3521) * Fix windows cpack with debug (#3525) * Add missing row for the ROS3 VFD in table #3415 (#3517) * fixed nvidia compiler issue (#3527) * Identify functions in a subgroup (#3530) * quiet warning on sunspot (gcc 11.2.0) (#3534) * Add API examples doxygen page (#3500) * removed C_INT32_T from Fortran APIs (#3537) * Add NVHPC 23.7 GitHub Actions (#3509) * Add NVHPC 27.3 GitHub Actions * Address @derobins review * Remove HD prefix from math functions (#3538) * Remove HD prefix from HDlog10 calls (#3539) Was missed in a previous commit and causes building subfiling to fail. * fixed arg to C H5Dwrite_chunk (#3541) * Strip HD prefix from string/char C API calls (#3540) * Strip HD prefix from string/char C API calls * HD(f)(put|get)(s|c) * HDstr* * HDv*printf * HD(s)(print|scan)f * HDperror But NOT: * HDstrcase* * HDvasprintf * HDstrtok_r * HDstrndup As those are not C99 and have portability work-around implementations. They will be handled later. * Fix th5_system.c screwup * Convert main.yml CI into callable workflows (#3529) * Fix broken URL. (#3546) * Fix grammar (#3545) * Update oneAPI-C/A badge yml links. (#3564) * Check return values from HDF5 API calls. (#3556) * Adds link to h5fuse.sh in testpar for autotools (#3557) * Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped. * Some minor formatting and text changes (#3563) * Fix typos and grammar in t_pread. (#3565) * Fix typo (givin->given) in test/testframe.c. (#3567) * Fix ifx unused variable hdferr warning. (#3568) * Correct comments about H5Z_FILTER_NONE (#3572) * Update release script. (#3577) * fixed function declaration (#3579) * Fixed GH-3554 (#3584) Removed the extra condition * Remove h5dwalk.1 man page. (#3589) * Removed the use of -commons linking option on Darwin (#3581) Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used * Fix docs for H5Pset_dxpl_mpio_collective_opt() (#3594) * Fix typo: arange->arrange in src/H5Cmpio.c. (#3597) * Fix docs for H5Acreate2 and H5Acreate_by_name (#3598) * Use HDoff_t with lseek consistently (#3600) lseek on Windows uses __int64 for both the offset and return type instead of off_t like most POSIX systems. This changes ensures we use HDoff_t (which is typdef'd correctly on Windows) w/ lseek. * Replaces HDgetenv with getenv (#3599) * Develop tools move (#3580) Reorganizes the tools files to support the VOL tests * Clean up Subfiling VFD header doxygen formatting (#3601) * Remove `sh` to run bash script. (#3590) * Correct path name of ddl file to be changed (#3607) * Fix potential uninitialized variable (#3602) Moves a union initialization up a bit so it's performed before code that can jump to the cleanup target, where file descriptors could be checked without being initialized. This could only happen in test code and only in an out-of-memory situation. Fixes Coverity 1542254 * Remove unnecessary assignment in test generator (#3603) Fixes what looks like a copy/paste/modify error in the format convert test file generator, where an array element is assigned one value and them immediately overwritten by another value. Fixes Coverity issue 1542285 * Remove useless define TRUE/FALSE statements. (#3604) * Fix typo behaviour and dependes. (#3605) * Fix typos (#3609) * Fixed unused variable in H5CS.c (#3552) (#3612) * Fixed #3552 * Fix grammar (#3614) * Cleanup unused statements (#3553) (#3617) Removed unnecessary assert statements and noise comments. * Fix Intel oneAPI icc warning (#3619) * Fix several spelling/grammar issues (#3621) * Add HPC CDash to README.md (#3623) * Disable static + thread-safe on Windows w/ CMake (#3622) The thread-safety feature on Windows requires a hook in DllMain() and thus is only available when HDF5 is built as a shared library. This was previously a warning, but has now been elevated to a fatal error that cannot be overridden with ALLOW_UNSUPPORTED. Fixes GitHub #3613 * Remove unused member from H5D_shared_t struct. (#3628) * Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT (#3624) * Fix grammar (#3635) * Disambiguate error output messages. (#3634) * Disambiguate error output messages. * Address @brtnfld review. * Fail CMake on Windows when sub-filing VFD is enabled (#3636) * Improve consistency in past tense usage (#3638) * Split out test logic to separate file (#3639) * Drop MPI-2 support (#3643) * Switch IEEE flags for NAG Fortran (#3644) Default is -ieee=stop, which causes problems when the H5T module performs floating-point type introspection. The new mode is -ieee=full * Remove 1.10.11 info from README.md (#3646) * Fixes GH#1027 compilation error (#3654) * Remove 1.10 badge (#3650) * Use real URLs and updated names for plugins (#3651) * synchronize TGZ naming convention/usage * Update parallel compression feature to support multi-dataset I/O (#3591) * Add more tests for selection I/O. (#3528) * Adjust 1.14 files after merging ---------
Diffstat (limited to 'tools/test/h5diff/testfiles')
-rw-r--r--tools/test/h5diff/testfiles/dangling_link.err4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_10.txt194
-rw-r--r--tools/test/h5diff/testfiles/h5diff_100.txt1038
-rw-r--r--tools/test/h5diff/testfiles/h5diff_101.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_101w.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_102.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_102w.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_103.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_103w.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_104.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_104w.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_11.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_12.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_13.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_14.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_15.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_16_1.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_16_2.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_16_3.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_17.txt57
-rw-r--r--tools/test/h5diff/testfiles/h5diff_171.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_172.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_18.txt1
-rw-r--r--tools/test/h5diff/testfiles/h5diff_18_1.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_19.txt26
-rw-r--r--tools/test/h5diff/testfiles/h5diff_20.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_200.txt5
-rw-r--r--tools/test/h5diff/testfiles/h5diff_201.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_202.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_203.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_204.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_205.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_206.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_207.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_208.txt5
-rw-r--r--tools/test/h5diff/testfiles/h5diff_21.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_22.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_220.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_221.txt12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_222.txt20
-rw-r--r--tools/test/h5diff/testfiles/h5diff_223.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_224.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_23.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_24.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_25.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_26.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_27.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_28.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_30.txt9
-rw-r--r--tools/test/h5diff/testfiles/h5diff_300.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_400.txt35
-rw-r--r--tools/test/h5diff/testfiles/h5diff_401.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_402.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_403.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_404.txt32
-rw-r--r--tools/test/h5diff/testfiles/h5diff_405.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_406.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_407.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_408.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_409.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_410.txt62
-rw-r--r--tools/test/h5diff/testfiles/h5diff_411.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_412.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_413.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_414.txt9
-rw-r--r--tools/test/h5diff/testfiles/h5diff_415.txt9
-rw-r--r--tools/test/h5diff/testfiles/h5diff_416.txt8
-rw-r--r--tools/test/h5diff/testfiles/h5diff_417.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_418.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_419.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_420.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_421.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_422.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_423.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_424.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_425.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_450.txt38
-rw-r--r--tools/test/h5diff/testfiles/h5diff_451.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_452.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_453.txt34
-rw-r--r--tools/test/h5diff/testfiles/h5diff_454.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_455.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_456.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_457.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_458.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_459.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_465.txt1
-rw-r--r--tools/test/h5diff/testfiles/h5diff_466.txt5
-rw-r--r--tools/test/h5diff/testfiles/h5diff_467.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_468.txt5
-rw-r--r--tools/test/h5diff/testfiles/h5diff_469.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_471.txt38
-rw-r--r--tools/test/h5diff/testfiles/h5diff_472.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_473.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_474.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_475.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_480.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_481.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_482.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_483.txt18
-rw-r--r--tools/test/h5diff/testfiles/h5diff_484.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_485.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_486.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_487.txt12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_50.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_500.txt72
-rw-r--r--tools/test/h5diff/testfiles/h5diff_501.txt188
-rw-r--r--tools/test/h5diff/testfiles/h5diff_502.txt36
-rw-r--r--tools/test/h5diff/testfiles/h5diff_503.txt32
-rw-r--r--tools/test/h5diff/testfiles/h5diff_504.txt19
-rw-r--r--tools/test/h5diff/testfiles/h5diff_505.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_506.txt26
-rw-r--r--tools/test/h5diff/testfiles/h5diff_507.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_508.txt32
-rw-r--r--tools/test/h5diff/testfiles/h5diff_509.txt6
-rw-r--r--tools/test/h5diff/testfiles/h5diff_51.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_510.txt32
-rw-r--r--tools/test/h5diff/testfiles/h5diff_511.txt24
-rw-r--r--tools/test/h5diff/testfiles/h5diff_512.txt53
-rw-r--r--tools/test/h5diff/testfiles/h5diff_513.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_514.txt53
-rw-r--r--tools/test/h5diff/testfiles/h5diff_515.txt27
-rw-r--r--tools/test/h5diff/testfiles/h5diff_516.txt32
-rw-r--r--tools/test/h5diff/testfiles/h5diff_517.txt18
-rw-r--r--tools/test/h5diff/testfiles/h5diff_518.txt23
-rw-r--r--tools/test/h5diff/testfiles/h5diff_52.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_53.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_530.txt35
-rw-r--r--tools/test/h5diff/testfiles/h5diff_54.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_540.txt86
-rw-r--r--tools/test/h5diff/testfiles/h5diff_55.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_56.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_57.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_58.txt15
-rw-r--r--tools/test/h5diff/testfiles/h5diff_58_ref.txt37
-rw-r--r--tools/test/h5diff/testfiles/h5diff_59.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_60.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_600.txt194
-rw-r--r--tools/test/h5diff/testfiles/h5diff_601.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_601_ERR.err4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_603.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_604.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_605.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_606.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_607.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_608.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_609.txt1
-rw-r--r--tools/test/h5diff/testfiles/h5diff_61.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_610.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_612.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_613.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_614.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_615.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_616.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_617.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_618.txt1
-rw-r--r--tools/test/h5diff/testfiles/h5diff_619.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_62.txt37
-rw-r--r--tools/test/h5diff/testfiles/h5diff_621.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_622.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_623.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_624.txt195
-rw-r--r--tools/test/h5diff/testfiles/h5diff_625.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_626.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_627.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_628.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_629.txt2
-rw-r--r--tools/test/h5diff/testfiles/h5diff_63.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_630.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_631.txt3
-rw-r--r--tools/test/h5diff/testfiles/h5diff_640.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_641.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_642.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_643.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_644.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_645.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_646.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_70.txt2064
-rw-r--r--tools/test/h5diff/testfiles/h5diff_700.txt2070
-rw-r--r--tools/test/h5diff/testfiles/h5diff_701.txt2169
-rw-r--r--tools/test/h5diff/testfiles/h5diff_702.txt2070
-rw-r--r--tools/test/h5diff/testfiles/h5diff_703.txt2169
-rw-r--r--tools/test/h5diff/testfiles/h5diff_704.txt28
-rw-r--r--tools/test/h5diff/testfiles/h5diff_705.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_706.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_707.txt29
-rw-r--r--tools/test/h5diff/testfiles/h5diff_708.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_709.txt12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_710.txt108
-rw-r--r--tools/test/h5diff/testfiles/h5diff_80.txt881
-rw-r--r--tools/test/h5diff/testfiles/h5diff_800.txt12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_801.txt13
-rw-r--r--tools/test/h5diff/testfiles/h5diff_830.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_8625.txt10
-rw-r--r--tools/test/h5diff/testfiles/h5diff_8639.txt72
-rw-r--r--tools/test/h5diff/testfiles/h5diff_90.txt50
-rw-r--r--tools/test/h5diff/testfiles/h5diff_900.txt12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_901.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_902.txt30
-rw-r--r--tools/test/h5diff/testfiles/h5diff_eps.txt17
-rw-r--r--tools/test/h5diff/testfiles/h5diff_reg.txt14
-rw-r--r--tools/test/h5diff/testfiles/h5diff_ud.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_udfail.err12
-rw-r--r--tools/test/h5diff/testfiles/h5diff_udfail.txt11
-rw-r--r--tools/test/h5diff/testfiles/h5diff_v1.txt18
-rw-r--r--tools/test/h5diff/testfiles/h5diff_v2.txt7
-rw-r--r--tools/test/h5diff/testfiles/h5diff_v3.txt4
-rw-r--r--tools/test/h5diff/testfiles/h5diff_vlstr.txt16
208 files changed, 0 insertions, 17184 deletions
diff --git a/tools/test/h5diff/testfiles/dangling_link.err b/tools/test/h5diff/testfiles/dangling_link.err
deleted file mode 100644
index 82802a1..0000000
--- a/tools/test/h5diff/testfiles/dangling_link.err
+++ /dev/null
@@ -1,4 +0,0 @@
-H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
- #000: (file name) line (number) in h5diff(): treat dangling link as error
- major: Failure in tools library
- minor: error in function
diff --git a/tools/test/h5diff/testfiles/h5diff_10.txt b/tools/test/h5diff/testfiles/h5diff_10.txt
deleted file mode 100644
index dbd5418..0000000
--- a/tools/test/h5diff/testfiles/h5diff_10.txt
+++ /dev/null
@@ -1,194 +0,0 @@
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_100.txt b/tools/test/h5diff/testfiles/h5diff_100.txt
deleted file mode 100644
index 363daa3..0000000
--- a/tools/test/h5diff/testfiles/h5diff_100.txt
+++ /dev/null
@@ -1,1038 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /big
-
-group : </> and </>
-0 differences found
-dataset: </big> and </big>
-size: [1073741824] [1073741824]
-position big big difference
-------------------------------------------------------------
-[ 268435456 ] 31 0 31
-[ 268435457 ] 31 0 31
-[ 268435458 ] 31 0 31
-[ 268435459 ] 31 0 31
-[ 268435460 ] 31 0 31
-[ 268435461 ] 31 0 31
-[ 268435462 ] 31 0 31
-[ 268435463 ] 31 0 31
-[ 268435464 ] 31 0 31
-[ 268435465 ] 31 0 31
-[ 268435466 ] 31 0 31
-[ 268435467 ] 31 0 31
-[ 268435468 ] 31 0 31
-[ 268435469 ] 31 0 31
-[ 268435470 ] 31 0 31
-[ 268435471 ] 31 0 31
-[ 268435472 ] 31 0 31
-[ 268435473 ] 31 0 31
-[ 268435474 ] 31 0 31
-[ 268435475 ] 31 0 31
-[ 268435476 ] 31 0 31
-[ 268435477 ] 31 0 31
-[ 268435478 ] 31 0 31
-[ 268435479 ] 31 0 31
-[ 268435480 ] 31 0 31
-[ 268435481 ] 31 0 31
-[ 268435482 ] 31 0 31
-[ 268435483 ] 31 0 31
-[ 268435484 ] 31 0 31
-[ 268435485 ] 31 0 31
-[ 268435486 ] 31 0 31
-[ 268435487 ] 31 0 31
-[ 268435488 ] 31 0 31
-[ 268435489 ] 31 0 31
-[ 268435490 ] 31 0 31
-[ 268435491 ] 31 0 31
-[ 268435492 ] 31 0 31
-[ 268435493 ] 31 0 31
-[ 268435494 ] 31 0 31
-[ 268435495 ] 31 0 31
-[ 268435496 ] 31 0 31
-[ 268435497 ] 31 0 31
-[ 268435498 ] 31 0 31
-[ 268435499 ] 31 0 31
-[ 268435500 ] 31 0 31
-[ 268435501 ] 31 0 31
-[ 268435502 ] 31 0 31
-[ 268435503 ] 31 0 31
-[ 268435504 ] 31 0 31
-[ 268435505 ] 31 0 31
-[ 268435506 ] 31 0 31
-[ 268435507 ] 31 0 31
-[ 268435508 ] 31 0 31
-[ 268435509 ] 31 0 31
-[ 268435510 ] 31 0 31
-[ 268435511 ] 31 0 31
-[ 268435512 ] 31 0 31
-[ 268435513 ] 31 0 31
-[ 268435514 ] 31 0 31
-[ 268435515 ] 31 0 31
-[ 268435516 ] 31 0 31
-[ 268435517 ] 31 0 31
-[ 268435518 ] 31 0 31
-[ 268435519 ] 31 0 31
-[ 268435520 ] 31 0 31
-[ 268435521 ] 31 0 31
-[ 268435522 ] 31 0 31
-[ 268435523 ] 31 0 31
-[ 268435524 ] 31 0 31
-[ 268435525 ] 31 0 31
-[ 268435526 ] 31 0 31
-[ 268435527 ] 31 0 31
-[ 268435528 ] 31 0 31
-[ 268435529 ] 31 0 31
-[ 268435530 ] 31 0 31
-[ 268435531 ] 31 0 31
-[ 268435532 ] 31 0 31
-[ 268435533 ] 31 0 31
-[ 268435534 ] 31 0 31
-[ 268435535 ] 31 0 31
-[ 268435536 ] 31 0 31
-[ 268435537 ] 31 0 31
-[ 268435538 ] 31 0 31
-[ 268435539 ] 31 0 31
-[ 268435540 ] 31 0 31
-[ 268435541 ] 31 0 31
-[ 268435542 ] 31 0 31
-[ 268435543 ] 31 0 31
-[ 268435544 ] 31 0 31
-[ 268435545 ] 31 0 31
-[ 268435546 ] 31 0 31
-[ 268435547 ] 31 0 31
-[ 268435548 ] 31 0 31
-[ 268435549 ] 31 0 31
-[ 268435550 ] 31 0 31
-[ 268435551 ] 31 0 31
-[ 268435552 ] 31 0 31
-[ 268435553 ] 31 0 31
-[ 268435554 ] 31 0 31
-[ 268435555 ] 31 0 31
-[ 268435556 ] 31 0 31
-[ 268435557 ] 31 0 31
-[ 268435558 ] 31 0 31
-[ 268435559 ] 31 0 31
-[ 268435560 ] 31 0 31
-[ 268435561 ] 31 0 31
-[ 268435562 ] 31 0 31
-[ 268435563 ] 31 0 31
-[ 268435564 ] 31 0 31
-[ 268435565 ] 31 0 31
-[ 268435566 ] 31 0 31
-[ 268435567 ] 31 0 31
-[ 268435568 ] 31 0 31
-[ 268435569 ] 31 0 31
-[ 268435570 ] 31 0 31
-[ 268435571 ] 31 0 31
-[ 268435572 ] 31 0 31
-[ 268435573 ] 31 0 31
-[ 268435574 ] 31 0 31
-[ 268435575 ] 31 0 31
-[ 268435576 ] 31 0 31
-[ 268435577 ] 31 0 31
-[ 268435578 ] 31 0 31
-[ 268435579 ] 31 0 31
-[ 268435580 ] 31 0 31
-[ 268435581 ] 31 0 31
-[ 268435582 ] 31 0 31
-[ 268435583 ] 31 0 31
-[ 268435584 ] 31 0 31
-[ 268435585 ] 31 0 31
-[ 268435586 ] 31 0 31
-[ 268435587 ] 31 0 31
-[ 268435588 ] 31 0 31
-[ 268435589 ] 31 0 31
-[ 268435590 ] 31 0 31
-[ 268435591 ] 31 0 31
-[ 268435592 ] 31 0 31
-[ 268435593 ] 31 0 31
-[ 268435594 ] 31 0 31
-[ 268435595 ] 31 0 31
-[ 268435596 ] 31 0 31
-[ 268435597 ] 31 0 31
-[ 268435598 ] 31 0 31
-[ 268435599 ] 31 0 31
-[ 268435600 ] 31 0 31
-[ 268435601 ] 31 0 31
-[ 268435602 ] 31 0 31
-[ 268435603 ] 31 0 31
-[ 268435604 ] 31 0 31
-[ 268435605 ] 31 0 31
-[ 268435606 ] 31 0 31
-[ 268435607 ] 31 0 31
-[ 268435608 ] 31 0 31
-[ 268435609 ] 31 0 31
-[ 268435610 ] 31 0 31
-[ 268435611 ] 31 0 31
-[ 268435612 ] 31 0 31
-[ 268435613 ] 31 0 31
-[ 268435614 ] 31 0 31
-[ 268435615 ] 31 0 31
-[ 268435616 ] 31 0 31
-[ 268435617 ] 31 0 31
-[ 268435618 ] 31 0 31
-[ 268435619 ] 31 0 31
-[ 268435620 ] 31 0 31
-[ 268435621 ] 31 0 31
-[ 268435622 ] 31 0 31
-[ 268435623 ] 31 0 31
-[ 268435624 ] 31 0 31
-[ 268435625 ] 31 0 31
-[ 268435626 ] 31 0 31
-[ 268435627 ] 31 0 31
-[ 268435628 ] 31 0 31
-[ 268435629 ] 31 0 31
-[ 268435630 ] 31 0 31
-[ 268435631 ] 31 0 31
-[ 268435632 ] 31 0 31
-[ 268435633 ] 31 0 31
-[ 268435634 ] 31 0 31
-[ 268435635 ] 31 0 31
-[ 268435636 ] 31 0 31
-[ 268435637 ] 31 0 31
-[ 268435638 ] 31 0 31
-[ 268435639 ] 31 0 31
-[ 268435640 ] 31 0 31
-[ 268435641 ] 31 0 31
-[ 268435642 ] 31 0 31
-[ 268435643 ] 31 0 31
-[ 268435644 ] 31 0 31
-[ 268435645 ] 31 0 31
-[ 268435646 ] 31 0 31
-[ 268435647 ] 31 0 31
-[ 268435648 ] 31 0 31
-[ 268435649 ] 31 0 31
-[ 268435650 ] 31 0 31
-[ 268435651 ] 31 0 31
-[ 268435652 ] 31 0 31
-[ 268435653 ] 31 0 31
-[ 268435654 ] 31 0 31
-[ 268435655 ] 31 0 31
-[ 268435656 ] 31 0 31
-[ 268435657 ] 31 0 31
-[ 268435658 ] 31 0 31
-[ 268435659 ] 31 0 31
-[ 268435660 ] 31 0 31
-[ 268435661 ] 31 0 31
-[ 268435662 ] 31 0 31
-[ 268435663 ] 31 0 31
-[ 268435664 ] 31 0 31
-[ 268435665 ] 31 0 31
-[ 268435666 ] 31 0 31
-[ 268435667 ] 31 0 31
-[ 268435668 ] 31 0 31
-[ 268435669 ] 31 0 31
-[ 268435670 ] 31 0 31
-[ 268435671 ] 31 0 31
-[ 268435672 ] 31 0 31
-[ 268435673 ] 31 0 31
-[ 268435674 ] 31 0 31
-[ 268435675 ] 31 0 31
-[ 268435676 ] 31 0 31
-[ 268435677 ] 31 0 31
-[ 268435678 ] 31 0 31
-[ 268435679 ] 31 0 31
-[ 268435680 ] 31 0 31
-[ 268435681 ] 31 0 31
-[ 268435682 ] 31 0 31
-[ 268435683 ] 31 0 31
-[ 268435684 ] 31 0 31
-[ 268435685 ] 31 0 31
-[ 268435686 ] 31 0 31
-[ 268435687 ] 31 0 31
-[ 268435688 ] 31 0 31
-[ 268435689 ] 31 0 31
-[ 268435690 ] 31 0 31
-[ 268435691 ] 31 0 31
-[ 268435692 ] 31 0 31
-[ 268435693 ] 31 0 31
-[ 268435694 ] 31 0 31
-[ 268435695 ] 31 0 31
-[ 268435696 ] 31 0 31
-[ 268435697 ] 31 0 31
-[ 268435698 ] 31 0 31
-[ 268435699 ] 31 0 31
-[ 268435700 ] 31 0 31
-[ 268435701 ] 31 0 31
-[ 268435702 ] 31 0 31
-[ 268435703 ] 31 0 31
-[ 268435704 ] 31 0 31
-[ 268435705 ] 31 0 31
-[ 268435706 ] 31 0 31
-[ 268435707 ] 31 0 31
-[ 268435708 ] 31 0 31
-[ 268435709 ] 31 0 31
-[ 268435710 ] 31 0 31
-[ 268435711 ] 31 0 31
-[ 268435712 ] 31 0 31
-[ 268435713 ] 31 0 31
-[ 268435714 ] 31 0 31
-[ 268435715 ] 31 0 31
-[ 268435716 ] 31 0 31
-[ 268435717 ] 31 0 31
-[ 268435718 ] 31 0 31
-[ 268435719 ] 31 0 31
-[ 268435720 ] 31 0 31
-[ 268435721 ] 31 0 31
-[ 268435722 ] 31 0 31
-[ 268435723 ] 31 0 31
-[ 268435724 ] 31 0 31
-[ 268435725 ] 31 0 31
-[ 268435726 ] 31 0 31
-[ 268435727 ] 31 0 31
-[ 268435728 ] 31 0 31
-[ 268435729 ] 31 0 31
-[ 268435730 ] 31 0 31
-[ 268435731 ] 31 0 31
-[ 268435732 ] 31 0 31
-[ 268435733 ] 31 0 31
-[ 268435734 ] 31 0 31
-[ 268435735 ] 31 0 31
-[ 268435736 ] 31 0 31
-[ 268435737 ] 31 0 31
-[ 268435738 ] 31 0 31
-[ 268435739 ] 31 0 31
-[ 268435740 ] 31 0 31
-[ 268435741 ] 31 0 31
-[ 268435742 ] 31 0 31
-[ 268435743 ] 31 0 31
-[ 268435744 ] 31 0 31
-[ 268435745 ] 31 0 31
-[ 268435746 ] 31 0 31
-[ 268435747 ] 31 0 31
-[ 268435748 ] 31 0 31
-[ 268435749 ] 31 0 31
-[ 268435750 ] 31 0 31
-[ 268435751 ] 31 0 31
-[ 268435752 ] 31 0 31
-[ 268435753 ] 31 0 31
-[ 268435754 ] 31 0 31
-[ 268435755 ] 31 0 31
-[ 268435756 ] 31 0 31
-[ 268435757 ] 31 0 31
-[ 268435758 ] 31 0 31
-[ 268435759 ] 31 0 31
-[ 268435760 ] 31 0 31
-[ 268435761 ] 31 0 31
-[ 268435762 ] 31 0 31
-[ 268435763 ] 31 0 31
-[ 268435764 ] 31 0 31
-[ 268435765 ] 31 0 31
-[ 268435766 ] 31 0 31
-[ 268435767 ] 31 0 31
-[ 268435768 ] 31 0 31
-[ 268435769 ] 31 0 31
-[ 268435770 ] 31 0 31
-[ 268435771 ] 31 0 31
-[ 268435772 ] 31 0 31
-[ 268435773 ] 31 0 31
-[ 268435774 ] 31 0 31
-[ 268435775 ] 31 0 31
-[ 268435776 ] 31 0 31
-[ 268435777 ] 31 0 31
-[ 268435778 ] 31 0 31
-[ 268435779 ] 31 0 31
-[ 268435780 ] 31 0 31
-[ 268435781 ] 31 0 31
-[ 268435782 ] 31 0 31
-[ 268435783 ] 31 0 31
-[ 268435784 ] 31 0 31
-[ 268435785 ] 31 0 31
-[ 268435786 ] 31 0 31
-[ 268435787 ] 31 0 31
-[ 268435788 ] 31 0 31
-[ 268435789 ] 31 0 31
-[ 268435790 ] 31 0 31
-[ 268435791 ] 31 0 31
-[ 268435792 ] 31 0 31
-[ 268435793 ] 31 0 31
-[ 268435794 ] 31 0 31
-[ 268435795 ] 31 0 31
-[ 268435796 ] 31 0 31
-[ 268435797 ] 31 0 31
-[ 268435798 ] 31 0 31
-[ 268435799 ] 31 0 31
-[ 268435800 ] 31 0 31
-[ 268435801 ] 31 0 31
-[ 268435802 ] 31 0 31
-[ 268435803 ] 31 0 31
-[ 268435804 ] 31 0 31
-[ 268435805 ] 31 0 31
-[ 268435806 ] 31 0 31
-[ 268435807 ] 31 0 31
-[ 268435808 ] 31 0 31
-[ 268435809 ] 31 0 31
-[ 268435810 ] 31 0 31
-[ 268435811 ] 31 0 31
-[ 268435812 ] 31 0 31
-[ 268435813 ] 31 0 31
-[ 268435814 ] 31 0 31
-[ 268435815 ] 31 0 31
-[ 268435816 ] 31 0 31
-[ 268435817 ] 31 0 31
-[ 268435818 ] 31 0 31
-[ 268435819 ] 31 0 31
-[ 268435820 ] 31 0 31
-[ 268435821 ] 31 0 31
-[ 268435822 ] 31 0 31
-[ 268435823 ] 31 0 31
-[ 268435824 ] 31 0 31
-[ 268435825 ] 31 0 31
-[ 268435826 ] 31 0 31
-[ 268435827 ] 31 0 31
-[ 268435828 ] 31 0 31
-[ 268435829 ] 31 0 31
-[ 268435830 ] 31 0 31
-[ 268435831 ] 31 0 31
-[ 268435832 ] 31 0 31
-[ 268435833 ] 31 0 31
-[ 268435834 ] 31 0 31
-[ 268435835 ] 31 0 31
-[ 268435836 ] 31 0 31
-[ 268435837 ] 31 0 31
-[ 268435838 ] 31 0 31
-[ 268435839 ] 31 0 31
-[ 268435840 ] 31 0 31
-[ 268435841 ] 31 0 31
-[ 268435842 ] 31 0 31
-[ 268435843 ] 31 0 31
-[ 268435844 ] 31 0 31
-[ 268435845 ] 31 0 31
-[ 268435846 ] 31 0 31
-[ 268435847 ] 31 0 31
-[ 268435848 ] 31 0 31
-[ 268435849 ] 31 0 31
-[ 268435850 ] 31 0 31
-[ 268435851 ] 31 0 31
-[ 268435852 ] 31 0 31
-[ 268435853 ] 31 0 31
-[ 268435854 ] 31 0 31
-[ 268435855 ] 31 0 31
-[ 268435856 ] 31 0 31
-[ 268435857 ] 31 0 31
-[ 268435858 ] 31 0 31
-[ 268435859 ] 31 0 31
-[ 268435860 ] 31 0 31
-[ 268435861 ] 31 0 31
-[ 268435862 ] 31 0 31
-[ 268435863 ] 31 0 31
-[ 268435864 ] 31 0 31
-[ 268435865 ] 31 0 31
-[ 268435866 ] 31 0 31
-[ 268435867 ] 31 0 31
-[ 268435868 ] 31 0 31
-[ 268435869 ] 31 0 31
-[ 268435870 ] 31 0 31
-[ 268435871 ] 31 0 31
-[ 268435872 ] 31 0 31
-[ 268435873 ] 31 0 31
-[ 268435874 ] 31 0 31
-[ 268435875 ] 31 0 31
-[ 268435876 ] 31 0 31
-[ 268435877 ] 31 0 31
-[ 268435878 ] 31 0 31
-[ 268435879 ] 31 0 31
-[ 268435880 ] 31 0 31
-[ 268435881 ] 31 0 31
-[ 268435882 ] 31 0 31
-[ 268435883 ] 31 0 31
-[ 268435884 ] 31 0 31
-[ 268435885 ] 31 0 31
-[ 268435886 ] 31 0 31
-[ 268435887 ] 31 0 31
-[ 268435888 ] 31 0 31
-[ 268435889 ] 31 0 31
-[ 268435890 ] 31 0 31
-[ 268435891 ] 31 0 31
-[ 268435892 ] 31 0 31
-[ 268435893 ] 31 0 31
-[ 268435894 ] 31 0 31
-[ 268435895 ] 31 0 31
-[ 268435896 ] 31 0 31
-[ 268435897 ] 31 0 31
-[ 268435898 ] 31 0 31
-[ 268435899 ] 31 0 31
-[ 268435900 ] 31 0 31
-[ 268435901 ] 31 0 31
-[ 268435902 ] 31 0 31
-[ 268435903 ] 31 0 31
-[ 268435904 ] 31 0 31
-[ 268435905 ] 31 0 31
-[ 268435906 ] 31 0 31
-[ 268435907 ] 31 0 31
-[ 268435908 ] 31 0 31
-[ 268435909 ] 31 0 31
-[ 268435910 ] 31 0 31
-[ 268435911 ] 31 0 31
-[ 268435912 ] 31 0 31
-[ 268435913 ] 31 0 31
-[ 268435914 ] 31 0 31
-[ 268435915 ] 31 0 31
-[ 268435916 ] 31 0 31
-[ 268435917 ] 31 0 31
-[ 268435918 ] 31 0 31
-[ 268435919 ] 31 0 31
-[ 268435920 ] 31 0 31
-[ 268435921 ] 31 0 31
-[ 268435922 ] 31 0 31
-[ 268435923 ] 31 0 31
-[ 268435924 ] 31 0 31
-[ 268435925 ] 31 0 31
-[ 268435926 ] 31 0 31
-[ 268435927 ] 31 0 31
-[ 268435928 ] 31 0 31
-[ 268435929 ] 31 0 31
-[ 268435930 ] 31 0 31
-[ 268435931 ] 31 0 31
-[ 268435932 ] 31 0 31
-[ 268435933 ] 31 0 31
-[ 268435934 ] 31 0 31
-[ 268435935 ] 31 0 31
-[ 268435936 ] 31 0 31
-[ 268435937 ] 31 0 31
-[ 268435938 ] 31 0 31
-[ 268435939 ] 31 0 31
-[ 268435940 ] 31 0 31
-[ 268435941 ] 31 0 31
-[ 268435942 ] 31 0 31
-[ 268435943 ] 31 0 31
-[ 268435944 ] 31 0 31
-[ 268435945 ] 31 0 31
-[ 268435946 ] 31 0 31
-[ 268435947 ] 31 0 31
-[ 268435948 ] 31 0 31
-[ 268435949 ] 31 0 31
-[ 268435950 ] 31 0 31
-[ 268435951 ] 31 0 31
-[ 268435952 ] 31 0 31
-[ 268435953 ] 31 0 31
-[ 268435954 ] 31 0 31
-[ 268435955 ] 31 0 31
-[ 268435956 ] 31 0 31
-[ 268435957 ] 31 0 31
-[ 268435958 ] 31 0 31
-[ 268435959 ] 31 0 31
-[ 268435960 ] 31 0 31
-[ 268435961 ] 31 0 31
-[ 268435962 ] 31 0 31
-[ 268435963 ] 31 0 31
-[ 268435964 ] 31 0 31
-[ 268435965 ] 31 0 31
-[ 268435966 ] 31 0 31
-[ 268435967 ] 31 0 31
-[ 268435968 ] 31 0 31
-[ 268435969 ] 31 0 31
-[ 268435970 ] 31 0 31
-[ 268435971 ] 31 0 31
-[ 268435972 ] 31 0 31
-[ 268435973 ] 31 0 31
-[ 268435974 ] 31 0 31
-[ 268435975 ] 31 0 31
-[ 268435976 ] 31 0 31
-[ 268435977 ] 31 0 31
-[ 268435978 ] 31 0 31
-[ 268435979 ] 31 0 31
-[ 268435980 ] 31 0 31
-[ 268435981 ] 31 0 31
-[ 268435982 ] 31 0 31
-[ 268435983 ] 31 0 31
-[ 268435984 ] 31 0 31
-[ 268435985 ] 31 0 31
-[ 268435986 ] 31 0 31
-[ 268435987 ] 31 0 31
-[ 268435988 ] 31 0 31
-[ 268435989 ] 31 0 31
-[ 268435990 ] 31 0 31
-[ 268435991 ] 31 0 31
-[ 268435992 ] 31 0 31
-[ 268435993 ] 31 0 31
-[ 268435994 ] 31 0 31
-[ 268435995 ] 31 0 31
-[ 268435996 ] 31 0 31
-[ 268435997 ] 31 0 31
-[ 268435998 ] 31 0 31
-[ 268435999 ] 31 0 31
-[ 268436000 ] 31 0 31
-[ 268436001 ] 31 0 31
-[ 268436002 ] 31 0 31
-[ 268436003 ] 31 0 31
-[ 268436004 ] 31 0 31
-[ 268436005 ] 31 0 31
-[ 268436006 ] 31 0 31
-[ 268436007 ] 31 0 31
-[ 268436008 ] 31 0 31
-[ 268436009 ] 31 0 31
-[ 268436010 ] 31 0 31
-[ 268436011 ] 31 0 31
-[ 268436012 ] 31 0 31
-[ 268436013 ] 31 0 31
-[ 268436014 ] 31 0 31
-[ 268436015 ] 31 0 31
-[ 268436016 ] 31 0 31
-[ 268436017 ] 31 0 31
-[ 268436018 ] 31 0 31
-[ 268436019 ] 31 0 31
-[ 268436020 ] 31 0 31
-[ 268436021 ] 31 0 31
-[ 268436022 ] 31 0 31
-[ 268436023 ] 31 0 31
-[ 268436024 ] 31 0 31
-[ 268436025 ] 31 0 31
-[ 268436026 ] 31 0 31
-[ 268436027 ] 31 0 31
-[ 268436028 ] 31 0 31
-[ 268436029 ] 31 0 31
-[ 268436030 ] 31 0 31
-[ 268436031 ] 31 0 31
-[ 268436032 ] 31 0 31
-[ 268436033 ] 31 0 31
-[ 268436034 ] 31 0 31
-[ 268436035 ] 31 0 31
-[ 268436036 ] 31 0 31
-[ 268436037 ] 31 0 31
-[ 268436038 ] 31 0 31
-[ 268436039 ] 31 0 31
-[ 268436040 ] 31 0 31
-[ 268436041 ] 31 0 31
-[ 268436042 ] 31 0 31
-[ 268436043 ] 31 0 31
-[ 268436044 ] 31 0 31
-[ 268436045 ] 31 0 31
-[ 268436046 ] 31 0 31
-[ 268436047 ] 31 0 31
-[ 268436048 ] 31 0 31
-[ 268436049 ] 31 0 31
-[ 268436050 ] 31 0 31
-[ 268436051 ] 31 0 31
-[ 268436052 ] 31 0 31
-[ 268436053 ] 31 0 31
-[ 268436054 ] 31 0 31
-[ 268436055 ] 31 0 31
-[ 268436056 ] 31 0 31
-[ 268436057 ] 31 0 31
-[ 268436058 ] 31 0 31
-[ 268436059 ] 31 0 31
-[ 268436060 ] 31 0 31
-[ 268436061 ] 31 0 31
-[ 268436062 ] 31 0 31
-[ 268436063 ] 31 0 31
-[ 268436064 ] 31 0 31
-[ 268436065 ] 31 0 31
-[ 268436066 ] 31 0 31
-[ 268436067 ] 31 0 31
-[ 268436068 ] 31 0 31
-[ 268436069 ] 31 0 31
-[ 268436070 ] 31 0 31
-[ 268436071 ] 31 0 31
-[ 268436072 ] 31 0 31
-[ 268436073 ] 31 0 31
-[ 268436074 ] 31 0 31
-[ 268436075 ] 31 0 31
-[ 268436076 ] 31 0 31
-[ 268436077 ] 31 0 31
-[ 268436078 ] 31 0 31
-[ 268436079 ] 31 0 31
-[ 268436080 ] 31 0 31
-[ 268436081 ] 31 0 31
-[ 268436082 ] 31 0 31
-[ 268436083 ] 31 0 31
-[ 268436084 ] 31 0 31
-[ 268436085 ] 31 0 31
-[ 268436086 ] 31 0 31
-[ 268436087 ] 31 0 31
-[ 268436088 ] 31 0 31
-[ 268436089 ] 31 0 31
-[ 268436090 ] 31 0 31
-[ 268436091 ] 31 0 31
-[ 268436092 ] 31 0 31
-[ 268436093 ] 31 0 31
-[ 268436094 ] 31 0 31
-[ 268436095 ] 31 0 31
-[ 268436096 ] 31 0 31
-[ 268436097 ] 31 0 31
-[ 268436098 ] 31 0 31
-[ 268436099 ] 31 0 31
-[ 268436100 ] 31 0 31
-[ 268436101 ] 31 0 31
-[ 268436102 ] 31 0 31
-[ 268436103 ] 31 0 31
-[ 268436104 ] 31 0 31
-[ 268436105 ] 31 0 31
-[ 268436106 ] 31 0 31
-[ 268436107 ] 31 0 31
-[ 268436108 ] 31 0 31
-[ 268436109 ] 31 0 31
-[ 268436110 ] 31 0 31
-[ 268436111 ] 31 0 31
-[ 268436112 ] 31 0 31
-[ 268436113 ] 31 0 31
-[ 268436114 ] 31 0 31
-[ 268436115 ] 31 0 31
-[ 268436116 ] 31 0 31
-[ 268436117 ] 31 0 31
-[ 268436118 ] 31 0 31
-[ 268436119 ] 31 0 31
-[ 268436120 ] 31 0 31
-[ 268436121 ] 31 0 31
-[ 268436122 ] 31 0 31
-[ 268436123 ] 31 0 31
-[ 268436124 ] 31 0 31
-[ 268436125 ] 31 0 31
-[ 268436126 ] 31 0 31
-[ 268436127 ] 31 0 31
-[ 268436128 ] 31 0 31
-[ 268436129 ] 31 0 31
-[ 268436130 ] 31 0 31
-[ 268436131 ] 31 0 31
-[ 268436132 ] 31 0 31
-[ 268436133 ] 31 0 31
-[ 268436134 ] 31 0 31
-[ 268436135 ] 31 0 31
-[ 268436136 ] 31 0 31
-[ 268436137 ] 31 0 31
-[ 268436138 ] 31 0 31
-[ 268436139 ] 31 0 31
-[ 268436140 ] 31 0 31
-[ 268436141 ] 31 0 31
-[ 268436142 ] 31 0 31
-[ 268436143 ] 31 0 31
-[ 268436144 ] 31 0 31
-[ 268436145 ] 31 0 31
-[ 268436146 ] 31 0 31
-[ 268436147 ] 31 0 31
-[ 268436148 ] 31 0 31
-[ 268436149 ] 31 0 31
-[ 268436150 ] 31 0 31
-[ 268436151 ] 31 0 31
-[ 268436152 ] 31 0 31
-[ 268436153 ] 31 0 31
-[ 268436154 ] 31 0 31
-[ 268436155 ] 31 0 31
-[ 268436156 ] 31 0 31
-[ 268436157 ] 31 0 31
-[ 268436158 ] 31 0 31
-[ 268436159 ] 31 0 31
-[ 268436160 ] 31 0 31
-[ 268436161 ] 31 0 31
-[ 268436162 ] 31 0 31
-[ 268436163 ] 31 0 31
-[ 268436164 ] 31 0 31
-[ 268436165 ] 31 0 31
-[ 268436166 ] 31 0 31
-[ 268436167 ] 31 0 31
-[ 268436168 ] 31 0 31
-[ 268436169 ] 31 0 31
-[ 268436170 ] 31 0 31
-[ 268436171 ] 31 0 31
-[ 268436172 ] 31 0 31
-[ 268436173 ] 31 0 31
-[ 268436174 ] 31 0 31
-[ 268436175 ] 31 0 31
-[ 268436176 ] 31 0 31
-[ 268436177 ] 31 0 31
-[ 268436178 ] 31 0 31
-[ 268436179 ] 31 0 31
-[ 268436180 ] 31 0 31
-[ 268436181 ] 31 0 31
-[ 268436182 ] 31 0 31
-[ 268436183 ] 31 0 31
-[ 268436184 ] 31 0 31
-[ 268436185 ] 31 0 31
-[ 268436186 ] 31 0 31
-[ 268436187 ] 31 0 31
-[ 268436188 ] 31 0 31
-[ 268436189 ] 31 0 31
-[ 268436190 ] 31 0 31
-[ 268436191 ] 31 0 31
-[ 268436192 ] 31 0 31
-[ 268436193 ] 31 0 31
-[ 268436194 ] 31 0 31
-[ 268436195 ] 31 0 31
-[ 268436196 ] 31 0 31
-[ 268436197 ] 31 0 31
-[ 268436198 ] 31 0 31
-[ 268436199 ] 31 0 31
-[ 268436200 ] 31 0 31
-[ 268436201 ] 31 0 31
-[ 268436202 ] 31 0 31
-[ 268436203 ] 31 0 31
-[ 268436204 ] 31 0 31
-[ 268436205 ] 31 0 31
-[ 268436206 ] 31 0 31
-[ 268436207 ] 31 0 31
-[ 268436208 ] 31 0 31
-[ 268436209 ] 31 0 31
-[ 268436210 ] 31 0 31
-[ 268436211 ] 31 0 31
-[ 268436212 ] 31 0 31
-[ 268436213 ] 31 0 31
-[ 268436214 ] 31 0 31
-[ 268436215 ] 31 0 31
-[ 268436216 ] 31 0 31
-[ 268436217 ] 31 0 31
-[ 268436218 ] 31 0 31
-[ 268436219 ] 31 0 31
-[ 268436220 ] 31 0 31
-[ 268436221 ] 31 0 31
-[ 268436222 ] 31 0 31
-[ 268436223 ] 31 0 31
-[ 268436224 ] 31 0 31
-[ 268436225 ] 31 0 31
-[ 268436226 ] 31 0 31
-[ 268436227 ] 31 0 31
-[ 268436228 ] 31 0 31
-[ 268436229 ] 31 0 31
-[ 268436230 ] 31 0 31
-[ 268436231 ] 31 0 31
-[ 268436232 ] 31 0 31
-[ 268436233 ] 31 0 31
-[ 268436234 ] 31 0 31
-[ 268436235 ] 31 0 31
-[ 268436236 ] 31 0 31
-[ 268436237 ] 31 0 31
-[ 268436238 ] 31 0 31
-[ 268436239 ] 31 0 31
-[ 268436240 ] 31 0 31
-[ 268436241 ] 31 0 31
-[ 268436242 ] 31 0 31
-[ 268436243 ] 31 0 31
-[ 268436244 ] 31 0 31
-[ 268436245 ] 31 0 31
-[ 268436246 ] 31 0 31
-[ 268436247 ] 31 0 31
-[ 268436248 ] 31 0 31
-[ 268436249 ] 31 0 31
-[ 268436250 ] 31 0 31
-[ 268436251 ] 31 0 31
-[ 268436252 ] 31 0 31
-[ 268436253 ] 31 0 31
-[ 268436254 ] 31 0 31
-[ 268436255 ] 31 0 31
-[ 268436256 ] 31 0 31
-[ 268436257 ] 31 0 31
-[ 268436258 ] 31 0 31
-[ 268436259 ] 31 0 31
-[ 268436260 ] 31 0 31
-[ 268436261 ] 31 0 31
-[ 268436262 ] 31 0 31
-[ 268436263 ] 31 0 31
-[ 268436264 ] 31 0 31
-[ 268436265 ] 31 0 31
-[ 268436266 ] 31 0 31
-[ 268436267 ] 31 0 31
-[ 268436268 ] 31 0 31
-[ 268436269 ] 31 0 31
-[ 268436270 ] 31 0 31
-[ 268436271 ] 31 0 31
-[ 268436272 ] 31 0 31
-[ 268436273 ] 31 0 31
-[ 268436274 ] 31 0 31
-[ 268436275 ] 31 0 31
-[ 268436276 ] 31 0 31
-[ 268436277 ] 31 0 31
-[ 268436278 ] 31 0 31
-[ 268436279 ] 31 0 31
-[ 268436280 ] 31 0 31
-[ 268436281 ] 31 0 31
-[ 268436282 ] 31 0 31
-[ 268436283 ] 31 0 31
-[ 268436284 ] 31 0 31
-[ 268436285 ] 31 0 31
-[ 268436286 ] 31 0 31
-[ 268436287 ] 31 0 31
-[ 268436288 ] 31 0 31
-[ 268436289 ] 31 0 31
-[ 268436290 ] 31 0 31
-[ 268436291 ] 31 0 31
-[ 268436292 ] 31 0 31
-[ 268436293 ] 31 0 31
-[ 268436294 ] 31 0 31
-[ 268436295 ] 31 0 31
-[ 268436296 ] 31 0 31
-[ 268436297 ] 31 0 31
-[ 268436298 ] 31 0 31
-[ 268436299 ] 31 0 31
-[ 268436300 ] 31 0 31
-[ 268436301 ] 31 0 31
-[ 268436302 ] 31 0 31
-[ 268436303 ] 31 0 31
-[ 268436304 ] 31 0 31
-[ 268436305 ] 31 0 31
-[ 268436306 ] 31 0 31
-[ 268436307 ] 31 0 31
-[ 268436308 ] 31 0 31
-[ 268436309 ] 31 0 31
-[ 268436310 ] 31 0 31
-[ 268436311 ] 31 0 31
-[ 268436312 ] 31 0 31
-[ 268436313 ] 31 0 31
-[ 268436314 ] 31 0 31
-[ 268436315 ] 31 0 31
-[ 268436316 ] 31 0 31
-[ 268436317 ] 31 0 31
-[ 268436318 ] 31 0 31
-[ 268436319 ] 31 0 31
-[ 268436320 ] 31 0 31
-[ 268436321 ] 31 0 31
-[ 268436322 ] 31 0 31
-[ 268436323 ] 31 0 31
-[ 268436324 ] 31 0 31
-[ 268436325 ] 31 0 31
-[ 268436326 ] 31 0 31
-[ 268436327 ] 31 0 31
-[ 268436328 ] 31 0 31
-[ 268436329 ] 31 0 31
-[ 268436330 ] 31 0 31
-[ 268436331 ] 31 0 31
-[ 268436332 ] 31 0 31
-[ 268436333 ] 31 0 31
-[ 268436334 ] 31 0 31
-[ 268436335 ] 31 0 31
-[ 268436336 ] 31 0 31
-[ 268436337 ] 31 0 31
-[ 268436338 ] 31 0 31
-[ 268436339 ] 31 0 31
-[ 268436340 ] 31 0 31
-[ 268436341 ] 31 0 31
-[ 268436342 ] 31 0 31
-[ 268436343 ] 31 0 31
-[ 268436344 ] 31 0 31
-[ 268436345 ] 31 0 31
-[ 268436346 ] 31 0 31
-[ 268436347 ] 31 0 31
-[ 268436348 ] 31 0 31
-[ 268436349 ] 31 0 31
-[ 268436350 ] 31 0 31
-[ 268436351 ] 31 0 31
-[ 268436352 ] 31 0 31
-[ 268436353 ] 31 0 31
-[ 268436354 ] 31 0 31
-[ 268436355 ] 31 0 31
-[ 268436356 ] 31 0 31
-[ 268436357 ] 31 0 31
-[ 268436358 ] 31 0 31
-[ 268436359 ] 31 0 31
-[ 268436360 ] 31 0 31
-[ 268436361 ] 31 0 31
-[ 268436362 ] 31 0 31
-[ 268436363 ] 31 0 31
-[ 268436364 ] 31 0 31
-[ 268436365 ] 31 0 31
-[ 268436366 ] 31 0 31
-[ 268436367 ] 31 0 31
-[ 268436368 ] 31 0 31
-[ 268436369 ] 31 0 31
-[ 268436370 ] 31 0 31
-[ 268436371 ] 31 0 31
-[ 268436372 ] 31 0 31
-[ 268436373 ] 31 0 31
-[ 268436374 ] 31 0 31
-[ 268436375 ] 31 0 31
-[ 268436376 ] 31 0 31
-[ 268436377 ] 31 0 31
-[ 268436378 ] 31 0 31
-[ 268436379 ] 31 0 31
-[ 268436380 ] 31 0 31
-[ 268436381 ] 31 0 31
-[ 268436382 ] 31 0 31
-[ 268436383 ] 31 0 31
-[ 268436384 ] 31 0 31
-[ 268436385 ] 31 0 31
-[ 268436386 ] 31 0 31
-[ 268436387 ] 31 0 31
-[ 268436388 ] 31 0 31
-[ 268436389 ] 31 0 31
-[ 268436390 ] 31 0 31
-[ 268436391 ] 31 0 31
-[ 268436392 ] 31 0 31
-[ 268436393 ] 31 0 31
-[ 268436394 ] 31 0 31
-[ 268436395 ] 31 0 31
-[ 268436396 ] 31 0 31
-[ 268436397 ] 31 0 31
-[ 268436398 ] 31 0 31
-[ 268436399 ] 31 0 31
-[ 268436400 ] 31 0 31
-[ 268436401 ] 31 0 31
-[ 268436402 ] 31 0 31
-[ 268436403 ] 31 0 31
-[ 268436404 ] 31 0 31
-[ 268436405 ] 31 0 31
-[ 268436406 ] 31 0 31
-[ 268436407 ] 31 0 31
-[ 268436408 ] 31 0 31
-[ 268436409 ] 31 0 31
-[ 268436410 ] 31 0 31
-[ 268436411 ] 31 0 31
-[ 268436412 ] 31 0 31
-[ 268436413 ] 31 0 31
-[ 268436414 ] 31 0 31
-[ 268436415 ] 31 0 31
-[ 268436416 ] 31 0 31
-[ 268436417 ] 31 0 31
-[ 268436418 ] 31 0 31
-[ 268436419 ] 31 0 31
-[ 268436420 ] 31 0 31
-[ 268436421 ] 31 0 31
-[ 268436422 ] 31 0 31
-[ 268436423 ] 31 0 31
-[ 268436424 ] 31 0 31
-[ 268436425 ] 31 0 31
-[ 268436426 ] 31 0 31
-[ 268436427 ] 31 0 31
-[ 268436428 ] 31 0 31
-[ 268436429 ] 31 0 31
-[ 268436430 ] 31 0 31
-[ 268436431 ] 31 0 31
-[ 268436432 ] 31 0 31
-[ 268436433 ] 31 0 31
-[ 268436434 ] 31 0 31
-[ 268436435 ] 31 0 31
-[ 268436436 ] 31 0 31
-[ 268436437 ] 31 0 31
-[ 268436438 ] 31 0 31
-[ 268436439 ] 31 0 31
-[ 268436440 ] 31 0 31
-[ 268436441 ] 31 0 31
-[ 268436442 ] 31 0 31
-[ 268436443 ] 31 0 31
-[ 268436444 ] 31 0 31
-[ 268436445 ] 31 0 31
-[ 268436446 ] 31 0 31
-[ 268436447 ] 31 0 31
-[ 268436448 ] 31 0 31
-[ 268436449 ] 31 0 31
-[ 268436450 ] 31 0 31
-[ 268436451 ] 31 0 31
-[ 268436452 ] 31 0 31
-[ 268436453 ] 31 0 31
-[ 268436454 ] 31 0 31
-[ 268436455 ] 31 0 31
-[ 268436456 ] 31 0 31
-[ 268436457 ] 31 0 31
-[ 268436458 ] 31 0 31
-[ 268436459 ] 31 0 31
-[ 268436460 ] 31 0 31
-[ 268436461 ] 31 0 31
-[ 268436462 ] 31 0 31
-[ 268436463 ] 31 0 31
-[ 268436464 ] 31 0 31
-[ 268436465 ] 31 0 31
-[ 268436466 ] 31 0 31
-[ 268436467 ] 31 0 31
-[ 268436468 ] 31 0 31
-[ 268436469 ] 31 0 31
-[ 268436470 ] 31 0 31
-[ 268436471 ] 31 0 31
-[ 268436472 ] 31 0 31
-[ 268436473 ] 31 0 31
-[ 268436474 ] 31 0 31
-[ 268436475 ] 31 0 31
-[ 268436476 ] 31 0 31
-[ 268436477 ] 31 0 31
-[ 268436478 ] 31 0 31
-[ 268436479 ] 31 0 31
-1024 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_101.txt b/tools/test/h5diff/testfiles/h5diff_101.txt
deleted file mode 100644
index f915439..0000000
--- a/tools/test/h5diff/testfiles/h5diff_101.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/d1> and </g1/d2>
-size: [3x2] [3x2]
-position d1 d2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-16 4e-16 3e-16
-[ 1 0 ] 1e-16 2e-16 1e-16
-[ 1 1 ] 0 1e-16 1e-16
-[ 2 0 ] 3.3e-16 1e-16 2.3e-16
-[ 2 1 ] 1e-16 0 1e-16
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_101w.txt b/tools/test/h5diff/testfiles/h5diff_101w.txt
deleted file mode 100644
index 71f4e87..0000000
--- a/tools/test/h5diff/testfiles/h5diff_101w.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/d1> and </g1/d2>
-size: [3x2] [3x2]
-position d1 d2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-016 4e-016 3e-016
-[ 1 0 ] 1e-016 2e-016 1e-016
-[ 1 1 ] 0 1e-016 1e-016
-[ 2 0 ] 3.3e-016 1e-016 2.3e-016
-[ 2 1 ] 1e-016 0 1e-016
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_102.txt b/tools/test/h5diff/testfiles/h5diff_102.txt
deleted file mode 100644
index 476067b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_102.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </g1/fp1> and </g1/fp2>
-size: [3x2] [3x2]
-position fp1 fp2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-07 2e-07 1e-07
-[ 1 0 ] 1e-07 3e-07 2e-07
-[ 1 1 ] 2.2e-07 1e-07 1.2e-07
-[ 2 0 ] 1e-07 0 1e-07
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_102w.txt b/tools/test/h5diff/testfiles/h5diff_102w.txt
deleted file mode 100644
index 19a097c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_102w.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </g1/fp1> and </g1/fp2>
-size: [3x2] [3x2]
-position fp1 fp2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-007 2e-007 1e-007
-[ 1 0 ] 1e-007 3e-007 2e-007
-[ 1 1 ] 2.2e-007 1e-007 1.2e-007
-[ 2 0 ] 1e-007 0 1e-007
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_103.txt b/tools/test/h5diff/testfiles/h5diff_103.txt
deleted file mode 100644
index 5700459..0000000
--- a/tools/test/h5diff/testfiles/h5diff_103.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-dataset: </g1/d1> and </g1/d2>
-size: [3x2] [3x2]
-position d1 d2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-16 4e-16 3e-16
-[ 2 0 ] 3.3e-16 1e-16 2.3e-16
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_103w.txt b/tools/test/h5diff/testfiles/h5diff_103w.txt
deleted file mode 100644
index b1abea2..0000000
--- a/tools/test/h5diff/testfiles/h5diff_103w.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-dataset: </g1/d1> and </g1/d2>
-size: [3x2] [3x2]
-position d1 d2 difference
-------------------------------------------------------------
-[ 0 1 ] 1e-016 4e-016 3e-016
-[ 2 0 ] 3.3e-016 1e-016 2.3e-016
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_104.txt b/tools/test/h5diff/testfiles/h5diff_104.txt
deleted file mode 100644
index 2997f10..0000000
--- a/tools/test/h5diff/testfiles/h5diff_104.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-dataset: </g1/fp1> and </g1/fp2>
-size: [3x2] [3x2]
-position fp1 fp2 difference
-------------------------------------------------------------
-[ 1 0 ] 1e-07 3e-07 2e-07
-[ 1 1 ] 2.2e-07 1e-07 1.2e-07
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_104w.txt b/tools/test/h5diff/testfiles/h5diff_104w.txt
deleted file mode 100644
index 28ef705..0000000
--- a/tools/test/h5diff/testfiles/h5diff_104w.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-dataset: </g1/fp1> and </g1/fp2>
-size: [3x2] [3x2]
-position fp1 fp2 difference
-------------------------------------------------------------
-[ 1 0 ] 1e-007 3e-007 2e-007
-[ 1 1 ] 2.2e-007 1e-007 1.2e-007
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_11.txt b/tools/test/h5diff/testfiles/h5diff_11.txt
deleted file mode 100644
index c06305c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_11.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset1> and </g1/dset1>
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_12.txt b/tools/test/h5diff/testfiles/h5diff_12.txt
deleted file mode 100644
index 371df79..0000000
--- a/tools/test/h5diff/testfiles/h5diff_12.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset1> and </g1/dset2>
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_13.txt b/tools/test/h5diff/testfiles/h5diff_13.txt
deleted file mode 100644
index 729859b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_13.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/dset1> and </g1/dset1>
-size: [3x2] [3x2]
-position dset1 dset1 difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 1 1.1 0.1
-[ 1 0 ] 1 1.01 0.01
-[ 1 1 ] 1 1.001 0.001
-[ 2 1 ] 0 1 1
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_14.txt b/tools/test/h5diff/testfiles/h5diff_14.txt
deleted file mode 100644
index 454463a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_14.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/dset1> and </g1/dset2>
-size: [3x2] [3x2]
-position dset1 dset2 difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 1 1.1 0.1
-[ 1 0 ] 1 1.01 0.01
-[ 1 1 ] 1 1.001 0.001
-[ 2 1 ] 0 1 1
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_15.txt b/tools/test/h5diff/testfiles/h5diff_15.txt
deleted file mode 100644
index 7685f75..0000000
--- a/tools/test/h5diff/testfiles/h5diff_15.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-size: [3x2] [3x2]
-position dset3 dset4 difference
-------------------------------------------------------------
-[ 0 1 ] 100 120 20
-[ 1 0 ] 100 160 60
-[ 2 0 ] 100 80 20
-[ 2 1 ] 100 40 60
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_16_1.txt b/tools/test/h5diff/testfiles/h5diff_16_1.txt
deleted file mode 100644
index 482a42f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_16_1.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/dset5> and </g1/dset6>
-size: [3x2] [3x2]
-position dset5 dset6 difference relative
-------------------------------------------------------------------------
-[ 0 0 ] 100 120 20 0.200000
-[ 0 1 ] 100 80 20 0.200000
-[ 1 0 ] 100 0 100 1.000000
-[ 1 1 ] 0 100 100 not comparable
-[ 2 1 ] 100 50 50 0.500000
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_16_2.txt b/tools/test/h5diff/testfiles/h5diff_16_2.txt
deleted file mode 100644
index 34c1afb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_16_2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/dset7> and </g1/dset8>
-size: [3x2] [3x2]
-position dset7 dset8 difference relative
-------------------------------------------------------------------------
-[ 0 0 ] 100 120 20 0.200000
-[ 0 1 ] 100 80 20 0.200000
-[ 1 0 ] 100 0 100 1.000000
-[ 1 1 ] 0 100 100 not comparable
-[ 2 1 ] 100 50 50 0.500000
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_16_3.txt b/tools/test/h5diff/testfiles/h5diff_16_3.txt
deleted file mode 100644
index 173a39b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_16_3.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </g1/dset9> and </g1/dset10>
-size: [3x2] [3x2]
-position dset9 dset10 difference relative
-------------------------------------------------------------------------
-[ 0 0 ] 100 120 20 0.2
-[ 0 1 ] 100 80 20 0.2
-[ 1 0 ] 100 0 100 1
-[ 1 1 ] 0 100 100 not comparable
-[ 2 1 ] 100 50 50 0.5
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_17.txt b/tools/test/h5diff/testfiles/h5diff_17.txt
deleted file mode 100644
index 4906a2a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_17.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /g1
- x /g1/d1
- x /g1/d2
- x x /g1/dset1
- x /g1/dset10
- x /g1/dset11
- x /g1/dset12
- x /g1/dset2
- x /g1/dset3
- x /g1/dset4
- x /g1/dset5
- x /g1/dset6
- x /g1/dset7
- x /g1/dset8
- x /g1/dset9
- x /g1/fp1
- x /g1/fp15
- x /g1/fp16
- x /g1/fp17
- x /g1/fp18
- x /g1/fp18_COPY
- x /g1/fp19
- x /g1/fp19_COPY
- x /g1/fp2
- x /g1/fp20
- x /g1/fp20_COPY
- x /g1/ld
- x /g2
- x /g2/dset1
- x /g2/dset2
- x /g2/dset3
- x /g2/dset4
- x /g2/dset5
- x /g2/dset6
- x /g2/dset7
- x /g2/dset8
- x /g2/dset9
-
-group : </> and </>
-0 differences found
-group : </g1> and </g1>
-0 differences found
-dataset: </g1/dset1> and </g1/dset1>
-size: [3x2] [3x2]
-position dset1 dset1 difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 1 1.1 0.1
-[ 1 0 ] 1 1.01 0.01
-[ 1 1 ] 1 1.001 0.001
-[ 2 1 ] 0 1 1
-5 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_171.txt b/tools/test/h5diff/testfiles/h5diff_171.txt
deleted file mode 100644
index aabe16a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_171.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/fp19> and </g1/fp19_COPY>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_172.txt b/tools/test/h5diff/testfiles/h5diff_172.txt
deleted file mode 100644
index 852f7b5..0000000
--- a/tools/test/h5diff/testfiles/h5diff_172.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/fp20> and </g1/fp20_COPY>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_18.txt b/tools/test/h5diff/testfiles/h5diff_18.txt
deleted file mode 100644
index 1255241..0000000
--- a/tools/test/h5diff/testfiles/h5diff_18.txt
+++ /dev/null
@@ -1 +0,0 @@
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_18_1.txt b/tools/test/h5diff/testfiles/h5diff_18_1.txt
deleted file mode 100644
index 0067075..0000000
--- a/tools/test/h5diff/testfiles/h5diff_18_1.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Error: -q (quiet mode) cannot be added to verbose or report modes
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_19.txt b/tools/test/h5diff/testfiles/h5diff_19.txt
deleted file mode 100644
index 1155d55..0000000
--- a/tools/test/h5diff/testfiles/h5diff_19.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x /g1
- x /g1/d1
- x /g1/d2
- x /g1/dset1
- x /g1/dset10
- x /g1/dset3
- x /g1/dset5
- x /g1/dset6
- x /g1/dset7
- x /g1/dset8
- x /g1/dset9
- x /g1/fp1
- x /g1/fp15
- x /g1/fp16
- x /g1/fp17
- x /g1/fp18
- x /g1/fp2
- x /g1/ld
-
-group : </> and </>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_20.txt b/tools/test/h5diff/testfiles/h5diff_20.txt
deleted file mode 100644
index 09c20cb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_20.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </dset> is of type H5G_DATASET and </g1> is of type H5G_GROUP
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_200.txt b/tools/test/h5diff/testfiles/h5diff_200.txt
deleted file mode 100644
index 40e3fb6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_200.txt
+++ /dev/null
@@ -1,5 +0,0 @@
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_201.txt b/tools/test/h5diff/testfiles/h5diff_201.txt
deleted file mode 100644
index ede94e1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_201.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Not comparable: </g2/dset1> or </g2/dset2> is an empty dataset
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_202.txt b/tools/test/h5diff/testfiles/h5diff_202.txt
deleted file mode 100644
index 95ef1da..0000000
--- a/tools/test/h5diff/testfiles/h5diff_202.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Not comparable: </g2/dset2> is of class H5T_FLOAT and </g2/dset3> is of class H5T_INTEGER
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_203.txt b/tools/test/h5diff/testfiles/h5diff_203.txt
deleted file mode 100644
index 61a773a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_203.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Not comparable: </g2/dset3> has rank 1, dimensions [6], max dimensions [6]
-and </g2/dset4> has rank 2, dimensions [3x2], max dimensions [3x2]
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_204.txt b/tools/test/h5diff/testfiles/h5diff_204.txt
deleted file mode 100644
index e02e831..0000000
--- a/tools/test/h5diff/testfiles/h5diff_204.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Not comparable: </g2/dset4> has rank 2, dimensions [3x2], max dimensions [3x2]
-and </g2/dset5> has rank 2, dimensions [2x2], max dimensions [2x2]
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_205.txt b/tools/test/h5diff/testfiles/h5diff_205.txt
deleted file mode 100644
index bf5650f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_205.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Not comparable: </g2/dset5> has rank 2, dimensions [2x2], max dimensions [2x2]
-and </g2/dset6> has rank 2, dimensions [3x2], max dimensions [3x2]
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_206.txt b/tools/test/h5diff/testfiles/h5diff_206.txt
deleted file mode 100644
index 659321f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_206.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Not comparable: </g2/dset7> has a class H5T_FLOAT and </g2/dset8> has a class H5T_INTEGER
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_207.txt b/tools/test/h5diff/testfiles/h5diff_207.txt
deleted file mode 100644
index 1ef3dbe..0000000
--- a/tools/test/h5diff/testfiles/h5diff_207.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Not comparable: </g2/dset8> or </g2/dset9> is an empty dataset
-Not comparable: </g2/dset8> has 2 members </g2/dset9> has 1 members
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_208.txt b/tools/test/h5diff/testfiles/h5diff_208.txt
deleted file mode 100644
index 783be90..0000000
--- a/tools/test/h5diff/testfiles/h5diff_208.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Not comparable: </dset1> or </dset1> is an empty dataset
-Not comparable: </dset2> or </dset2> is an empty dataset
-Not comparable: </dset2> has rank 2, dimensions [0x0], max dimensions [0x0]
-and </dset2> has rank 2, dimensions [0x4], max dimensions [0x4]
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_21.txt b/tools/test/h5diff/testfiles/h5diff_21.txt
deleted file mode 100644
index 1c625fe..0000000
--- a/tools/test/h5diff/testfiles/h5diff_21.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </dset> is of type H5G_DATASET and </l1> is of type H5G_LINK
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_22.txt b/tools/test/h5diff/testfiles/h5diff_22.txt
deleted file mode 100644
index 2ef22d0..0000000
--- a/tools/test/h5diff/testfiles/h5diff_22.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </dset> is of type H5G_DATASET and </t1> is of type H5G_TYPE
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_220.txt b/tools/test/h5diff/testfiles/h5diff_220.txt
deleted file mode 100644
index 0092fc1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_220.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </g1/dset1> is of class H5T_INTEGER and </g1/dset1> is of class H5T_STRING
-attribute: <attr of </g1/dset1>> and <attr of </g1/dset1>>
-3 differences found
-dataset: </g1/dset2> and </g1/dset2>
-3 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_221.txt b/tools/test/h5diff/testfiles/h5diff_221.txt
deleted file mode 100644
index 5f10860..0000000
--- a/tools/test/h5diff/testfiles/h5diff_221.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-dataset: </g2/dset1> and </g2/dset1>
-3 differences found
-Not comparable: <attr1> is of class H5T_INTEGER and <attr1> is of class H5T_STRING
-Not comparable: <attr2> has rank 1, dimensions [3], max dimensions [3]
-and <attr2> has rank 1, dimensions [4], max dimensions [4]
-Not comparable: <attr3> has rank 1, dimensions [3], max dimensions [3]
-and <attr3> has rank 2, dimensions [3x1], max dimensions [3x1]
-attribute: <attr4 of </g2/dset1>> and <attr4 of </g2/dset1>>
-3 differences found
-dataset: </g2/dset2> and </g2/dset2>
-3 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_222.txt b/tools/test/h5diff/testfiles/h5diff_222.txt
deleted file mode 100644
index 77447da..0000000
--- a/tools/test/h5diff/testfiles/h5diff_222.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Not comparable: </diffobjtypes/obj1> is of type H5G_DATASET and </diffobjtypes/obj1> is of type H5G_GROUP
-Not comparable: </diffobjtypes/obj2> is of type H5G_GROUP and </diffobjtypes/obj2> is of type H5G_TYPE
-Not comparable: </diffobjtypes/obj3> is of type H5G_TYPE and </diffobjtypes/obj3> is of type H5G_DATASET
-Not comparable: </g1/dset1> is of class H5T_INTEGER and </g1/dset1> is of class H5T_STRING
-attribute: <attr of </g1/dset1>> and <attr of </g1/dset1>>
-3 differences found
-dataset: </g1/dset2> and </g1/dset2>
-3 differences found
-dataset: </g2/dset1> and </g2/dset1>
-3 differences found
-Not comparable: <attr1> is of class H5T_INTEGER and <attr1> is of class H5T_STRING
-Not comparable: <attr2> has rank 1, dimensions [3], max dimensions [3]
-and <attr2> has rank 1, dimensions [4], max dimensions [4]
-Not comparable: <attr3> has rank 1, dimensions [3], max dimensions [3]
-and <attr3> has rank 2, dimensions [3x1], max dimensions [3x1]
-attribute: <attr4 of </g2/dset1>> and <attr4 of </g2/dset1>>
-3 differences found
-dataset: </g2/dset2> and </g2/dset2>
-3 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_223.txt b/tools/test/h5diff/testfiles/h5diff_223.txt
deleted file mode 100644
index c8e0f65..0000000
--- a/tools/test/h5diff/testfiles/h5diff_223.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Not comparable: </diffobjtypes/obj1> is of type H5G_DATASET and </diffobjtypes/obj1> is of type H5G_GROUP
-Not comparable: </diffobjtypes/obj2> is of type H5G_GROUP and </diffobjtypes/obj2> is of type H5G_TYPE
-Not comparable: </diffobjtypes/obj3> is of type H5G_TYPE and </diffobjtypes/obj3> is of type H5G_DATASET
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_224.txt b/tools/test/h5diff/testfiles/h5diff_224.txt
deleted file mode 100644
index a4ebedb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_224.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Not comparable: </diffobjtypes/obj1> is of type H5G_GROUP and </diffobjtypes/obj1> is of type H5G_DATASET
-Not comparable: </diffobjtypes/obj2> is of type H5G_TYPE and </diffobjtypes/obj2> is of type H5G_GROUP
-Not comparable: </diffobjtypes/obj3> is of type H5G_DATASET and </diffobjtypes/obj3> is of type H5G_TYPE
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_23.txt b/tools/test/h5diff/testfiles/h5diff_23.txt
deleted file mode 100644
index bd1cadb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_23.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-group : </g1> and </g1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_24.txt b/tools/test/h5diff/testfiles/h5diff_24.txt
deleted file mode 100644
index fa5723a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_24.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-datatype: </t1> and </t1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_25.txt b/tools/test/h5diff/testfiles/h5diff_25.txt
deleted file mode 100644
index e463ba1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_25.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </l1> and </l1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_26.txt b/tools/test/h5diff/testfiles/h5diff_26.txt
deleted file mode 100644
index 54a5121..0000000
--- a/tools/test/h5diff/testfiles/h5diff_26.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-group : </g1> and </g2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_27.txt b/tools/test/h5diff/testfiles/h5diff_27.txt
deleted file mode 100644
index cbc128e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_27.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-datatype: </t1> and </t2>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_28.txt b/tools/test/h5diff/testfiles/h5diff_28.txt
deleted file mode 100644
index 07d01fe..0000000
--- a/tools/test/h5diff/testfiles/h5diff_28.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </l1> and </l2>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_30.txt b/tools/test/h5diff/testfiles/h5diff_30.txt
deleted file mode 100644
index 187589a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_30.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-dataset: </dset1> and </dset2>
-size: [6] [6]
-position dset1 dset2 difference
-------------------------------------------------------------
-[ 1 ] YIN **INVALID VALUE**
-[ 2 ] **INVALID VALUE** YIN
-[ 5 ] YIN YANG
-3 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_300.txt b/tools/test/h5diff/testfiles/h5diff_300.txt
deleted file mode 100644
index e51643f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_300.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </link_g1> and </link_g2>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_400.txt b/tools/test/h5diff/testfiles/h5diff_400.txt
deleted file mode 100644
index 8b3c03c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_400.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /softlink_dset1_1
- x x /softlink_dset2
- x x /softlink_group1
- x x /softlink_group1/dset
- x x /softlink_noexist
- x x /target_dset1
- x x /target_dset2
- x x /target_group
- x x /target_group/dset
-
-group : </> and </>
-0 differences found
-dataset: </softlink_dset1_1> and </softlink_dset1_1>
-0 differences found
-dataset: </softlink_dset2> and </softlink_dset2>
-0 differences found
-group : </softlink_group1> and </softlink_group1>
-0 differences found
-dataset: </softlink_group1/dset> and </softlink_group1/dset>
-0 differences found
-dangling link: </softlink_noexist> and </softlink_noexist>
-0 differences found
-dataset: </target_dset1> and </target_dset1>
-0 differences found
-dataset: </target_dset2> and </target_dset2>
-0 differences found
-group : </target_group> and </target_group>
-0 differences found
-dataset: </target_group/dset> and </target_group/dset>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_401.txt b/tools/test/h5diff/testfiles/h5diff_401.txt
deleted file mode 100644
index 278729e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_401.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </softlink_dset1_1> and </target_dset2>
-size: [2x4] [2x4]
-position softlink_dset1_1 target_dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_402.txt b/tools/test/h5diff/testfiles/h5diff_402.txt
deleted file mode 100644
index b0f30ca..0000000
--- a/tools/test/h5diff/testfiles/h5diff_402.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </target_dset2> and </softlink_dset1_1>
-size: [2x4] [2x4]
-position target_dset2 softlink_dset1_1 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_403.txt b/tools/test/h5diff/testfiles/h5diff_403.txt
deleted file mode 100644
index 068d01d..0000000
--- a/tools/test/h5diff/testfiles/h5diff_403.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </softlink_dset1_1> and </softlink_dset2>
-size: [2x4] [2x4]
-position softlink_dset1_1 softlink_dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_404.txt b/tools/test/h5diff/testfiles/h5diff_404.txt
deleted file mode 100644
index db317d1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_404.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /ext_link_dset1
- x x /ext_link_dset2
- x x /ext_link_grp1
- x x /ext_link_grp1/x_dset
- x x /ext_link_grp2
- x x /ext_link_grp2/x_dset
- x x /ext_link_noexist1
- x x /ext_link_noexist2
-
-group : </> and </>
-0 differences found
-dataset: </ext_link_dset1> and </ext_link_dset1>
-0 differences found
-dataset: </ext_link_dset2> and </ext_link_dset2>
-0 differences found
-group : </ext_link_grp1> and </ext_link_grp1>
-0 differences found
-dataset: </ext_link_grp1/x_dset> and </ext_link_grp1/x_dset>
-0 differences found
-group : </ext_link_grp2> and </ext_link_grp2>
-0 differences found
-dataset: </ext_link_grp2/x_dset> and </ext_link_grp2/x_dset>
-0 differences found
-dangling link: </ext_link_noexist1> and </ext_link_noexist1>
-0 differences found
-dangling link: </ext_link_noexist2> and </ext_link_noexist2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_405.txt b/tools/test/h5diff/testfiles/h5diff_405.txt
deleted file mode 100644
index 890dd33..0000000
--- a/tools/test/h5diff/testfiles/h5diff_405.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </ext_link_dset1> and </target_group2/x_dset>
-size: [2x4] [2x4]
-position ext_link_dset1 x_dset difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_406.txt b/tools/test/h5diff/testfiles/h5diff_406.txt
deleted file mode 100644
index 7fa442a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_406.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </target_group2/x_dset> and </ext_link_dset1>
-size: [2x4] [2x4]
-position x_dset ext_link_dset1 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_407.txt b/tools/test/h5diff/testfiles/h5diff_407.txt
deleted file mode 100644
index 3693ab9..0000000
--- a/tools/test/h5diff/testfiles/h5diff_407.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </ext_link_dset1> and </ext_link_dset2>
-size: [2x4] [2x4]
-position ext_link_dset1 ext_link_dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_408.txt b/tools/test/h5diff/testfiles/h5diff_408.txt
deleted file mode 100644
index e941f9b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_408.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </softlink_dset1_1> and </ext_link_dset2>
-size: [2x4] [2x4]
-position softlink_dset1_1 ext_link_dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_409.txt b/tools/test/h5diff/testfiles/h5diff_409.txt
deleted file mode 100644
index 007da7d..0000000
--- a/tools/test/h5diff/testfiles/h5diff_409.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </ext_link_dset2> and </softlink_dset1_1>
-size: [2x4] [2x4]
-position ext_link_dset2 softlink_dset1_1 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_410.txt b/tools/test/h5diff/testfiles/h5diff_410.txt
deleted file mode 100644
index 6087bb8..0000000
--- a/tools/test/h5diff/testfiles/h5diff_410.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /softlink1_to_dset1
- x x /softlink1_to_slink1
- x x /softlink1_to_slink2
- x x /softlink2_to_dset2
- x x /softlink2_to_slink1
- x x /softlink2_to_slink2
- x x /softlink3_to_group1
- x x /softlink3_to_slink1
- x x /softlink3_to_slink2
- x x /softlink4_to_group2
- x x /softlink4_to_slink1
- x x /softlink4_to_slink2
- x x /target_dset1
- x x /target_dset2
- x x /target_group
- x x /target_group/dset
- x x /target_group1
- x x /target_group2
-
-group : </> and </>
-0 differences found
-dataset: </softlink1_to_dset1> and </softlink1_to_dset1>
-0 differences found
-dataset: </softlink1_to_slink1> and </softlink1_to_slink1>
-0 differences found
-dataset: </softlink1_to_slink2> and </softlink1_to_slink2>
-0 differences found
-dataset: </softlink2_to_dset2> and </softlink2_to_dset2>
-0 differences found
-dataset: </softlink2_to_slink1> and </softlink2_to_slink1>
-0 differences found
-dataset: </softlink2_to_slink2> and </softlink2_to_slink2>
-0 differences found
-group : </softlink3_to_group1> and </softlink3_to_group1>
-0 differences found
-group : </softlink3_to_slink1> and </softlink3_to_slink1>
-0 differences found
-group : </softlink3_to_slink2> and </softlink3_to_slink2>
-0 differences found
-group : </softlink4_to_group2> and </softlink4_to_group2>
-0 differences found
-group : </softlink4_to_slink1> and </softlink4_to_slink1>
-0 differences found
-group : </softlink4_to_slink2> and </softlink4_to_slink2>
-0 differences found
-dataset: </target_dset1> and </target_dset1>
-0 differences found
-dataset: </target_dset2> and </target_dset2>
-0 differences found
-group : </target_group> and </target_group>
-0 differences found
-dataset: </target_group/dset> and </target_group/dset>
-0 differences found
-group : </target_group1> and </target_group1>
-0 differences found
-group : </target_group2> and </target_group2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_411.txt b/tools/test/h5diff/testfiles/h5diff_411.txt
deleted file mode 100644
index 161ab34..0000000
--- a/tools/test/h5diff/testfiles/h5diff_411.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </target_dset2> and </softlink1_to_slink2>
-size: [2x4] [2x4]
-position target_dset2 softlink1_to_slink2 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_412.txt b/tools/test/h5diff/testfiles/h5diff_412.txt
deleted file mode 100644
index bb8209c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_412.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </softlink1_to_slink2> and </target_dset2>
-size: [2x4] [2x4]
-position softlink1_to_slink2 target_dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_413.txt b/tools/test/h5diff/testfiles/h5diff_413.txt
deleted file mode 100644
index 8df3d51..0000000
--- a/tools/test/h5diff/testfiles/h5diff_413.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </softlink1_to_slink2> and </softlink2_to_slink2>
-size: [2x4] [2x4]
-position softlink1_to_slink2 softlink2_to_slink2 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_414.txt b/tools/test/h5diff/testfiles/h5diff_414.txt
deleted file mode 100644
index a47349e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_414.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x /dset
-
-group : </target_group> and </softlink3_to_slink2>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_415.txt b/tools/test/h5diff/testfiles/h5diff_415.txt
deleted file mode 100644
index 30cc947..0000000
--- a/tools/test/h5diff/testfiles/h5diff_415.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x /dset
-
-group : </softlink3_to_slink2> and </target_group>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_416.txt b/tools/test/h5diff/testfiles/h5diff_416.txt
deleted file mode 100644
index 551a6c3..0000000
--- a/tools/test/h5diff/testfiles/h5diff_416.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-group : </softlink3_to_slink2> and </softlink4_to_slink2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_417.txt b/tools/test/h5diff/testfiles/h5diff_417.txt
deleted file mode 100644
index 0ea2542..0000000
--- a/tools/test/h5diff/testfiles/h5diff_417.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj1 </softlink_noexist> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_418.txt b/tools/test/h5diff/testfiles/h5diff_418.txt
deleted file mode 100644
index 46222bb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_418.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj2 </softlink_noexist> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_419.txt b/tools/test/h5diff/testfiles/h5diff_419.txt
deleted file mode 100644
index 387c600..0000000
--- a/tools/test/h5diff/testfiles/h5diff_419.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj1 </ext_link_noexist2> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_420.txt b/tools/test/h5diff/testfiles/h5diff_420.txt
deleted file mode 100644
index f3e65d9..0000000
--- a/tools/test/h5diff/testfiles/h5diff_420.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj2 </ext_link_noexist2> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_421.txt b/tools/test/h5diff/testfiles/h5diff_421.txt
deleted file mode 100644
index 833c60c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_421.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj2 </ext_link_noexist1> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_422.txt b/tools/test/h5diff/testfiles/h5diff_422.txt
deleted file mode 100644
index 3e675d5..0000000
--- a/tools/test/h5diff/testfiles/h5diff_422.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj1 </ext_link_noexist1> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_423.txt b/tools/test/h5diff/testfiles/h5diff_423.txt
deleted file mode 100644
index 1ebc157..0000000
--- a/tools/test/h5diff/testfiles/h5diff_423.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </ext_link_to_slink1> and </dset2>
-size: [2x4] [2x4]
-position ext_link_to_slink1 dset2 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_424.txt b/tools/test/h5diff/testfiles/h5diff_424.txt
deleted file mode 100644
index 9099c41..0000000
--- a/tools/test/h5diff/testfiles/h5diff_424.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </dset2> and </ext_link_to_slink1>
-size: [2x4] [2x4]
-position dset2 ext_link_to_slink1 difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 0 2 ] 2 0 2
-[ 0 3 ] 3 0 3
-[ 1 0 ] 1 0 1
-[ 1 1 ] 2 0 2
-[ 1 2 ] 3 0 3
-[ 1 3 ] 4 0 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_425.txt b/tools/test/h5diff/testfiles/h5diff_425.txt
deleted file mode 100644
index 03ceb78..0000000
--- a/tools/test/h5diff/testfiles/h5diff_425.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </ext_link_to_slink1> and </ext_link_to_slink2>
-size: [2x4] [2x4]
-position ext_link_to_slink1 ext_link_to_slink2 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_450.txt b/tools/test/h5diff/testfiles/h5diff_450.txt
deleted file mode 100644
index a63d78f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_450.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /ext_link1
- x x /ext_link2
- x x /ext_link3
- x x /ext_link4
- x x /soft_link1
- x x /soft_link2
- x x /soft_link3
- x x /soft_link4
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-dataset: </dset2> and </dset2>
-0 differences found
-dangling link: </ext_link1> and </ext_link1>
-0 differences found
-obj2 </ext_link2> is a dangling link.
-1 differences found
-obj1 </ext_link3> is a dangling link.
-1 differences found
-dangling link: </ext_link4> and </ext_link4>
-0 differences found
-dangling link: </soft_link1> and </soft_link1>
-0 differences found
-obj2 </soft_link2> is a dangling link.
-1 differences found
-obj1 </soft_link3> is a dangling link.
-1 differences found
-dangling link: </soft_link4> and </soft_link4>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_451.txt b/tools/test/h5diff/testfiles/h5diff_451.txt
deleted file mode 100644
index fd0691f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_451.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /ext_link1
- x x /ext_link2
- x x /ext_link3
- x x /ext_link4
- x x /soft_link1
- x x /soft_link2
- x x /soft_link3
- x x /soft_link4
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-dataset: </dset2> and </dset2>
-0 differences found
-Warning: </ext_link1> is a dangling link.
-Warning: </ext_link2> is a dangling link.
-Warning: </ext_link3> is a dangling link.
-Warning: </ext_link4> is a dangling link.
-Warning: </soft_link1> is a dangling link.
-Warning: </soft_link2> is a dangling link.
-Warning: </soft_link3> is a dangling link.
-Warning: </soft_link4> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_452.txt b/tools/test/h5diff/testfiles/h5diff_452.txt
deleted file mode 100644
index 05403af..0000000
--- a/tools/test/h5diff/testfiles/h5diff_452.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Error: --no-dangling-links must be used along with --follow-symlinks option.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_453.txt b/tools/test/h5diff/testfiles/h5diff_453.txt
deleted file mode 100644
index 8a5ca52..0000000
--- a/tools/test/h5diff/testfiles/h5diff_453.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /softlink_dset1_1
- x x /softlink_dset2
- x x /softlink_group1
- x x /softlink_group1/dset
- x x /softlink_noexist
- x x /target_dset1
- x x /target_dset2
- x x /target_group
- x x /target_group/dset
-
-group : </> and </>
-0 differences found
-dataset: </softlink_dset1_1> and </softlink_dset1_1>
-0 differences found
-dataset: </softlink_dset2> and </softlink_dset2>
-0 differences found
-group : </softlink_group1> and </softlink_group1>
-0 differences found
-dataset: </softlink_group1/dset> and </softlink_group1/dset>
-0 differences found
-Warning: </softlink_noexist> is a dangling link.
-dataset: </target_dset1> and </target_dset1>
-0 differences found
-dataset: </target_dset2> and </target_dset2>
-0 differences found
-group : </target_group> and </target_group>
-0 differences found
-dataset: </target_group/dset> and </target_group/dset>
-0 differences found
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_454.txt b/tools/test/h5diff/testfiles/h5diff_454.txt
deleted file mode 100644
index dcc2e9c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_454.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: </softlink_noexist> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_455.txt b/tools/test/h5diff/testfiles/h5diff_455.txt
deleted file mode 100644
index dcc2e9c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_455.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: </softlink_noexist> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_456.txt b/tools/test/h5diff/testfiles/h5diff_456.txt
deleted file mode 100644
index 9317988..0000000
--- a/tools/test/h5diff/testfiles/h5diff_456.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /ext_link_dset1
- x x /ext_link_dset2
- x x /ext_link_grp1
- x x /ext_link_grp1/x_dset
- x x /ext_link_grp2
- x x /ext_link_grp2/x_dset
- x x /ext_link_noexist1
- x x /ext_link_noexist2
-
-group : </> and </>
-0 differences found
-dataset: </ext_link_dset1> and </ext_link_dset1>
-0 differences found
-dataset: </ext_link_dset2> and </ext_link_dset2>
-0 differences found
-group : </ext_link_grp1> and </ext_link_grp1>
-0 differences found
-dataset: </ext_link_grp1/x_dset> and </ext_link_grp1/x_dset>
-0 differences found
-group : </ext_link_grp2> and </ext_link_grp2>
-0 differences found
-dataset: </ext_link_grp2/x_dset> and </ext_link_grp2/x_dset>
-0 differences found
-Warning: </ext_link_noexist1> is a dangling link.
-Warning: </ext_link_noexist2> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_457.txt b/tools/test/h5diff/testfiles/h5diff_457.txt
deleted file mode 100644
index 762ccdc..0000000
--- a/tools/test/h5diff/testfiles/h5diff_457.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: </ext_link_noexist1> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_458.txt b/tools/test/h5diff/testfiles/h5diff_458.txt
deleted file mode 100644
index 067d665..0000000
--- a/tools/test/h5diff/testfiles/h5diff_458.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: </ext_link_noexist2> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_459.txt b/tools/test/h5diff/testfiles/h5diff_459.txt
deleted file mode 100644
index 762ccdc..0000000
--- a/tools/test/h5diff/testfiles/h5diff_459.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: </ext_link_noexist1> is a dangling link.
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_465.txt b/tools/test/h5diff/testfiles/h5diff_465.txt
deleted file mode 100644
index eca5994..0000000
--- a/tools/test/h5diff/testfiles/h5diff_465.txt
+++ /dev/null
@@ -1 +0,0 @@
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_466.txt b/tools/test/h5diff/testfiles/h5diff_466.txt
deleted file mode 100644
index 3e00ca3..0000000
--- a/tools/test/h5diff/testfiles/h5diff_466.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-obj1 </soft_link1> is a dangling link.
-obj2 </soft_link1> is a dangling link.
-dangling link: </soft_link1> and </soft_link1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_467.txt b/tools/test/h5diff/testfiles/h5diff_467.txt
deleted file mode 100644
index f5195c0..0000000
--- a/tools/test/h5diff/testfiles/h5diff_467.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj2 </soft_link2> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_468.txt b/tools/test/h5diff/testfiles/h5diff_468.txt
deleted file mode 100644
index 75b16c6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_468.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-obj1 </ext_link4> is a dangling link.
-obj2 </ext_link4> is a dangling link.
-dangling link: </ext_link4> and </ext_link4>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_469.txt b/tools/test/h5diff/testfiles/h5diff_469.txt
deleted file mode 100644
index 594fd80..0000000
--- a/tools/test/h5diff/testfiles/h5diff_469.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-obj2 </ext_link2> is a dangling link.
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_471.txt b/tools/test/h5diff/testfiles/h5diff_471.txt
deleted file mode 100644
index 124cdd7..0000000
--- a/tools/test/h5diff/testfiles/h5diff_471.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /ext_link1
- x x /ext_link2
- x x /ext_link3
- x x /ext_link4
- x x /soft_link1
- x x /soft_link2
- x x /soft_link3
- x x /soft_link4
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-dataset: </dset2> and </dset2>
-0 differences found
-external link: </ext_link1> and </ext_link1>
-1 differences found
-external link: </ext_link2> and </ext_link2>
-1 differences found
-external link: </ext_link3> and </ext_link3>
-1 differences found
-external link: </ext_link4> and </ext_link4>
-0 differences found
-link : </soft_link1> and </soft_link1>
-0 differences found
-link : </soft_link2> and </soft_link2>
-1 differences found
-link : </soft_link3> and </soft_link3>
-1 differences found
-link : </soft_link4> and </soft_link4>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_472.txt b/tools/test/h5diff/testfiles/h5diff_472.txt
deleted file mode 100644
index 57a8af4..0000000
--- a/tools/test/h5diff/testfiles/h5diff_472.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </soft_link1> and </soft_link1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_473.txt b/tools/test/h5diff/testfiles/h5diff_473.txt
deleted file mode 100644
index 4c1855d..0000000
--- a/tools/test/h5diff/testfiles/h5diff_473.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </soft_link4> and </soft_link4>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_474.txt b/tools/test/h5diff/testfiles/h5diff_474.txt
deleted file mode 100644
index 7807551..0000000
--- a/tools/test/h5diff/testfiles/h5diff_474.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-external link: </ext_link4> and </ext_link4>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_475.txt b/tools/test/h5diff/testfiles/h5diff_475.txt
deleted file mode 100644
index be6110e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_475.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-external link: </ext_link1> and </ext_link1>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_480.txt b/tools/test/h5diff/testfiles/h5diff_480.txt
deleted file mode 100644
index 3e1f900..0000000
--- a/tools/test/h5diff/testfiles/h5diff_480.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /group1
- x x /group1/dset2
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-group : </group1> and </group1>
-0 differences found
-dataset: </group1/dset2> and </group1/dset2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_481.txt b/tools/test/h5diff/testfiles/h5diff_481.txt
deleted file mode 100644
index c4f2448..0000000
--- a/tools/test/h5diff/testfiles/h5diff_481.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /group1
- x x /group1/dset2
- x x /group1/dset3
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-group : </group1> and </group1>
-0 differences found
-dataset: </group1/dset2> and </group1/dset2>
-0 differences found
-dataset: </group1/dset3> and </group1/dset3>
-size: [2x4] [2x4]
-position dset3 dset3 difference
-------------------------------------------------------------
-[ 0 1 ] 0 1 1
-[ 0 2 ] 0 2 2
-[ 0 3 ] 0 3 3
-[ 1 0 ] 0 1 1
-[ 1 1 ] 0 2 2
-[ 1 2 ] 0 3 3
-[ 1 3 ] 0 4 4
-7 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_482.txt b/tools/test/h5diff/testfiles/h5diff_482.txt
deleted file mode 100644
index 5b3c8c1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_482.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset10
- x x /group10
- x x /group10/dset2
-
-group : </> and </>
-0 differences found
-dataset: </dset10> and </dset10>
-0 differences found
-group : </group10> and </group10>
-0 differences found
-dataset: </group10/dset2> and </group10/dset2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_483.txt b/tools/test/h5diff/testfiles/h5diff_483.txt
deleted file mode 100644
index a45e928..0000000
--- a/tools/test/h5diff/testfiles/h5diff_483.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x /dset1
- x x /dset10
- x x /group10
- x x /group10/dset2
-
-group : </> and </>
-0 differences found
-dataset: </dset10> and </dset10>
-0 differences found
-group : </group10> and </group10>
-0 differences found
-dataset: </group10/dset2> and </group10/dset2>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_484.txt b/tools/test/h5diff/testfiles/h5diff_484.txt
deleted file mode 100644
index 87d9c7c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_484.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset2
-
-group : </group1> and </group1>
-0 differences found
-dataset: </group1/dset2> and </group1/dset2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_485.txt b/tools/test/h5diff/testfiles/h5diff_485.txt
deleted file mode 100644
index 4175809..0000000
--- a/tools/test/h5diff/testfiles/h5diff_485.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_486.txt b/tools/test/h5diff/testfiles/h5diff_486.txt
deleted file mode 100644
index 4175809..0000000
--- a/tools/test/h5diff/testfiles/h5diff_486.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_487.txt b/tools/test/h5diff/testfiles/h5diff_487.txt
deleted file mode 100644
index 8555a71..0000000
--- a/tools/test/h5diff/testfiles/h5diff_487.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x /group1
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_50.txt b/tools/test/h5diff/testfiles/h5diff_50.txt
deleted file mode 100644
index 434b458..0000000
--- a/tools/test/h5diff/testfiles/h5diff_50.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-dataset: </dset0a> and </dset0b>
-Warning: different storage datatype
-</dset0a> has file datatype H5T_STD_I16LE
-</dset0b> has file datatype H5T_STD_I32LE
-size: [3x2] [3x2]
-position dset0a dset0b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_500.txt b/tools/test/h5diff/testfiles/h5diff_500.txt
deleted file mode 100644
index 7d688d2..0000000
--- a/tools/test/h5diff/testfiles/h5diff_500.txt
+++ /dev/null
@@ -1,72 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /dset3
- x x /elink_grp1
- x x /elink_grp2
- x x /elink_grp3
- x x /grp1
- x x /grp1/dset1
- x x /grp1/grp2
- x x /grp1/grp2/dset1
- x x /grp1/grp2/dset2
- x x /grp1/grp2/grp3
- x x /grp1/grp2/grp3/dset1
- x x /grp1/grp2/grp3/dset2
- x x /grp1/grp2/grp3/dset3
- x /grp10
- x /grp10/dset4
- x /grp10/dset5
- x /grp10/elink_grp_circle
- x /grp11
- x /grp11/dset4
- x /grp11/dset5
- x /grp11/elink_grp_circle
- x x /slink_grp1
- x /slink_grp10
- x /slink_grp11
- x x /slink_grp2
- x x /slink_grp3
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-dataset: </dset2> and </dset2>
-0 differences found
-dataset: </dset3> and </dset3>
-0 differences found
-external link: </elink_grp1> and </elink_grp1>
-1 differences found
-external link: </elink_grp2> and </elink_grp2>
-1 differences found
-external link: </elink_grp3> and </elink_grp3>
-1 differences found
-group : </grp1> and </grp1>
-0 differences found
-dataset: </grp1/dset1> and </grp1/dset1>
-0 differences found
-group : </grp1/grp2> and </grp1/grp2>
-0 differences found
-dataset: </grp1/grp2/dset1> and </grp1/grp2/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </grp1/grp2/dset2>
-0 differences found
-group : </grp1/grp2/grp3> and </grp1/grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/grp3/dset1> and </grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/grp3/dset2> and </grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </grp1/grp2/grp3/dset3> and </grp1/grp2/grp3/dset3>
-0 differences found
-link : </slink_grp1> and </slink_grp1>
-0 differences found
-link : </slink_grp2> and </slink_grp2>
-0 differences found
-link : </slink_grp3> and </slink_grp3>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_501.txt b/tools/test/h5diff/testfiles/h5diff_501.txt
deleted file mode 100644
index 75e91da..0000000
--- a/tools/test/h5diff/testfiles/h5diff_501.txt
+++ /dev/null
@@ -1,188 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /dset3
- x x /elink_grp1
- x x /elink_grp1/dset1
- x x /elink_grp1/grp2
- x x /elink_grp1/grp2/dset1
- x x /elink_grp1/grp2/dset2
- x x /elink_grp1/grp2/grp3
- x x /elink_grp1/grp2/grp3/dset1
- x x /elink_grp1/grp2/grp3/dset2
- x x /elink_grp1/grp2/grp3/dset3
- x x /elink_grp2
- x x /elink_grp2/dset1
- x x /elink_grp2/dset2
- x x /elink_grp2/grp3
- x x /elink_grp2/grp3/dset1
- x x /elink_grp2/grp3/dset2
- x x /elink_grp2/grp3/dset3
- x x /elink_grp3
- x x /elink_grp3/dset1
- x x /elink_grp3/dset2
- x x /elink_grp3/dset3
- x x /grp1
- x x /grp1/dset1
- x x /grp1/grp2
- x x /grp1/grp2/dset1
- x x /grp1/grp2/dset2
- x x /grp1/grp2/grp3
- x x /grp1/grp2/grp3/dset1
- x x /grp1/grp2/grp3/dset2
- x x /grp1/grp2/grp3/dset3
- x /grp10
- x /grp10/dset4
- x /grp10/dset5
- x /grp10/elink_grp_circle
- x /grp10/elink_grp_circle/dset4
- x /grp10/elink_grp_circle/dset5
- x /grp10/elink_grp_circle/elink_grp_circle
- x /grp10/elink_grp_circle/elink_grp_circle/dset4
- x /grp10/elink_grp_circle/elink_grp_circle/dset5
- x /grp11
- x /grp11/dset4
- x /grp11/dset5
- x /grp11/elink_grp_circle
- x /grp11/elink_grp_circle/dset4
- x /grp11/elink_grp_circle/dset5
- x /grp11/elink_grp_circle/elink_grp_circle
- x /grp11/elink_grp_circle/elink_grp_circle/dset4
- x /grp11/elink_grp_circle/elink_grp_circle/dset5
- x x /slink_grp1
- x x /slink_grp1/dset1
- x x /slink_grp1/grp2
- x x /slink_grp1/grp2/dset1
- x x /slink_grp1/grp2/dset2
- x x /slink_grp1/grp2/grp3
- x x /slink_grp1/grp2/grp3/dset1
- x x /slink_grp1/grp2/grp3/dset2
- x x /slink_grp1/grp2/grp3/dset3
- x /slink_grp10
- x /slink_grp10/dset4
- x /slink_grp10/dset5
- x /slink_grp11
- x /slink_grp11/dset4
- x /slink_grp11/dset5
- x x /slink_grp2
- x x /slink_grp2/dset1
- x x /slink_grp2/dset2
- x x /slink_grp2/grp3
- x x /slink_grp2/grp3/dset1
- x x /slink_grp2/grp3/dset2
- x x /slink_grp2/grp3/dset3
- x x /slink_grp3
- x x /slink_grp3/dset1
- x x /slink_grp3/dset2
- x x /slink_grp3/dset3
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-dataset: </dset2> and </dset2>
-0 differences found
-dataset: </dset3> and </dset3>
-0 differences found
-group : </elink_grp1> and </elink_grp1>
-0 differences found
-dataset: </elink_grp1/dset1> and </elink_grp1/dset1>
-0 differences found
-group : </elink_grp1/grp2> and </elink_grp1/grp2>
-0 differences found
-dataset: </elink_grp1/grp2/dset1> and </elink_grp1/grp2/dset1>
-0 differences found
-dataset: </elink_grp1/grp2/dset2> and </elink_grp1/grp2/dset2>
-0 differences found
-group : </elink_grp1/grp2/grp3> and </elink_grp1/grp2/grp3>
-0 differences found
-dataset: </elink_grp1/grp2/grp3/dset1> and </elink_grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </elink_grp1/grp2/grp3/dset2> and </elink_grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </elink_grp1/grp2/grp3/dset3> and </elink_grp1/grp2/grp3/dset3>
-0 differences found
-group : </elink_grp2> and </elink_grp2>
-0 differences found
-dataset: </elink_grp2/dset1> and </elink_grp2/dset1>
-0 differences found
-dataset: </elink_grp2/dset2> and </elink_grp2/dset2>
-0 differences found
-group : </elink_grp2/grp3> and </elink_grp2/grp3>
-0 differences found
-dataset: </elink_grp2/grp3/dset1> and </elink_grp2/grp3/dset1>
-0 differences found
-dataset: </elink_grp2/grp3/dset2> and </elink_grp2/grp3/dset2>
-0 differences found
-dataset: </elink_grp2/grp3/dset3> and </elink_grp2/grp3/dset3>
-0 differences found
-group : </elink_grp3> and </elink_grp3>
-0 differences found
-dataset: </elink_grp3/dset1> and </elink_grp3/dset1>
-0 differences found
-dataset: </elink_grp3/dset2> and </elink_grp3/dset2>
-0 differences found
-dataset: </elink_grp3/dset3> and </elink_grp3/dset3>
-0 differences found
-group : </grp1> and </grp1>
-0 differences found
-dataset: </grp1/dset1> and </grp1/dset1>
-0 differences found
-group : </grp1/grp2> and </grp1/grp2>
-0 differences found
-dataset: </grp1/grp2/dset1> and </grp1/grp2/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </grp1/grp2/dset2>
-0 differences found
-group : </grp1/grp2/grp3> and </grp1/grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/grp3/dset1> and </grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/grp3/dset2> and </grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </grp1/grp2/grp3/dset3> and </grp1/grp2/grp3/dset3>
-0 differences found
-group : </slink_grp1> and </slink_grp1>
-0 differences found
-dataset: </slink_grp1/dset1> and </slink_grp1/dset1>
-0 differences found
-group : </slink_grp1/grp2> and </slink_grp1/grp2>
-0 differences found
-dataset: </slink_grp1/grp2/dset1> and </slink_grp1/grp2/dset1>
-0 differences found
-dataset: </slink_grp1/grp2/dset2> and </slink_grp1/grp2/dset2>
-0 differences found
-group : </slink_grp1/grp2/grp3> and </slink_grp1/grp2/grp3>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset1> and </slink_grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset2> and </slink_grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset3> and </slink_grp1/grp2/grp3/dset3>
-0 differences found
-group : </slink_grp2> and </slink_grp2>
-0 differences found
-dataset: </slink_grp2/dset1> and </slink_grp2/dset1>
-0 differences found
-dataset: </slink_grp2/dset2> and </slink_grp2/dset2>
-0 differences found
-group : </slink_grp2/grp3> and </slink_grp2/grp3>
-0 differences found
-dataset: </slink_grp2/grp3/dset1> and </slink_grp2/grp3/dset1>
-0 differences found
-dataset: </slink_grp2/grp3/dset2> and </slink_grp2/grp3/dset2>
-0 differences found
-dataset: </slink_grp2/grp3/dset3> and </slink_grp2/grp3/dset3>
-0 differences found
-group : </slink_grp3> and </slink_grp3>
-0 differences found
-dataset: </slink_grp3/dset1> and </slink_grp3/dset1>
-0 differences found
-dataset: </slink_grp3/dset2> and </slink_grp3/dset2>
-0 differences found
-dataset: </slink_grp3/dset3> and </slink_grp3/dset3>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_502.txt b/tools/test/h5diff/testfiles/h5diff_502.txt
deleted file mode 100644
index d3de6e5..0000000
--- a/tools/test/h5diff/testfiles/h5diff_502.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-group1 group2
----------------------------------------
- x
- x /
- x x /dset1
- x x /dset2
- x x /dset3
- x /elink_grp1
- x /elink_grp2
- x /elink_grp3
- x /grp1
- x /grp1/dset1
- x /grp1/grp2
- x /grp1/grp2/dset1
- x /grp1/grp2/dset2
- x /grp1/grp2/grp3
- x /grp1/grp2/grp3/dset1
- x /grp1/grp2/grp3/dset2
- x /grp1/grp2/grp3/dset3
- x /grp10
- x /grp10/dset4
- x /grp10/dset5
- x /grp10/elink_grp_circle
- x /slink_grp1
- x /slink_grp10
- x /slink_grp2
- x /slink_grp3
-
-dataset: </dset1> and </grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </dset2> and </grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </dset3> and </grp1/grp2/grp3/dset3>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_503.txt b/tools/test/h5diff/testfiles/h5diff_503.txt
deleted file mode 100644
index cf01598..0000000
--- a/tools/test/h5diff/testfiles/h5diff_503.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset1
- x x /grp2
- x x /grp2/dset1
- x x /grp2/dset2
- x x /grp2/grp3
- x x /grp2/grp3/dset1
- x x /grp2/grp3/dset2
- x x /grp2/grp3/dset3
-
-group : </grp1> and </grp1>
-0 differences found
-dataset: </grp1/dset1> and </grp1/dset1>
-0 differences found
-group : </grp1/grp2> and </grp1/grp2>
-0 differences found
-dataset: </grp1/grp2/dset1> and </grp1/grp2/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </grp1/grp2/dset2>
-0 differences found
-group : </grp1/grp2/grp3> and </grp1/grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/grp3/dset1> and </grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/grp3/dset2> and </grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </grp1/grp2/grp3/dset3> and </grp1/grp2/grp3/dset3>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_504.txt b/tools/test/h5diff/testfiles/h5diff_504.txt
deleted file mode 100644
index 6cf43b3..0000000
--- a/tools/test/h5diff/testfiles/h5diff_504.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset1
- x x /dset2
- x /dset3
- x /grp3
- x /grp3/dset1
- x /grp3/dset2
- x /grp3/dset3
-
-group : </grp1/grp2> and </grp1/grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/dset1> and </grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </grp1/grp2/grp3/dset2>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_505.txt b/tools/test/h5diff/testfiles/h5diff_505.txt
deleted file mode 100644
index 607b99b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_505.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </grp1> is of type H5G_GROUP and </slink_grp1> is of type H5G_LINK
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_506.txt b/tools/test/h5diff/testfiles/h5diff_506.txt
deleted file mode 100644
index efef9a7..0000000
--- a/tools/test/h5diff/testfiles/h5diff_506.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset1
- x x /dset2
- x x /grp3
- x x /grp3/dset1
- x x /grp3/dset2
- x x /grp3/dset3
-
-group : </grp1/grp2> and </slink_grp2>
-0 differences found
-dataset: </grp1/grp2/dset1> and </slink_grp2/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </slink_grp2/dset2>
-0 differences found
-group : </grp1/grp2/grp3> and </slink_grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/grp3/dset1> and </slink_grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/grp3/dset2> and </slink_grp2/grp3/dset2>
-0 differences found
-dataset: </grp1/grp2/grp3/dset3> and </slink_grp2/grp3/dset3>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_507.txt b/tools/test/h5diff/testfiles/h5diff_507.txt
deleted file mode 100644
index 06b7fe6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_507.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </grp1> is of type H5G_GROUP and </elink_grp1> is of type H5G_UDLINK
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_508.txt b/tools/test/h5diff/testfiles/h5diff_508.txt
deleted file mode 100644
index 9796345..0000000
--- a/tools/test/h5diff/testfiles/h5diff_508.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset1
- x x /grp2
- x x /grp2/dset1
- x x /grp2/dset2
- x x /grp2/grp3
- x x /grp2/grp3/dset1
- x x /grp2/grp3/dset2
- x x /grp2/grp3/dset3
-
-group : </grp1> and </elink_grp1>
-0 differences found
-dataset: </grp1/dset1> and </elink_grp1/dset1>
-0 differences found
-group : </grp1/grp2> and </elink_grp1/grp2>
-0 differences found
-dataset: </grp1/grp2/dset1> and </elink_grp1/grp2/dset1>
-0 differences found
-dataset: </grp1/grp2/dset2> and </elink_grp1/grp2/dset2>
-0 differences found
-group : </grp1/grp2/grp3> and </elink_grp1/grp2/grp3>
-0 differences found
-dataset: </grp1/grp2/grp3/dset1> and </elink_grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </grp1/grp2/grp3/dset2> and </elink_grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </grp1/grp2/grp3/dset3> and </elink_grp1/grp2/grp3/dset3>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_509.txt b/tools/test/h5diff/testfiles/h5diff_509.txt
deleted file mode 100644
index 2e3e87a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_509.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Not comparable: </slink_grp1> is of type H5G_LINK and </elink_grp1> is of type H5G_UDLINK
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_51.txt b/tools/test/h5diff/testfiles/h5diff_51.txt
deleted file mode 100644
index 621ba2a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_51.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset1a> and </dset1b>
-size: [3x2] [3x2]
-position dset1a dset1b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_510.txt b/tools/test/h5diff/testfiles/h5diff_510.txt
deleted file mode 100644
index 9d92768..0000000
--- a/tools/test/h5diff/testfiles/h5diff_510.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset1
- x x /grp2
- x x /grp2/dset1
- x x /grp2/dset2
- x x /grp2/grp3
- x x /grp2/grp3/dset1
- x x /grp2/grp3/dset2
- x x /grp2/grp3/dset3
-
-group : </slink_grp1> and </elink_grp1>
-0 differences found
-dataset: </slink_grp1/dset1> and </elink_grp1/dset1>
-0 differences found
-group : </slink_grp1/grp2> and </elink_grp1/grp2>
-0 differences found
-dataset: </slink_grp1/grp2/dset1> and </elink_grp1/grp2/dset1>
-0 differences found
-dataset: </slink_grp1/grp2/dset2> and </elink_grp1/grp2/dset2>
-0 differences found
-group : </slink_grp1/grp2/grp3> and </elink_grp1/grp2/grp3>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset1> and </elink_grp1/grp2/grp3/dset1>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset2> and </elink_grp1/grp2/grp3/dset2>
-0 differences found
-dataset: </slink_grp1/grp2/grp3/dset3> and </elink_grp1/grp2/grp3/dset3>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_511.txt b/tools/test/h5diff/testfiles/h5diff_511.txt
deleted file mode 100644
index 4bac100..0000000
--- a/tools/test/h5diff/testfiles/h5diff_511.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset4
- x x /dset5
- x x /elink_grp_circle
-
-group : </grp10> and </grp11>
-0 differences found
-dataset: </grp10/dset4> and </grp11/dset4>
-0 differences found
-dataset: </grp10/dset5> and </grp11/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 3 2 1
-[ 0 3 ] 3 2 1
-[ 1 0 ] 3 2 1
-[ 1 2 ] 3 2 1
-4 differences found
-external link: </grp10/elink_grp_circle> and </grp11/elink_grp_circle>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_512.txt b/tools/test/h5diff/testfiles/h5diff_512.txt
deleted file mode 100644
index 23fbc12..0000000
--- a/tools/test/h5diff/testfiles/h5diff_512.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset4
- x x /dset5
- x x /elink_grp_circle
- x x /elink_grp_circle/dset4
- x x /elink_grp_circle/dset5
- x x /elink_grp_circle/elink_grp_circle
- x x /elink_grp_circle/elink_grp_circle/dset4
- x x /elink_grp_circle/elink_grp_circle/dset5
-
-group : </grp10> and </grp11>
-0 differences found
-dataset: </grp10/dset4> and </grp11/dset4>
-0 differences found
-dataset: </grp10/dset5> and </grp11/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 3 2 1
-[ 0 3 ] 3 2 1
-[ 1 0 ] 3 2 1
-[ 1 2 ] 3 2 1
-4 differences found
-group : </grp10/elink_grp_circle> and </grp11/elink_grp_circle>
-0 differences found
-dataset: </grp10/elink_grp_circle/dset4> and </grp11/elink_grp_circle/dset4>
-0 differences found
-dataset: </grp10/elink_grp_circle/dset5> and </grp11/elink_grp_circle/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 2 3 1
-[ 0 3 ] 2 3 1
-[ 1 0 ] 2 3 1
-[ 1 2 ] 2 3 1
-4 differences found
-group : </grp10/elink_grp_circle/elink_grp_circle> and </grp11/elink_grp_circle/elink_grp_circle>
-0 differences found
-dataset: </grp10/elink_grp_circle/elink_grp_circle/dset4> and </grp11/elink_grp_circle/elink_grp_circle/dset4>
-0 differences found
-dataset: </grp10/elink_grp_circle/elink_grp_circle/dset5> and </grp11/elink_grp_circle/elink_grp_circle/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 3 2 1
-[ 0 3 ] 3 2 1
-[ 1 0 ] 3 2 1
-[ 1 2 ] 3 2 1
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_513.txt b/tools/test/h5diff/testfiles/h5diff_513.txt
deleted file mode 100644
index b0af15d..0000000
--- a/tools/test/h5diff/testfiles/h5diff_513.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-link : </slink_grp10> and </slink_grp11>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_514.txt b/tools/test/h5diff/testfiles/h5diff_514.txt
deleted file mode 100644
index f8e16e9..0000000
--- a/tools/test/h5diff/testfiles/h5diff_514.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /dset4
- x x /dset5
- x x /elink_grp_circle
- x x /elink_grp_circle/dset4
- x x /elink_grp_circle/dset5
- x x /elink_grp_circle/elink_grp_circle
- x x /elink_grp_circle/elink_grp_circle/dset4
- x x /elink_grp_circle/elink_grp_circle/dset5
-
-group : </slink_grp10> and </slink_grp11>
-0 differences found
-dataset: </slink_grp10/dset4> and </slink_grp11/dset4>
-0 differences found
-dataset: </slink_grp10/dset5> and </slink_grp11/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 3 2 1
-[ 0 3 ] 3 2 1
-[ 1 0 ] 3 2 1
-[ 1 2 ] 3 2 1
-4 differences found
-group : </slink_grp10/elink_grp_circle> and </slink_grp11/elink_grp_circle>
-0 differences found
-dataset: </slink_grp10/elink_grp_circle/dset4> and </slink_grp11/elink_grp_circle/dset4>
-0 differences found
-dataset: </slink_grp10/elink_grp_circle/dset5> and </slink_grp11/elink_grp_circle/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 2 3 1
-[ 0 3 ] 2 3 1
-[ 1 0 ] 2 3 1
-[ 1 2 ] 2 3 1
-4 differences found
-group : </slink_grp10/elink_grp_circle/elink_grp_circle> and </slink_grp11/elink_grp_circle/elink_grp_circle>
-0 differences found
-dataset: </slink_grp10/elink_grp_circle/elink_grp_circle/dset4> and </slink_grp11/elink_grp_circle/elink_grp_circle/dset4>
-0 differences found
-dataset: </slink_grp10/elink_grp_circle/elink_grp_circle/dset5> and </slink_grp11/elink_grp_circle/elink_grp_circle/dset5>
-size: [2x4] [2x4]
-position dset5 dset5 difference
-------------------------------------------------------------
-[ 0 1 ] 3 2 1
-[ 0 3 ] 3 2 1
-[ 1 0 ] 3 2 1
-[ 1 2 ] 3 2 1
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_515.txt b/tools/test/h5diff/testfiles/h5diff_515.txt
deleted file mode 100644
index 263441d..0000000
--- a/tools/test/h5diff/testfiles/h5diff_515.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /g1
- x x /g1/g2
- x /g1/g2/g3
- x /g1/g2/g3/dset1
- x /g1/g2/g3/g4
- x /g1/g2/g3/g4/dset2
- x x /soft_dset1
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-group : </g1> and </g1>
-0 differences found
-Not comparable: </g1/g2> is of type H5G_GROUP and </g1/g2> is of type H5G_UDLINK
-link : </soft_dset1> and </soft_dset1>
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_516.txt b/tools/test/h5diff/testfiles/h5diff_516.txt
deleted file mode 100644
index 32f4bd5..0000000
--- a/tools/test/h5diff/testfiles/h5diff_516.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /g1
- x x /g1/g2
- x x /g1/g2/g3
- x x /g1/g2/g3/dset1
- x x /g1/g2/g3/g4
- x x /g1/g2/g3/g4/dset2
- x x /soft_dset1
-
-group : </> and </>
-0 differences found
-dataset: </dset1> and </dset1>
-0 differences found
-group : </g1> and </g1>
-0 differences found
-group : </g1/g2> and </g1/g2>
-0 differences found
-group : </g1/g2/g3> and </g1/g2/g3>
-0 differences found
-dataset: </g1/g2/g3/dset1> and </g1/g2/g3/dset1>
-0 differences found
-group : </g1/g2/g3/g4> and </g1/g2/g3/g4>
-0 differences found
-dataset: </g1/g2/g3/g4/dset2> and </g1/g2/g3/g4/dset2>
-0 differences found
-dataset: </soft_dset1> and </soft_dset1>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_517.txt b/tools/test/h5diff/testfiles/h5diff_517.txt
deleted file mode 100644
index 91c69fb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_517.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /g2
- x /g2/g3
- x /g2/g3/dset1
- x /g2/g3/g4
- x /g2/g3/g4/dset2
-
-group : </g1> and </g1>
-0 differences found
-Not comparable: </g1/g2> is of type H5G_GROUP and </g1/g2> is of type H5G_UDLINK
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_518.txt b/tools/test/h5diff/testfiles/h5diff_518.txt
deleted file mode 100644
index f4761ad..0000000
--- a/tools/test/h5diff/testfiles/h5diff_518.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /g2
- x x /g2/g3
- x x /g2/g3/dset1
- x x /g2/g3/g4
- x x /g2/g3/g4/dset2
-
-group : </g1> and </g1>
-0 differences found
-group : </g1/g2> and </g1/g2>
-0 differences found
-group : </g1/g2/g3> and </g1/g2/g3>
-0 differences found
-dataset: </g1/g2/g3/dset1> and </g1/g2/g3/dset1>
-0 differences found
-group : </g1/g2/g3/g4> and </g1/g2/g3/g4>
-0 differences found
-dataset: </g1/g2/g3/g4/dset2> and </g1/g2/g3/g4/dset2>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_52.txt b/tools/test/h5diff/testfiles/h5diff_52.txt
deleted file mode 100644
index 6667659..0000000
--- a/tools/test/h5diff/testfiles/h5diff_52.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset2a> and </dset2b>
-size: [3x2] [3x2]
-position dset2a dset2b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_53.txt b/tools/test/h5diff/testfiles/h5diff_53.txt
deleted file mode 100644
index 458d166..0000000
--- a/tools/test/h5diff/testfiles/h5diff_53.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset3a> and </dset4b>
-size: [3x2] [3x2]
-position dset3a dset4b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_530.txt b/tools/test/h5diff/testfiles/h5diff_530.txt
deleted file mode 100644
index 73d736e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_530.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
- x x /Compound_dset1
- x x /Compound_dset2
- x x /Compound_dset3
- x x /Compound_dset4
- x x /Compound_dset5
- x x /Compound_dset6
- x x /Compound_dset7
- x x /Compound_dset8
- x x /Compound_dset9
-
-group : </group> and </group_copy>
-0 differences found
-dataset: </group/Compound_dset1> and </group_copy/Compound_dset1>
-0 differences found
-dataset: </group/Compound_dset2> and </group_copy/Compound_dset2>
-0 differences found
-dataset: </group/Compound_dset3> and </group_copy/Compound_dset3>
-0 differences found
-dataset: </group/Compound_dset4> and </group_copy/Compound_dset4>
-0 differences found
-dataset: </group/Compound_dset5> and </group_copy/Compound_dset5>
-0 differences found
-dataset: </group/Compound_dset6> and </group_copy/Compound_dset6>
-0 differences found
-dataset: </group/Compound_dset7> and </group_copy/Compound_dset7>
-0 differences found
-dataset: </group/Compound_dset8> and </group_copy/Compound_dset8>
-0 differences found
-dataset: </group/Compound_dset9> and </group_copy/Compound_dset9>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_54.txt b/tools/test/h5diff/testfiles/h5diff_54.txt
deleted file mode 100644
index 2ca60f8..0000000
--- a/tools/test/h5diff/testfiles/h5diff_54.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset4a> and </dset4b>
-size: [3x2] [3x2]
-position dset4a dset4b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_540.txt b/tools/test/h5diff/testfiles/h5diff_540.txt
deleted file mode 100644
index a6903c8..0000000
--- a/tools/test/h5diff/testfiles/h5diff_540.txt
+++ /dev/null
@@ -1,86 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset1
- x x /dset2
- x x /dset3
- x x /dset4
-
-group : </> and </>
-0 differences found
-attribute: <attr1 of </>> and <attr1 of </>>
-size: [2] [2]
-position attr1 of </> attr1 of </> difference
-------------------------------------------------------------
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-8 differences found
-dataset: </dset1> and </dset1>
-size: [2] [2]
-position dset1 dset1 difference
-------------------------------------------------------------
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-8 differences found
-dataset: </dset2> and </dset2>
-size: [2] [2]
-position dset2 dset2 difference
-------------------------------------------------------------
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-6 differences found
-dataset: </dset3> and </dset3>
-size: [2] [2]
-position dset3 dset3 difference
-------------------------------------------------------------
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 10 15 5
-[ 0 ] 10.5 15.5 5
-[ 0 ] 10 15 5
-[ 0 ] 10.5 15.5 5
-[ 1 ] 0 5 5
-[ 1 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-12 differences found
-dataset: </dset4> and </dset4>
-size: [2] [2]
-position dset4 dset4 difference
-------------------------------------------------------------
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 0 5 5
-[ 0 ] 10 15 5
-[ 0 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 0 5 5
-[ 1 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-[ 1 ] 10 15 5
-[ 1 ] 0 5 5
-[ 1 ] 0 5 5
-[ 1 ] 10 15 5
-[ 1 ] 10.5 15.5 5
-15 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_55.txt b/tools/test/h5diff/testfiles/h5diff_55.txt
deleted file mode 100644
index 1288887..0000000
--- a/tools/test/h5diff/testfiles/h5diff_55.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset5a> and </dset5b>
-size: [3x2] [3x2]
-position dset5a dset5b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_56.txt b/tools/test/h5diff/testfiles/h5diff_56.txt
deleted file mode 100644
index 0e82860..0000000
--- a/tools/test/h5diff/testfiles/h5diff_56.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </dset6a> and </dset6b>
-size: [3x2] [3x2]
-position dset6a dset6b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_57.txt b/tools/test/h5diff/testfiles/h5diff_57.txt
deleted file mode 100644
index d5125fe..0000000
--- a/tools/test/h5diff/testfiles/h5diff_57.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </dset7a> and </dset7b>
-Warning: different storage datatype
-</dset7a> has file datatype H5T_STD_I8LE
-</dset7b> has file datatype H5T_STD_U8LE
-Not comparable: </dset7a> has sign H5T_SGN_2 and </dset7b> has sign H5T_SGN_NONE
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_58.txt b/tools/test/h5diff/testfiles/h5diff_58.txt
deleted file mode 100644
index da147bc..0000000
--- a/tools/test/h5diff/testfiles/h5diff_58.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-
-dataset: </refreg> and </refreg>
-Referenced dataset 10784 10784
-------------------------------------------------------------
-Region blocks
-block #0 (2,2)-(7,7) (0,0)-(2,2)
-Region points
-point #1 (2,2) (3,3)
-point #3 (1,6) (2,5)
-point #4 (2,8) (1,7)
-4 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_58_ref.txt b/tools/test/h5diff/testfiles/h5diff_58_ref.txt
deleted file mode 100644
index 48a4b33..0000000
--- a/tools/test/h5diff/testfiles/h5diff_58_ref.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-
-dataset: </g1/reference2D> and </g1/reference2D>
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-12 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_59.txt b/tools/test/h5diff/testfiles/h5diff_59.txt
deleted file mode 100644
index 996a7b2..0000000
--- a/tools/test/h5diff/testfiles/h5diff_59.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-dataset: </dset11a> and </dset11b>
-Warning: different storage datatype
-</dset11a> has file datatype H5T_STD_U16LE
-</dset11b> has file datatype H5T_STD_U32LE
-0 differences found
-Warning: different storage datatype
-<attr> has file datatype H5T_STD_U16LE
-<attr> has file datatype H5T_STD_U32LE
-attribute: <attr of </dset11a>> and <attr of </dset11b>>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_60.txt b/tools/test/h5diff/testfiles/h5diff_60.txt
deleted file mode 100644
index dde17f6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_60.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </string1> and </string1>
-size: [3x4] [3x4]
-position string1 string1 difference
-------------------------------------------------------------
-[ 1 0 ] \000 5
-[ 1 1 ] \000 6
-[ 1 2 ] \000 7
-[ 1 3 ] \000 8
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_600.txt b/tools/test/h5diff/testfiles/h5diff_600.txt
deleted file mode 100644
index 46a1c45..0000000
--- a/tools/test/h5diff/testfiles/h5diff_600.txt
+++ /dev/null
@@ -1,194 +0,0 @@
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_601.txt b/tools/test/h5diff/testfiles/h5diff_601.txt
deleted file mode 100644
index eb12f38..0000000
--- a/tools/test/h5diff/testfiles/h5diff_601.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Object </nono_obj> could not be found in <h5diff_basic1.h5>
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_601_ERR.err b/tools/test/h5diff/testfiles/h5diff_601_ERR.err
deleted file mode 100644
index f9a7212..0000000
--- a/tools/test/h5diff/testfiles/h5diff_601_ERR.err
+++ /dev/null
@@ -1,4 +0,0 @@
-H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
- #000: (file name) line (number) in h5diff(): Error: Object could not be found
- major: Failure in tools library
- minor: error in function
diff --git a/tools/test/h5diff/testfiles/h5diff_603.txt b/tools/test/h5diff/testfiles/h5diff_603.txt
deleted file mode 100644
index e930dbe..0000000
--- a/tools/test/h5diff/testfiles/h5diff_603.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-d -4> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_604.txt b/tools/test/h5diff/testfiles/h5diff_604.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_604.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_605.txt b/tools/test/h5diff/testfiles/h5diff_605.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_605.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_606.txt b/tools/test/h5diff/testfiles/h5diff_606.txt
deleted file mode 100644
index 02b80eb..0000000
--- a/tools/test/h5diff/testfiles/h5diff_606.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-d 0x1> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_607.txt b/tools/test/h5diff/testfiles/h5diff_607.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_607.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_608.txt b/tools/test/h5diff/testfiles/h5diff_608.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_608.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_609.txt b/tools/test/h5diff/testfiles/h5diff_609.txt
deleted file mode 100644
index eca5994..0000000
--- a/tools/test/h5diff/testfiles/h5diff_609.txt
+++ /dev/null
@@ -1 +0,0 @@
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_61.txt b/tools/test/h5diff/testfiles/h5diff_61.txt
deleted file mode 100644
index 5553d63..0000000
--- a/tools/test/h5diff/testfiles/h5diff_61.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-dataset: </string2> and </string2>
-size: [20] [20]
-position string2 string2 difference
-------------------------------------------------------------
-[ 8 ] e 9
-[ 8 ] f
-[ 8 ] 9
-[ 9 ] e 0
-[ 9 ] f
-[ 9 ] 0
-[ 10 ] e 1
-[ 10 ] f
-[ 10 ] 1
-[ 11 ] e 2
-[ 11 ] f
-[ 11 ] 2
-[ 12 ] 3 e
-[ 12 ] f
-[ 12 ] 3
-[ 13 ] 4 e
-[ 13 ] f
-[ 13 ] 4
-[ 14 ] 5 e
-[ 14 ] f
-[ 14 ] 5
-[ 15 ] 6 e
-[ 15 ] f
-[ 15 ] 6
-24 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_610.txt b/tools/test/h5diff/testfiles/h5diff_610.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_610.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_612.txt b/tools/test/h5diff/testfiles/h5diff_612.txt
deleted file mode 100644
index 4cccece..0000000
--- a/tools/test/h5diff/testfiles/h5diff_612.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-p -4> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_613.txt b/tools/test/h5diff/testfiles/h5diff_613.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_613.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_614.txt b/tools/test/h5diff/testfiles/h5diff_614.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_614.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_615.txt b/tools/test/h5diff/testfiles/h5diff_615.txt
deleted file mode 100644
index 3641164..0000000
--- a/tools/test/h5diff/testfiles/h5diff_615.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-p 0x1> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_616.txt b/tools/test/h5diff/testfiles/h5diff_616.txt
deleted file mode 100644
index 3bc194a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_616.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_617.txt b/tools/test/h5diff/testfiles/h5diff_617.txt
deleted file mode 100644
index 3bc194a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_617.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_618.txt b/tools/test/h5diff/testfiles/h5diff_618.txt
deleted file mode 100644
index eca5994..0000000
--- a/tools/test/h5diff/testfiles/h5diff_618.txt
+++ /dev/null
@@ -1 +0,0 @@
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_619.txt b/tools/test/h5diff/testfiles/h5diff_619.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_619.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_62.txt b/tools/test/h5diff/testfiles/h5diff_62.txt
deleted file mode 100644
index 934f61e..0000000
--- a/tools/test/h5diff/testfiles/h5diff_62.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-dataset: </string3> and </string3>
-size: [27] [27]
-position string3 string3 difference
-------------------------------------------------------------
-[ 12 ] c d
-[ 12 ] d 2
-[ 12 ] 2 \000
-[ 13 ] d 3
-[ 13 ] 3 \000
-[ 14 ] a b
-[ 14 ] b c
-[ 14 ] c d
-[ 14 ] d 4
-[ 14 ] 4 \000
-[ 15 ] b c
-[ 15 ] c d
-[ 15 ] d 5
-[ 15 ] 5 \000
-[ 16 ] d c
-[ 16 ] 6 d
-[ 16 ] \000 6
-[ 17 ] 7 d
-[ 17 ] \000 7
-[ 18 ] b a
-[ 18 ] c b
-[ 18 ] d c
-[ 18 ] 8 d
-[ 18 ] \000 8
-[ 19 ] c b
-[ 19 ] d c
-[ 19 ] 9 d
-[ 19 ] \000 9
-[ 24 ] d c
-[ 25 ] d c
-[ 26 ] d c
-31 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_621.txt b/tools/test/h5diff/testfiles/h5diff_621.txt
deleted file mode 100644
index 05b952c..0000000
--- a/tools/test/h5diff/testfiles/h5diff_621.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-n -4> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_622.txt b/tools/test/h5diff/testfiles/h5diff_622.txt
deleted file mode 100644
index 4d3e945..0000000
--- a/tools/test/h5diff/testfiles/h5diff_622.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-n 0> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_623.txt b/tools/test/h5diff/testfiles/h5diff_623.txt
deleted file mode 100644
index fd992ef..0000000
--- a/tools/test/h5diff/testfiles/h5diff_623.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-n u> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_624.txt b/tools/test/h5diff/testfiles/h5diff_624.txt
deleted file mode 100644
index cc9578f..0000000
--- a/tools/test/h5diff/testfiles/h5diff_624.txt
+++ /dev/null
@@ -1,195 +0,0 @@
-<-n 0x1> is not a valid option
-usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
- file1 File name of the first HDF5 file
- file2 File name of the second HDF5 file
- [obj1] Name of an HDF5 object, in absolute path
- [obj2] Name of an HDF5 object, in absolute path
-
- ERROR
- --enable-error-stack Prints messages from the HDF5 error stack as they occur.
- Optional value 2 also prints file open errors.
- OPTIONS
- -h, --help
- Print a usage message and exit.
- -V, --version
- Print version number and exit.
- -r, --report
- Report mode. Print differences.
- -v --verbose
- Verbose mode. Print differences information and list of objects.
- -vN --verbose=N
- Verbose mode with level. Print differences and list of objects.
- Level of detail depends on value of N:
- 0 : Identical to '-v' or '--verbose'.
- 1 : All level 0 information plus one-line attribute status summary.
- 2 : All level 1 information plus extended attribute status report.
- 3 : All level 2 information plus file names.
- -q, --quiet
- Quiet mode. Do not produce output.
- --vol-value-1 Value (ID) of the VOL connector to use for opening the
- first HDF5 file specified
- --vol-name-1 Name of the VOL connector to use for opening the first
- HDF5 file specified
- --vol-info-1 VOL-specific info to pass to the VOL connector used for
- opening the first HDF5 file specified
- --vol-value-2 Value (ID) of the VOL connector to use for opening the
- second HDF5 file specified
- --vol-name-2 Name of the VOL connector to use for opening the second
- HDF5 file specified
- --vol-info-2 VOL-specific info to pass to the VOL connector used for
- opening the second HDF5 file specified
- If none of the above options are used to specify a VOL for a file, then
- the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
- if that environment variable is unset) will be used
- --vfd-value-1 Value (ID) of the VFL driver to use for opening the
- first HDF5 file specified
- --vfd-name-1 Name of the VFL driver to use for opening the first
- HDF5 file specified
- --vfd-info-1 VFD-specific info to pass to the VFL driver used for
- opening the first HDF5 file specified
- --vfd-value-2 Value (ID) of the VFL driver to use for opening the
- second HDF5 file specified
- --vfd-name-2 Name of the VFL driver to use for opening the second
- HDF5 file specified
- --vfd-info-2 VFD-specific info to pass to the VFL driver used for
- opening the second HDF5 file specified
- --follow-symlinks
- Follow symbolic links (soft links and external links and compare the)
- links' target objects.
- If symbolic link(s) with the same name exist in the files being
- compared, then determine whether the target of each link is an existing
- object (dataset, group, or named datatype) or the link is a dangling
- link (a soft or external link pointing to a target object that does
- not yet exist).
- - If both symbolic links are dangling links, they are treated as being
- the same; by default, h5diff returns an exit code of 0.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If only one of the two links is a dangling link,they are treated as
- being different and h5diff returns an exit code of 1.
- If, however, --no-dangling-links is used with --follow-symlinks,
- this situation is treated as an error and h5diff returns an
- exit code of 2.
- - If both symbolic links point to existing objects, h5diff compares the
- two objects.
- If any symbolic link specified in the call to h5diff does not exist,
- h5diff treats it as an error and returns an exit code of 2.
- --no-dangling-links
- Must be used with --follow-symlinks option; otherwise, h5diff shows
- error message and returns an exit code of 2.
- Check for any symbolic links (soft links or external links) that do not
- resolve to an existing object (dataset, group, or named datatype).
- If any dangling link is found, this situation is treated as an error
- and h5diff returns an exit code of 2.
- -c, --compare
- List objects that are not comparable
- -N, --nan
- Avoid NaNs detection
- -n C, --count=C
- Print differences up to C. C must be a positive integer.
- -d D, --delta=D
- Print difference if (|a-b| > D). D must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-p' or '--use-system-epsilon'.
- -p R, --relative=R
- Print difference if (|(a-b)/b| > R). R must be a positive number. Where a
- is the data point value in file1 and b is the data point value in file2.
- Can not use with '-d' or '--use-system-epsilon'.
- --use-system-epsilon
- Print difference if (|a-b| > EPSILON), EPSILON is system defined value. Where a
- is the data point value in file1 and b is the data point value in file2.
- If the system epsilon is not defined,one of the following predefined
- values will be used:
- FLT_EPSILON = 1.19209E-07 for floating-point type
- DBL_EPSILON = 2.22045E-16 for double precision type
- Can not use with '-p' or '-d'.
- --exclude-path "path"
- Exclude the specified path to an object when comparing files or groups.
- If a group is excluded, all member objects will also be excluded.
- The specified path is excluded wherever it occurs.
- This flexibility enables the same option to exclude either objects that
- exist only in one file or common objects that are known to differ.
-
- When comparing files, "path" is the absolute path to the excluded;
- object; when comparing groups, "path" is similar to the relative
- path from the group to the excluded object. This "path" can be
- taken from the first section of the output of the --verbose option.
- For example, if you are comparing the group /groupA in two files and
- you want to exclude /groupA/groupB/groupC in both files, the exclude
- option would read as follows:
- --exclude-path "/groupB/groupC"
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- --exclude-attribute "path/to/object/with/attribute"
- Exclude attributes on the specified path to an object when comparing files or groups.
-
- If there are multiple paths to an object, only the specified path(s)
- will be excluded; the comparison will include any path not explicitly
- excluded.
- This option can be used repeatedly to exclude multiple paths.
-
- Modes of output:
- Default mode: print the number of differences found and where they occurred
- -r Report mode: print the above plus the differences
- -v Verbose mode: print the above plus a list of objects and warnings
- -q Quiet mode: do not print output
-
- File comparison:
- If no objects [obj1[ obj2]] are specified, the h5diff comparison proceeds as
- a comparison of the two files' root groups. That is, h5diff first compares
- the names of root group members, generates a report of root group objects
- that appear in only one file or in both files, and recursively compares
- common objects.
-
- Object comparison:
- 1) Groups
- First compares the names of member objects (relative path, from the
- specified group) and generates a report of objects that appear in only
- one group or in both groups. Common objects are then compared recursively.
- 2) Datasets
- Array rank and dimensions, datatypes, and data values are compared.
- 3) Datatypes
- The comparison is based on the return value of H5Tequal.
- 4) Symbolic links
- The paths to the target objects are compared.
- (The option --follow-symlinks overrides the default behavior when
- symbolic links are compared.).
-
- Subsetting options:
- --no-compact-subset Disable compact form of subsetting and allow the use
- of "[" in dataset names.
- Subsetting is available by using the fcompact form of subsetting, as follows:
- obj1 /foo/mydataset[START;STRIDE;COUNT;BLOCK]
- It is not required to use all parameters, but until the last parameter value used,
- all of the semicolons (;) are required, even when a parameter value is not specified. Example:
- obj1 /foo/mydataset[START;;COUNT;BLOCK]
- obj1 /foo/mydataset[START]
- The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in
- each dimension. START is optional and will default to 0 in each dimension.
- Each of START, STRIDE, COUNT, and BLOCK must be a comma-separated list of integers with
- one integer for each dimension of the dataset.
-
- Exit code:
- 0 if no differences, 1 if differences found, 2 if error
-
- Examples of use:
- 1) h5diff file1 file2 /g1/dset1 /g1/dset2
- Compares object '/g1/dset1' in file1 with '/g1/dset2' in file2
-
- 2) h5diff file1 file2 /g1/dset1
- Compares object '/g1/dset1' in both files
-
- 3) h5diff file1 file2
- Compares all objects in both files
-
- Notes:
- file1 and file2 can be the same file.
- Use h5diff file1 file1 /g1/dset1 /g1/dset2 to compare
- '/g1/dset1' and '/g1/dset2' in the same file
-
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_625.txt b/tools/test/h5diff/testfiles/h5diff_625.txt
deleted file mode 100644
index 3bc194a..0000000
--- a/tools/test/h5diff/testfiles/h5diff_625.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_626.txt b/tools/test/h5diff/testfiles/h5diff_626.txt
deleted file mode 100644
index 6494066..0000000
--- a/tools/test/h5diff/testfiles/h5diff_626.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-3 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_627.txt b/tools/test/h5diff/testfiles/h5diff_627.txt
deleted file mode 100644
index db14532..0000000
--- a/tools/test/h5diff/testfiles/h5diff_627.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-6 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_628.txt b/tools/test/h5diff/testfiles/h5diff_628.txt
deleted file mode 100644
index e11d8ee..0000000
--- a/tools/test/h5diff/testfiles/h5diff_628.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/dset3> and </g1/dset4>
-1 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_629.txt b/tools/test/h5diff/testfiles/h5diff_629.txt
deleted file mode 100644
index 962c2b0..0000000
--- a/tools/test/h5diff/testfiles/h5diff_629.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-h5diff: <file1.h6>: unable to open file
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_63.txt b/tools/test/h5diff/testfiles/h5diff_63.txt
deleted file mode 100644
index 6b46c18..0000000
--- a/tools/test/h5diff/testfiles/h5diff_63.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </string4> and </string4>
-size: [3] [3]
-position string4 string4 difference
-------------------------------------------------------------
-[ 1 ] 8
-[ 1 ] 9
-[ 2 ] 8
-[ 2 ] 9
-4 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_630.txt b/tools/test/h5diff/testfiles/h5diff_630.txt
deleted file mode 100644
index aaf0148..0000000
--- a/tools/test/h5diff/testfiles/h5diff_630.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/fp18> and </g1/fp18_COPY>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_631.txt b/tools/test/h5diff/testfiles/h5diff_631.txt
deleted file mode 100644
index aaf0148..0000000
--- a/tools/test/h5diff/testfiles/h5diff_631.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-dataset: </g1/fp18> and </g1/fp18_COPY>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_640.txt b/tools/test/h5diff/testfiles/h5diff_640.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_640.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_641.txt b/tools/test/h5diff/testfiles/h5diff_641.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_641.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_642.txt b/tools/test/h5diff/testfiles/h5diff_642.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_642.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_643.txt b/tools/test/h5diff/testfiles/h5diff_643.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_643.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_644.txt b/tools/test/h5diff/testfiles/h5diff_644.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_644.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_645.txt b/tools/test/h5diff/testfiles/h5diff_645.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_645.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_646.txt b/tools/test/h5diff/testfiles/h5diff_646.txt
deleted file mode 100644
index 4c956a6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_646.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
-use no more than one.
-Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_70.txt b/tools/test/h5diff/testfiles/h5diff_70.txt
deleted file mode 100644
index b0b8bf6..0000000
--- a/tools/test/h5diff/testfiles/h5diff_70.txt
+++ /dev/null
@@ -1,2064 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g1
-
-group : </> and </>
-0 differences found
-attribute: <VLstring of </>> and <VLstring of </>>
-size: [2] [2]
-position VLstring of </> VLstring of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </>> and <VLstring2D of </>>
-size: [3x2] [3x2]
-position VLstring2D of </> VLstring2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </>> and <VLstring3D of </>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </> VLstring3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </>> and <array of </>>
-size: [2] [2]
-position array of </> array of </> 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
-attribute: <array2D of </>> and <array2D of </>>
-size: [3x2] [3x2]
-position array2D of </> array2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </>> and <array3D of </>>
-size: [4x3x2] [4x3x2]
-position array3D of </> array3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </>> and <bitfield of </>>
-size: [2] [2]
-position bitfield of </> bitfield of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </>> and <bitfield2D of </>>
-size: [3x2] [3x2]
-position bitfield2D of </> bitfield2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </>> and <bitfield3D of </>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </> bitfield3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </>> and <compound of </>>
-size: [2] [2]
-position compound of </> compound of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </>> and <compound2D of </>>
-size: [3x2] [3x2]
-position compound2D of </> compound2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </>> and <compound3D of </>>
-size: [4x3x2] [4x3x2]
-position compound3D of </> compound3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </>> and <enum of </>>
-size: [2] [2]
-position enum of </> enum of </> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </>> and <enum2D of </>>
-size: [3x2] [3x2]
-position enum2D of </> enum2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </>> and <enum3D of </>>
-size: [4x3x2] [4x3x2]
-position enum3D of </> enum3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </>> and <float of </>>
-size: [2] [2]
-position float of </> float of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </>> and <float2D of </>>
-size: [3x2] [3x2]
-position float2D of </> float2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </>> and <float3D of </>>
-size: [4x3x2] [4x3x2]
-position float3D of </> float3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </>> and <integer of </>>
-size: [2] [2]
-position integer of </> integer of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </>> and <integer2D of </>>
-size: [3x2] [3x2]
-position integer2D of </> integer2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </>> and <integer3D of </>>
-size: [4x3x2] [4x3x2]
-position integer3D of </> integer3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </>> and <opaque of </>>
-size: [2] [2]
-position opaque of </> opaque of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </>> and <opaque2D of </>>
-size: [3x2] [3x2]
-position opaque2D of </> opaque2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </>> and <opaque3D of </>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </> opaque3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </>> and <string of </>>
-size: [2] [2]
-position string of </> string of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </>> and <string2D of </>>
-size: [3x2] [3x2]
-position string2D of </> string2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </>> and <string3D of </>>
-size: [4x3x2] [4x3x2]
-position string3D of </> string3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </>> and <vlen of </>>
-size: [2] [2]
-position vlen of </> vlen of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </>> and <vlen2D of </>>
-size: [3x2] [3x2]
-position vlen2D of </> vlen2D of </> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </>> and <vlen3D of </>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </> vlen3D of </> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-dataset: </dset> and </dset>
-Not comparable: </dset> or </dset> is an empty dataset
-0 differences found
-attribute: <VLstring of </dset>> and <VLstring of </dset>>
-size: [2] [2]
-position VLstring of </dset> VLstring of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </dset>> and <VLstring2D of </dset>>
-size: [3x2] [3x2]
-position VLstring2D of </dset> VLstring2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </dset>> and <VLstring3D of </dset>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </dset> VLstring3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </dset>> and <array of </dset>>
-size: [2] [2]
-position array of </dset> array of </dset> 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
-attribute: <array2D of </dset>> and <array2D of </dset>>
-size: [3x2] [3x2]
-position array2D of </dset> array2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </dset>> and <array3D of </dset>>
-size: [4x3x2] [4x3x2]
-position array3D of </dset> array3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </dset>> and <bitfield of </dset>>
-size: [2] [2]
-position bitfield of </dset> bitfield of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </dset>> and <bitfield2D of </dset>>
-size: [3x2] [3x2]
-position bitfield2D of </dset> bitfield2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </dset>> and <bitfield3D of </dset>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </dset> bitfield3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </dset>> and <compound of </dset>>
-size: [2] [2]
-position compound of </dset> compound of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </dset>> and <compound2D of </dset>>
-size: [3x2] [3x2]
-position compound2D of </dset> compound2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </dset>> and <compound3D of </dset>>
-size: [4x3x2] [4x3x2]
-position compound3D of </dset> compound3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </dset>> and <enum of </dset>>
-size: [2] [2]
-position enum of </dset> enum of </dset> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </dset>> and <enum2D of </dset>>
-size: [3x2] [3x2]
-position enum2D of </dset> enum2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </dset>> and <enum3D of </dset>>
-size: [4x3x2] [4x3x2]
-position enum3D of </dset> enum3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </dset>> and <float of </dset>>
-size: [2] [2]
-position float of </dset> float of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </dset>> and <float2D of </dset>>
-size: [3x2] [3x2]
-position float2D of </dset> float2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </dset>> and <float3D of </dset>>
-size: [4x3x2] [4x3x2]
-position float3D of </dset> float3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </dset>> and <integer of </dset>>
-size: [2] [2]
-position integer of </dset> integer of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </dset>> and <integer2D of </dset>>
-size: [3x2] [3x2]
-position integer2D of </dset> integer2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </dset>> and <integer3D of </dset>>
-size: [4x3x2] [4x3x2]
-position integer3D of </dset> integer3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </dset>> and <opaque of </dset>>
-size: [2] [2]
-position opaque of </dset> opaque of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </dset>> and <opaque2D of </dset>>
-size: [3x2] [3x2]
-position opaque2D of </dset> opaque2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </dset>> and <opaque3D of </dset>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </dset> opaque3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <reference of </dset>> and <reference of </dset>>
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-0 differences found
-attribute: <reference2D of </dset>> and <reference2D of </dset>>
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-0 differences found
-attribute: <reference3D of </dset>> and <reference3D of </dset>>
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-0 differences found
-attribute: <string of </dset>> and <string of </dset>>
-size: [2] [2]
-position string of </dset> string of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </dset>> and <string2D of </dset>>
-size: [3x2] [3x2]
-position string2D of </dset> string2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </dset>> and <string3D of </dset>>
-size: [4x3x2] [4x3x2]
-position string3D of </dset> string3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </dset>> and <vlen of </dset>>
-size: [2] [2]
-position vlen of </dset> vlen of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </dset>> and <vlen2D of </dset>>
-size: [3x2] [3x2]
-position vlen2D of </dset> vlen2D of </dset> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </dset>> and <vlen3D of </dset>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </dset> vlen3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-group : </g1> and </g1>
-0 differences found
-attribute: <VLstring of </g1>> and <VLstring of </g1>>
-size: [2] [2]
-position VLstring of </g1> VLstring of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </g1>> and <VLstring2D of </g1>>
-size: [3x2] [3x2]
-position VLstring2D of </g1> VLstring2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </g1>> and <VLstring3D of </g1>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </g1> VLstring3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </g1>> and <array of </g1>>
-size: [2] [2]
-position array of </g1> array of </g1> 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
-attribute: <array2D of </g1>> and <array2D of </g1>>
-size: [3x2] [3x2]
-position array2D of </g1> array2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-size: [4x3x2] [4x3x2]
-position array3D of </g1> array3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-size: [2] [2]
-position bitfield of </g1> bitfield of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-size: [3x2] [3x2]
-position bitfield2D of </g1> bitfield2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </g1> bitfield3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-size: [2] [2]
-position compound of </g1> compound of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-size: [3x2] [3x2]
-position compound2D of </g1> compound2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-size: [4x3x2] [4x3x2]
-position compound3D of </g1> compound3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-size: [2] [2]
-position enum of </g1> enum of </g1> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-size: [3x2] [3x2]
-position enum2D of </g1> enum2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-size: [4x3x2] [4x3x2]
-position enum3D of </g1> enum3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </g1>> and <float of </g1>>
-size: [2] [2]
-position float of </g1> float of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-size: [3x2] [3x2]
-position float2D of </g1> float2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-size: [4x3x2] [4x3x2]
-position float3D of </g1> float3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-size: [2] [2]
-position integer of </g1> integer of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-size: [3x2] [3x2]
-position integer2D of </g1> integer2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-size: [4x3x2] [4x3x2]
-position integer3D of </g1> integer3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-size: [2] [2]
-position opaque of </g1> opaque of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-size: [3x2] [3x2]
-position opaque2D of </g1> opaque2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </g1> opaque3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </g1>> and <string of </g1>>
-size: [2] [2]
-position string of </g1> string of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </g1>> and <string2D of </g1>>
-size: [3x2] [3x2]
-position string2D of </g1> string2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </g1>> and <string3D of </g1>>
-size: [4x3x2] [4x3x2]
-position string3D of </g1> string3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </g1>> and <vlen of </g1>>
-size: [2] [2]
-position vlen of </g1> vlen of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-size: [3x2] [3x2]
-position vlen2D of </g1> vlen2D of </g1> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </g1> vlen3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_700.txt b/tools/test/h5diff/testfiles/h5diff_700.txt
deleted file mode 100644
index 6cf9893..0000000
--- a/tools/test/h5diff/testfiles/h5diff_700.txt
+++ /dev/null
@@ -1,2070 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g1
-
-
-group : </> and </>
-0 differences found
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </>> and <VLstring of </>>
-size: [2] [2]
-position VLstring of </> VLstring of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </>> and <VLstring2D of </>>
-size: [3x2] [3x2]
-position VLstring2D of </> VLstring2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </>> and <VLstring3D of </>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </> VLstring3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </>> and <array of </>>
-size: [2] [2]
-position array of </> array of </> 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
-attribute: <array2D of </>> and <array2D of </>>
-size: [3x2] [3x2]
-position array2D of </> array2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </>> and <array3D of </>>
-size: [4x3x2] [4x3x2]
-position array3D of </> array3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </>> and <bitfield of </>>
-size: [2] [2]
-position bitfield of </> bitfield of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </>> and <bitfield2D of </>>
-size: [3x2] [3x2]
-position bitfield2D of </> bitfield2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </>> and <bitfield3D of </>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </> bitfield3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </>> and <compound of </>>
-size: [2] [2]
-position compound of </> compound of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </>> and <compound2D of </>>
-size: [3x2] [3x2]
-position compound2D of </> compound2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </>> and <compound3D of </>>
-size: [4x3x2] [4x3x2]
-position compound3D of </> compound3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </>> and <enum of </>>
-size: [2] [2]
-position enum of </> enum of </> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </>> and <enum2D of </>>
-size: [3x2] [3x2]
-position enum2D of </> enum2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </>> and <enum3D of </>>
-size: [4x3x2] [4x3x2]
-position enum3D of </> enum3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </>> and <float of </>>
-size: [2] [2]
-position float of </> float of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </>> and <float2D of </>>
-size: [3x2] [3x2]
-position float2D of </> float2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </>> and <float3D of </>>
-size: [4x3x2] [4x3x2]
-position float3D of </> float3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </>> and <integer of </>>
-size: [2] [2]
-position integer of </> integer of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </>> and <integer2D of </>>
-size: [3x2] [3x2]
-position integer2D of </> integer2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </>> and <integer3D of </>>
-size: [4x3x2] [4x3x2]
-position integer3D of </> integer3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </>> and <opaque of </>>
-size: [2] [2]
-position opaque of </> opaque of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </>> and <opaque2D of </>>
-size: [3x2] [3x2]
-position opaque2D of </> opaque2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </>> and <opaque3D of </>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </> opaque3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </>> and <string of </>>
-size: [2] [2]
-position string of </> string of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </>> and <string2D of </>>
-size: [3x2] [3x2]
-position string2D of </> string2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </>> and <string3D of </>>
-size: [4x3x2] [4x3x2]
-position string3D of </> string3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </>> and <vlen of </>>
-size: [2] [2]
-position vlen of </> vlen of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </>> and <vlen2D of </>>
-size: [3x2] [3x2]
-position vlen2D of </> vlen2D of </> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </>> and <vlen3D of </>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </> vlen3D of </> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-dataset: </dset> and </dset>
-Not comparable: </dset> or </dset> is an empty dataset
-0 differences found
-Attributes status: 33 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </dset>> and <VLstring of </dset>>
-size: [2] [2]
-position VLstring of </dset> VLstring of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </dset>> and <VLstring2D of </dset>>
-size: [3x2] [3x2]
-position VLstring2D of </dset> VLstring2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </dset>> and <VLstring3D of </dset>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </dset> VLstring3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </dset>> and <array of </dset>>
-size: [2] [2]
-position array of </dset> array of </dset> 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
-attribute: <array2D of </dset>> and <array2D of </dset>>
-size: [3x2] [3x2]
-position array2D of </dset> array2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </dset>> and <array3D of </dset>>
-size: [4x3x2] [4x3x2]
-position array3D of </dset> array3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </dset>> and <bitfield of </dset>>
-size: [2] [2]
-position bitfield of </dset> bitfield of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </dset>> and <bitfield2D of </dset>>
-size: [3x2] [3x2]
-position bitfield2D of </dset> bitfield2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </dset>> and <bitfield3D of </dset>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </dset> bitfield3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </dset>> and <compound of </dset>>
-size: [2] [2]
-position compound of </dset> compound of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </dset>> and <compound2D of </dset>>
-size: [3x2] [3x2]
-position compound2D of </dset> compound2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </dset>> and <compound3D of </dset>>
-size: [4x3x2] [4x3x2]
-position compound3D of </dset> compound3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </dset>> and <enum of </dset>>
-size: [2] [2]
-position enum of </dset> enum of </dset> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </dset>> and <enum2D of </dset>>
-size: [3x2] [3x2]
-position enum2D of </dset> enum2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </dset>> and <enum3D of </dset>>
-size: [4x3x2] [4x3x2]
-position enum3D of </dset> enum3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </dset>> and <float of </dset>>
-size: [2] [2]
-position float of </dset> float of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </dset>> and <float2D of </dset>>
-size: [3x2] [3x2]
-position float2D of </dset> float2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </dset>> and <float3D of </dset>>
-size: [4x3x2] [4x3x2]
-position float3D of </dset> float3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </dset>> and <integer of </dset>>
-size: [2] [2]
-position integer of </dset> integer of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </dset>> and <integer2D of </dset>>
-size: [3x2] [3x2]
-position integer2D of </dset> integer2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </dset>> and <integer3D of </dset>>
-size: [4x3x2] [4x3x2]
-position integer3D of </dset> integer3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </dset>> and <opaque of </dset>>
-size: [2] [2]
-position opaque of </dset> opaque of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </dset>> and <opaque2D of </dset>>
-size: [3x2] [3x2]
-position opaque2D of </dset> opaque2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </dset>> and <opaque3D of </dset>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </dset> opaque3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <reference of </dset>> and <reference of </dset>>
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-0 differences found
-attribute: <reference2D of </dset>> and <reference2D of </dset>>
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-0 differences found
-attribute: <reference3D of </dset>> and <reference3D of </dset>>
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-0 differences found
-attribute: <string of </dset>> and <string of </dset>>
-size: [2] [2]
-position string of </dset> string of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </dset>> and <string2D of </dset>>
-size: [3x2] [3x2]
-position string2D of </dset> string2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </dset>> and <string3D of </dset>>
-size: [4x3x2] [4x3x2]
-position string3D of </dset> string3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </dset>> and <vlen of </dset>>
-size: [2] [2]
-position vlen of </dset> vlen of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </dset>> and <vlen2D of </dset>>
-size: [3x2] [3x2]
-position vlen2D of </dset> vlen2D of </dset> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </dset>> and <vlen3D of </dset>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </dset> vlen3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-group : </g1> and </g1>
-0 differences found
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </g1>> and <VLstring of </g1>>
-size: [2] [2]
-position VLstring of </g1> VLstring of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </g1>> and <VLstring2D of </g1>>
-size: [3x2] [3x2]
-position VLstring2D of </g1> VLstring2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </g1>> and <VLstring3D of </g1>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </g1> VLstring3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </g1>> and <array of </g1>>
-size: [2] [2]
-position array of </g1> array of </g1> 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
-attribute: <array2D of </g1>> and <array2D of </g1>>
-size: [3x2] [3x2]
-position array2D of </g1> array2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-size: [4x3x2] [4x3x2]
-position array3D of </g1> array3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-size: [2] [2]
-position bitfield of </g1> bitfield of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-size: [3x2] [3x2]
-position bitfield2D of </g1> bitfield2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </g1> bitfield3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-size: [2] [2]
-position compound of </g1> compound of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-size: [3x2] [3x2]
-position compound2D of </g1> compound2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-size: [4x3x2] [4x3x2]
-position compound3D of </g1> compound3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-size: [2] [2]
-position enum of </g1> enum of </g1> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-size: [3x2] [3x2]
-position enum2D of </g1> enum2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-size: [4x3x2] [4x3x2]
-position enum3D of </g1> enum3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </g1>> and <float of </g1>>
-size: [2] [2]
-position float of </g1> float of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-size: [3x2] [3x2]
-position float2D of </g1> float2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-size: [4x3x2] [4x3x2]
-position float3D of </g1> float3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-size: [2] [2]
-position integer of </g1> integer of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-size: [3x2] [3x2]
-position integer2D of </g1> integer2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-size: [4x3x2] [4x3x2]
-position integer3D of </g1> integer3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-size: [2] [2]
-position opaque of </g1> opaque of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-size: [3x2] [3x2]
-position opaque2D of </g1> opaque2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </g1> opaque3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </g1>> and <string of </g1>>
-size: [2] [2]
-position string of </g1> string of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </g1>> and <string2D of </g1>>
-size: [3x2] [3x2]
-position string2D of </g1> string2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </g1>> and <string3D of </g1>>
-size: [4x3x2] [4x3x2]
-position string3D of </g1> string3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </g1>> and <vlen of </g1>>
-size: [2] [2]
-position vlen of </g1> vlen of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-size: [3x2] [3x2]
-position vlen2D of </g1> vlen2D of </g1> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </g1> vlen3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_701.txt b/tools/test/h5diff/testfiles/h5diff_701.txt
deleted file mode 100644
index 4187754..0000000
--- a/tools/test/h5diff/testfiles/h5diff_701.txt
+++ /dev/null
@@ -1,2169 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g1
-
-
-group : </> and </>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </>> and <VLstring of </>>
-size: [2] [2]
-position VLstring of </> VLstring of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </>> and <VLstring2D of </>>
-size: [3x2] [3x2]
-position VLstring2D of </> VLstring2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </>> and <VLstring3D of </>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </> VLstring3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </>> and <array of </>>
-size: [2] [2]
-position array of </> array of </> 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
-attribute: <array2D of </>> and <array2D of </>>
-size: [3x2] [3x2]
-position array2D of </> array2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </>> and <array3D of </>>
-size: [4x3x2] [4x3x2]
-position array3D of </> array3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </>> and <bitfield of </>>
-size: [2] [2]
-position bitfield of </> bitfield of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </>> and <bitfield2D of </>>
-size: [3x2] [3x2]
-position bitfield2D of </> bitfield2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </>> and <bitfield3D of </>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </> bitfield3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </>> and <compound of </>>
-size: [2] [2]
-position compound of </> compound of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </>> and <compound2D of </>>
-size: [3x2] [3x2]
-position compound2D of </> compound2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </>> and <compound3D of </>>
-size: [4x3x2] [4x3x2]
-position compound3D of </> compound3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </>> and <enum of </>>
-size: [2] [2]
-position enum of </> enum of </> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </>> and <enum2D of </>>
-size: [3x2] [3x2]
-position enum2D of </> enum2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </>> and <enum3D of </>>
-size: [4x3x2] [4x3x2]
-position enum3D of </> enum3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </>> and <float of </>>
-size: [2] [2]
-position float of </> float of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </>> and <float2D of </>>
-size: [3x2] [3x2]
-position float2D of </> float2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </>> and <float3D of </>>
-size: [4x3x2] [4x3x2]
-position float3D of </> float3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </>> and <integer of </>>
-size: [2] [2]
-position integer of </> integer of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </>> and <integer2D of </>>
-size: [3x2] [3x2]
-position integer2D of </> integer2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </>> and <integer3D of </>>
-size: [4x3x2] [4x3x2]
-position integer3D of </> integer3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </>> and <opaque of </>>
-size: [2] [2]
-position opaque of </> opaque of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </>> and <opaque2D of </>>
-size: [3x2] [3x2]
-position opaque2D of </> opaque2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </>> and <opaque3D of </>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </> opaque3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </>> and <string of </>>
-size: [2] [2]
-position string of </> string of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </>> and <string2D of </>>
-size: [3x2] [3x2]
-position string2D of </> string2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </>> and <string3D of </>>
-size: [4x3x2] [4x3x2]
-position string3D of </> string3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </>> and <vlen of </>>
-size: [2] [2]
-position vlen of </> vlen of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </>> and <vlen2D of </>>
-size: [3x2] [3x2]
-position vlen2D of </> vlen2D of </> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </>> and <vlen3D of </>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </> vlen3D of </> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-dataset: </dset> and </dset>
-Not comparable: </dset> or </dset> is an empty dataset
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x reference
- x x reference2D
- x x reference3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 33 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </dset>> and <VLstring of </dset>>
-size: [2] [2]
-position VLstring of </dset> VLstring of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </dset>> and <VLstring2D of </dset>>
-size: [3x2] [3x2]
-position VLstring2D of </dset> VLstring2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </dset>> and <VLstring3D of </dset>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </dset> VLstring3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </dset>> and <array of </dset>>
-size: [2] [2]
-position array of </dset> array of </dset> 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
-attribute: <array2D of </dset>> and <array2D of </dset>>
-size: [3x2] [3x2]
-position array2D of </dset> array2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </dset>> and <array3D of </dset>>
-size: [4x3x2] [4x3x2]
-position array3D of </dset> array3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </dset>> and <bitfield of </dset>>
-size: [2] [2]
-position bitfield of </dset> bitfield of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </dset>> and <bitfield2D of </dset>>
-size: [3x2] [3x2]
-position bitfield2D of </dset> bitfield2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </dset>> and <bitfield3D of </dset>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </dset> bitfield3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </dset>> and <compound of </dset>>
-size: [2] [2]
-position compound of </dset> compound of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </dset>> and <compound2D of </dset>>
-size: [3x2] [3x2]
-position compound2D of </dset> compound2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </dset>> and <compound3D of </dset>>
-size: [4x3x2] [4x3x2]
-position compound3D of </dset> compound3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </dset>> and <enum of </dset>>
-size: [2] [2]
-position enum of </dset> enum of </dset> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </dset>> and <enum2D of </dset>>
-size: [3x2] [3x2]
-position enum2D of </dset> enum2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </dset>> and <enum3D of </dset>>
-size: [4x3x2] [4x3x2]
-position enum3D of </dset> enum3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </dset>> and <float of </dset>>
-size: [2] [2]
-position float of </dset> float of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </dset>> and <float2D of </dset>>
-size: [3x2] [3x2]
-position float2D of </dset> float2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </dset>> and <float3D of </dset>>
-size: [4x3x2] [4x3x2]
-position float3D of </dset> float3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </dset>> and <integer of </dset>>
-size: [2] [2]
-position integer of </dset> integer of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </dset>> and <integer2D of </dset>>
-size: [3x2] [3x2]
-position integer2D of </dset> integer2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </dset>> and <integer3D of </dset>>
-size: [4x3x2] [4x3x2]
-position integer3D of </dset> integer3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </dset>> and <opaque of </dset>>
-size: [2] [2]
-position opaque of </dset> opaque of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </dset>> and <opaque2D of </dset>>
-size: [3x2] [3x2]
-position opaque2D of </dset> opaque2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </dset>> and <opaque3D of </dset>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </dset> opaque3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <reference of </dset>> and <reference of </dset>>
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-0 differences found
-attribute: <reference2D of </dset>> and <reference2D of </dset>>
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-0 differences found
-attribute: <reference3D of </dset>> and <reference3D of </dset>>
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-0 differences found
-attribute: <string of </dset>> and <string of </dset>>
-size: [2] [2]
-position string of </dset> string of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </dset>> and <string2D of </dset>>
-size: [3x2] [3x2]
-position string2D of </dset> string2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </dset>> and <string3D of </dset>>
-size: [4x3x2] [4x3x2]
-position string3D of </dset> string3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </dset>> and <vlen of </dset>>
-size: [2] [2]
-position vlen of </dset> vlen of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </dset>> and <vlen2D of </dset>>
-size: [3x2] [3x2]
-position vlen2D of </dset> vlen2D of </dset> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </dset>> and <vlen3D of </dset>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </dset> vlen3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-group : </g1> and </g1>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </g1>> and <VLstring of </g1>>
-size: [2] [2]
-position VLstring of </g1> VLstring of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </g1>> and <VLstring2D of </g1>>
-size: [3x2] [3x2]
-position VLstring2D of </g1> VLstring2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </g1>> and <VLstring3D of </g1>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </g1> VLstring3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </g1>> and <array of </g1>>
-size: [2] [2]
-position array of </g1> array of </g1> 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
-attribute: <array2D of </g1>> and <array2D of </g1>>
-size: [3x2] [3x2]
-position array2D of </g1> array2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-size: [4x3x2] [4x3x2]
-position array3D of </g1> array3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-size: [2] [2]
-position bitfield of </g1> bitfield of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-size: [3x2] [3x2]
-position bitfield2D of </g1> bitfield2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </g1> bitfield3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-size: [2] [2]
-position compound of </g1> compound of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-size: [3x2] [3x2]
-position compound2D of </g1> compound2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-size: [4x3x2] [4x3x2]
-position compound3D of </g1> compound3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-size: [2] [2]
-position enum of </g1> enum of </g1> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-size: [3x2] [3x2]
-position enum2D of </g1> enum2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-size: [4x3x2] [4x3x2]
-position enum3D of </g1> enum3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </g1>> and <float of </g1>>
-size: [2] [2]
-position float of </g1> float of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-size: [3x2] [3x2]
-position float2D of </g1> float2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-size: [4x3x2] [4x3x2]
-position float3D of </g1> float3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-size: [2] [2]
-position integer of </g1> integer of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-size: [3x2] [3x2]
-position integer2D of </g1> integer2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-size: [4x3x2] [4x3x2]
-position integer3D of </g1> integer3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-size: [2] [2]
-position opaque of </g1> opaque of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-size: [3x2] [3x2]
-position opaque2D of </g1> opaque2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </g1> opaque3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </g1>> and <string of </g1>>
-size: [2] [2]
-position string of </g1> string of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </g1>> and <string2D of </g1>>
-size: [3x2] [3x2]
-position string2D of </g1> string2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </g1>> and <string3D of </g1>>
-size: [4x3x2] [4x3x2]
-position string3D of </g1> string3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </g1>> and <vlen of </g1>>
-size: [2] [2]
-position vlen of </g1> vlen of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-size: [3x2] [3x2]
-position vlen2D of </g1> vlen2D of </g1> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </g1> vlen3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_702.txt b/tools/test/h5diff/testfiles/h5diff_702.txt
deleted file mode 100644
index 6cf9893..0000000
--- a/tools/test/h5diff/testfiles/h5diff_702.txt
+++ /dev/null
@@ -1,2070 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g1
-
-
-group : </> and </>
-0 differences found
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </>> and <VLstring of </>>
-size: [2] [2]
-position VLstring of </> VLstring of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </>> and <VLstring2D of </>>
-size: [3x2] [3x2]
-position VLstring2D of </> VLstring2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </>> and <VLstring3D of </>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </> VLstring3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </>> and <array of </>>
-size: [2] [2]
-position array of </> array of </> 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
-attribute: <array2D of </>> and <array2D of </>>
-size: [3x2] [3x2]
-position array2D of </> array2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </>> and <array3D of </>>
-size: [4x3x2] [4x3x2]
-position array3D of </> array3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </>> and <bitfield of </>>
-size: [2] [2]
-position bitfield of </> bitfield of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </>> and <bitfield2D of </>>
-size: [3x2] [3x2]
-position bitfield2D of </> bitfield2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </>> and <bitfield3D of </>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </> bitfield3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </>> and <compound of </>>
-size: [2] [2]
-position compound of </> compound of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </>> and <compound2D of </>>
-size: [3x2] [3x2]
-position compound2D of </> compound2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </>> and <compound3D of </>>
-size: [4x3x2] [4x3x2]
-position compound3D of </> compound3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </>> and <enum of </>>
-size: [2] [2]
-position enum of </> enum of </> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </>> and <enum2D of </>>
-size: [3x2] [3x2]
-position enum2D of </> enum2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </>> and <enum3D of </>>
-size: [4x3x2] [4x3x2]
-position enum3D of </> enum3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </>> and <float of </>>
-size: [2] [2]
-position float of </> float of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </>> and <float2D of </>>
-size: [3x2] [3x2]
-position float2D of </> float2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </>> and <float3D of </>>
-size: [4x3x2] [4x3x2]
-position float3D of </> float3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </>> and <integer of </>>
-size: [2] [2]
-position integer of </> integer of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </>> and <integer2D of </>>
-size: [3x2] [3x2]
-position integer2D of </> integer2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </>> and <integer3D of </>>
-size: [4x3x2] [4x3x2]
-position integer3D of </> integer3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </>> and <opaque of </>>
-size: [2] [2]
-position opaque of </> opaque of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </>> and <opaque2D of </>>
-size: [3x2] [3x2]
-position opaque2D of </> opaque2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </>> and <opaque3D of </>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </> opaque3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </>> and <string of </>>
-size: [2] [2]
-position string of </> string of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </>> and <string2D of </>>
-size: [3x2] [3x2]
-position string2D of </> string2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </>> and <string3D of </>>
-size: [4x3x2] [4x3x2]
-position string3D of </> string3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </>> and <vlen of </>>
-size: [2] [2]
-position vlen of </> vlen of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </>> and <vlen2D of </>>
-size: [3x2] [3x2]
-position vlen2D of </> vlen2D of </> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </>> and <vlen3D of </>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </> vlen3D of </> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-dataset: </dset> and </dset>
-Not comparable: </dset> or </dset> is an empty dataset
-0 differences found
-Attributes status: 33 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </dset>> and <VLstring of </dset>>
-size: [2] [2]
-position VLstring of </dset> VLstring of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </dset>> and <VLstring2D of </dset>>
-size: [3x2] [3x2]
-position VLstring2D of </dset> VLstring2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </dset>> and <VLstring3D of </dset>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </dset> VLstring3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </dset>> and <array of </dset>>
-size: [2] [2]
-position array of </dset> array of </dset> 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
-attribute: <array2D of </dset>> and <array2D of </dset>>
-size: [3x2] [3x2]
-position array2D of </dset> array2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </dset>> and <array3D of </dset>>
-size: [4x3x2] [4x3x2]
-position array3D of </dset> array3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </dset>> and <bitfield of </dset>>
-size: [2] [2]
-position bitfield of </dset> bitfield of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </dset>> and <bitfield2D of </dset>>
-size: [3x2] [3x2]
-position bitfield2D of </dset> bitfield2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </dset>> and <bitfield3D of </dset>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </dset> bitfield3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </dset>> and <compound of </dset>>
-size: [2] [2]
-position compound of </dset> compound of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </dset>> and <compound2D of </dset>>
-size: [3x2] [3x2]
-position compound2D of </dset> compound2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </dset>> and <compound3D of </dset>>
-size: [4x3x2] [4x3x2]
-position compound3D of </dset> compound3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </dset>> and <enum of </dset>>
-size: [2] [2]
-position enum of </dset> enum of </dset> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </dset>> and <enum2D of </dset>>
-size: [3x2] [3x2]
-position enum2D of </dset> enum2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </dset>> and <enum3D of </dset>>
-size: [4x3x2] [4x3x2]
-position enum3D of </dset> enum3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </dset>> and <float of </dset>>
-size: [2] [2]
-position float of </dset> float of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </dset>> and <float2D of </dset>>
-size: [3x2] [3x2]
-position float2D of </dset> float2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </dset>> and <float3D of </dset>>
-size: [4x3x2] [4x3x2]
-position float3D of </dset> float3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </dset>> and <integer of </dset>>
-size: [2] [2]
-position integer of </dset> integer of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </dset>> and <integer2D of </dset>>
-size: [3x2] [3x2]
-position integer2D of </dset> integer2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </dset>> and <integer3D of </dset>>
-size: [4x3x2] [4x3x2]
-position integer3D of </dset> integer3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </dset>> and <opaque of </dset>>
-size: [2] [2]
-position opaque of </dset> opaque of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </dset>> and <opaque2D of </dset>>
-size: [3x2] [3x2]
-position opaque2D of </dset> opaque2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </dset>> and <opaque3D of </dset>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </dset> opaque3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <reference of </dset>> and <reference of </dset>>
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-0 differences found
-attribute: <reference2D of </dset>> and <reference2D of </dset>>
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-0 differences found
-attribute: <reference3D of </dset>> and <reference3D of </dset>>
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-0 differences found
-attribute: <string of </dset>> and <string of </dset>>
-size: [2] [2]
-position string of </dset> string of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </dset>> and <string2D of </dset>>
-size: [3x2] [3x2]
-position string2D of </dset> string2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </dset>> and <string3D of </dset>>
-size: [4x3x2] [4x3x2]
-position string3D of </dset> string3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </dset>> and <vlen of </dset>>
-size: [2] [2]
-position vlen of </dset> vlen of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </dset>> and <vlen2D of </dset>>
-size: [3x2] [3x2]
-position vlen2D of </dset> vlen2D of </dset> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </dset>> and <vlen3D of </dset>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </dset> vlen3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-group : </g1> and </g1>
-0 differences found
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </g1>> and <VLstring of </g1>>
-size: [2] [2]
-position VLstring of </g1> VLstring of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </g1>> and <VLstring2D of </g1>>
-size: [3x2] [3x2]
-position VLstring2D of </g1> VLstring2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </g1>> and <VLstring3D of </g1>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </g1> VLstring3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </g1>> and <array of </g1>>
-size: [2] [2]
-position array of </g1> array of </g1> 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
-attribute: <array2D of </g1>> and <array2D of </g1>>
-size: [3x2] [3x2]
-position array2D of </g1> array2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-size: [4x3x2] [4x3x2]
-position array3D of </g1> array3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-size: [2] [2]
-position bitfield of </g1> bitfield of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-size: [3x2] [3x2]
-position bitfield2D of </g1> bitfield2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </g1> bitfield3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-size: [2] [2]
-position compound of </g1> compound of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-size: [3x2] [3x2]
-position compound2D of </g1> compound2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-size: [4x3x2] [4x3x2]
-position compound3D of </g1> compound3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-size: [2] [2]
-position enum of </g1> enum of </g1> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-size: [3x2] [3x2]
-position enum2D of </g1> enum2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-size: [4x3x2] [4x3x2]
-position enum3D of </g1> enum3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </g1>> and <float of </g1>>
-size: [2] [2]
-position float of </g1> float of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-size: [3x2] [3x2]
-position float2D of </g1> float2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-size: [4x3x2] [4x3x2]
-position float3D of </g1> float3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-size: [2] [2]
-position integer of </g1> integer of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-size: [3x2] [3x2]
-position integer2D of </g1> integer2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-size: [4x3x2] [4x3x2]
-position integer3D of </g1> integer3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-size: [2] [2]
-position opaque of </g1> opaque of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-size: [3x2] [3x2]
-position opaque2D of </g1> opaque2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </g1> opaque3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </g1>> and <string of </g1>>
-size: [2] [2]
-position string of </g1> string of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </g1>> and <string2D of </g1>>
-size: [3x2] [3x2]
-position string2D of </g1> string2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </g1>> and <string3D of </g1>>
-size: [4x3x2] [4x3x2]
-position string3D of </g1> string3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </g1>> and <vlen of </g1>>
-size: [2] [2]
-position vlen of </g1> vlen of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-size: [3x2] [3x2]
-position vlen2D of </g1> vlen2D of </g1> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </g1> vlen3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_703.txt b/tools/test/h5diff/testfiles/h5diff_703.txt
deleted file mode 100644
index 4187754..0000000
--- a/tools/test/h5diff/testfiles/h5diff_703.txt
+++ /dev/null
@@ -1,2169 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g1
-
-
-group : </> and </>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </>> and <VLstring of </>>
-size: [2] [2]
-position VLstring of </> VLstring of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </>> and <VLstring2D of </>>
-size: [3x2] [3x2]
-position VLstring2D of </> VLstring2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </>> and <VLstring3D of </>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </> VLstring3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </>> and <array of </>>
-size: [2] [2]
-position array of </> array of </> 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
-attribute: <array2D of </>> and <array2D of </>>
-size: [3x2] [3x2]
-position array2D of </> array2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </>> and <array3D of </>>
-size: [4x3x2] [4x3x2]
-position array3D of </> array3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </>> and <bitfield of </>>
-size: [2] [2]
-position bitfield of </> bitfield of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </>> and <bitfield2D of </>>
-size: [3x2] [3x2]
-position bitfield2D of </> bitfield2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </>> and <bitfield3D of </>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </> bitfield3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </>> and <compound of </>>
-size: [2] [2]
-position compound of </> compound of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </>> and <compound2D of </>>
-size: [3x2] [3x2]
-position compound2D of </> compound2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </>> and <compound3D of </>>
-size: [4x3x2] [4x3x2]
-position compound3D of </> compound3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </>> and <enum of </>>
-size: [2] [2]
-position enum of </> enum of </> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </>> and <enum2D of </>>
-size: [3x2] [3x2]
-position enum2D of </> enum2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </>> and <enum3D of </>>
-size: [4x3x2] [4x3x2]
-position enum3D of </> enum3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </>> and <float of </>>
-size: [2] [2]
-position float of </> float of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </>> and <float2D of </>>
-size: [3x2] [3x2]
-position float2D of </> float2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </>> and <float3D of </>>
-size: [4x3x2] [4x3x2]
-position float3D of </> float3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </>> and <integer of </>>
-size: [2] [2]
-position integer of </> integer of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </>> and <integer2D of </>>
-size: [3x2] [3x2]
-position integer2D of </> integer2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </>> and <integer3D of </>>
-size: [4x3x2] [4x3x2]
-position integer3D of </> integer3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </>> and <opaque of </>>
-size: [2] [2]
-position opaque of </> opaque of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </>> and <opaque2D of </>>
-size: [3x2] [3x2]
-position opaque2D of </> opaque2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </>> and <opaque3D of </>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </> opaque3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </>> and <string of </>>
-size: [2] [2]
-position string of </> string of </> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </>> and <string2D of </>>
-size: [3x2] [3x2]
-position string2D of </> string2D of </> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </>> and <string3D of </>>
-size: [4x3x2] [4x3x2]
-position string3D of </> string3D of </> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </>> and <vlen of </>>
-size: [2] [2]
-position vlen of </> vlen of </> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </>> and <vlen2D of </>>
-size: [3x2] [3x2]
-position vlen2D of </> vlen2D of </> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </>> and <vlen3D of </>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </> vlen3D of </> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-dataset: </dset> and </dset>
-Not comparable: </dset> or </dset> is an empty dataset
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x reference
- x x reference2D
- x x reference3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 33 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </dset>> and <VLstring of </dset>>
-size: [2] [2]
-position VLstring of </dset> VLstring of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </dset>> and <VLstring2D of </dset>>
-size: [3x2] [3x2]
-position VLstring2D of </dset> VLstring2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </dset>> and <VLstring3D of </dset>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </dset> VLstring3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </dset>> and <array of </dset>>
-size: [2] [2]
-position array of </dset> array of </dset> 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
-attribute: <array2D of </dset>> and <array2D of </dset>>
-size: [3x2] [3x2]
-position array2D of </dset> array2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </dset>> and <array3D of </dset>>
-size: [4x3x2] [4x3x2]
-position array3D of </dset> array3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </dset>> and <bitfield of </dset>>
-size: [2] [2]
-position bitfield of </dset> bitfield of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </dset>> and <bitfield2D of </dset>>
-size: [3x2] [3x2]
-position bitfield2D of </dset> bitfield2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </dset>> and <bitfield3D of </dset>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </dset> bitfield3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </dset>> and <compound of </dset>>
-size: [2] [2]
-position compound of </dset> compound of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </dset>> and <compound2D of </dset>>
-size: [3x2] [3x2]
-position compound2D of </dset> compound2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </dset>> and <compound3D of </dset>>
-size: [4x3x2] [4x3x2]
-position compound3D of </dset> compound3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </dset>> and <enum of </dset>>
-size: [2] [2]
-position enum of </dset> enum of </dset> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </dset>> and <enum2D of </dset>>
-size: [3x2] [3x2]
-position enum2D of </dset> enum2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </dset>> and <enum3D of </dset>>
-size: [4x3x2] [4x3x2]
-position enum3D of </dset> enum3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </dset>> and <float of </dset>>
-size: [2] [2]
-position float of </dset> float of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </dset>> and <float2D of </dset>>
-size: [3x2] [3x2]
-position float2D of </dset> float2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </dset>> and <float3D of </dset>>
-size: [4x3x2] [4x3x2]
-position float3D of </dset> float3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </dset>> and <integer of </dset>>
-size: [2] [2]
-position integer of </dset> integer of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </dset>> and <integer2D of </dset>>
-size: [3x2] [3x2]
-position integer2D of </dset> integer2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </dset>> and <integer3D of </dset>>
-size: [4x3x2] [4x3x2]
-position integer3D of </dset> integer3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </dset>> and <opaque of </dset>>
-size: [2] [2]
-position opaque of </dset> opaque of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </dset>> and <opaque2D of </dset>>
-size: [3x2] [3x2]
-position opaque2D of </dset> opaque2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </dset>> and <opaque3D of </dset>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </dset> opaque3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <reference of </dset>> and <reference of </dset>>
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-Not comparable: <reference of </dset>> or <reference of </dset>> is an empty dataset
-0 differences found
-attribute: <reference2D of </dset>> and <reference2D of </dset>>
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-Not comparable: <reference2D of </dset>> or <reference2D of </dset>> is an empty dataset
-0 differences found
-attribute: <reference3D of </dset>> and <reference3D of </dset>>
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-Not comparable: <reference3D of </dset>> or <reference3D of </dset>> is an empty dataset
-0 differences found
-attribute: <string of </dset>> and <string of </dset>>
-size: [2] [2]
-position string of </dset> string of </dset> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </dset>> and <string2D of </dset>>
-size: [3x2] [3x2]
-position string2D of </dset> string2D of </dset> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </dset>> and <string3D of </dset>>
-size: [4x3x2] [4x3x2]
-position string3D of </dset> string3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </dset>> and <vlen of </dset>>
-size: [2] [2]
-position vlen of </dset> vlen of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </dset>> and <vlen2D of </dset>>
-size: [3x2] [3x2]
-position vlen2D of </dset> vlen2D of </dset> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </dset>> and <vlen3D of </dset>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </dset> vlen3D of </dset> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-
-group : </g1> and </g1>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x VLstring
- x x VLstring2D
- x x VLstring3D
- x x array
- x x array2D
- x x array3D
- x x bitfield
- x x bitfield2D
- x x bitfield3D
- x x compound
- x x compound2D
- x x compound3D
- x x enum
- x x enum2D
- x x enum3D
- x x float
- x x float2D
- x x float3D
- x x integer
- x x integer2D
- x x integer3D
- x x opaque
- x x opaque2D
- x x opaque3D
- x x string
- x x string2D
- x x string3D
- x x vlen
- x x vlen2D
- x x vlen3D
-Attributes status: 30 common, 0 only in obj1, 0 only in obj2
-attribute: <VLstring of </g1>> and <VLstring of </g1>>
-size: [2] [2]
-position VLstring of </g1> VLstring of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <VLstring2D of </g1>> and <VLstring2D of </g1>>
-size: [3x2] [3x2]
-position VLstring2D of </g1> VLstring2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <VLstring3D of </g1>> and <VLstring3D of </g1>>
-size: [4x3x2] [4x3x2]
-position VLstring3D of </g1> VLstring3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <array of </g1>> and <array of </g1>>
-size: [2] [2]
-position array of </g1> array of </g1> 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
-attribute: <array2D of </g1>> and <array2D of </g1>>
-size: [3x2] [3x2]
-position array2D of </g1> array2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-size: [4x3x2] [4x3x2]
-position array3D of </g1> array3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-size: [2] [2]
-position bitfield of </g1> bitfield of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-size: [3x2] [3x2]
-position bitfield2D of </g1> bitfield2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-size: [4x3x2] [4x3x2]
-position bitfield3D of </g1> bitfield3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-size: [2] [2]
-position compound of </g1> compound of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-size: [3x2] [3x2]
-position compound2D of </g1> compound2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-size: [4x3x2] [4x3x2]
-position compound3D of </g1> compound3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-size: [2] [2]
-position enum of </g1> enum of </g1> difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-[ 1 ] RED GREEN
-2 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-size: [3x2] [3x2]
-position enum2D of </g1> enum2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] RED GREEN
-[ 0 1 ] RED GREEN
-[ 1 0 ] RED GREEN
-[ 1 1 ] RED GREEN
-[ 2 0 ] RED GREEN
-[ 2 1 ] RED GREEN
-6 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-size: [4x3x2] [4x3x2]
-position enum3D of </g1> enum3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] GREEN RED
-[ 0 0 1 ] GREEN RED
-[ 0 1 0 ] GREEN RED
-[ 0 1 1 ] GREEN RED
-[ 0 2 0 ] GREEN RED
-[ 0 2 1 ] GREEN RED
-[ 1 0 0 ] GREEN RED
-[ 1 0 1 ] GREEN RED
-[ 1 1 0 ] GREEN RED
-[ 1 1 1 ] GREEN RED
-[ 1 2 0 ] GREEN RED
-[ 1 2 1 ] GREEN RED
-[ 2 0 0 ] GREEN RED
-[ 2 0 1 ] GREEN RED
-[ 2 1 0 ] GREEN RED
-[ 2 1 1 ] GREEN RED
-[ 2 2 0 ] GREEN RED
-[ 2 2 1 ] GREEN RED
-[ 3 0 0 ] GREEN RED
-[ 3 0 1 ] GREEN RED
-[ 3 1 0 ] GREEN RED
-[ 3 1 1 ] GREEN RED
-[ 3 2 0 ] GREEN RED
-[ 3 2 1 ] GREEN RED
-24 differences found
-attribute: <float of </g1>> and <float of </g1>>
-size: [2] [2]
-position float of </g1> float of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-size: [3x2] [3x2]
-position float2D of </g1> float2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-size: [4x3x2] [4x3x2]
-position float3D of </g1> float3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-size: [2] [2]
-position integer of </g1> integer of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-size: [3x2] [3x2]
-position integer2D of </g1> integer2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-size: [4x3x2] [4x3x2]
-position integer3D of </g1> integer3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-size: [2] [2]
-position opaque of </g1> opaque of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-size: [3x2] [3x2]
-position opaque2D of </g1> opaque2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-size: [4x3x2] [4x3x2]
-position opaque3D of </g1> opaque3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-attribute: <string of </g1>> and <string of </g1>>
-size: [2] [2]
-position string of </g1> string of </g1> difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-attribute: <string2D of </g1>> and <string2D of </g1>>
-size: [3x2] [3x2]
-position string2D of </g1> string2D of </g1> difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-attribute: <string3D of </g1>> and <string3D of </g1>>
-size: [4x3x2] [4x3x2]
-position string3D of </g1> string3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-attribute: <vlen of </g1>> and <vlen of </g1>>
-size: [2] [2]
-position vlen of </g1> vlen of </g1> difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-size: [3x2] [3x2]
-position vlen2D of </g1> vlen2D of </g1> difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-size: [4x3x2] [4x3x2]
-position vlen3D of </g1> vlen3D of </g1> difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_704.txt b/tools/test/h5diff/testfiles/h5diff_704.txt
deleted file mode 100644
index e752a01..0000000
--- a/tools/test/h5diff/testfiles/h5diff_704.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-
-group : </g> and </g>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x float1
- x x integer1
-Attributes status: 2 common, 0 only in obj1, 0 only in obj2
-attribute: <float1 of </g>> and <float1 of </g>>
-size: [2] [2]
-position float1 of </g> float1 of </g> difference
-------------------------------------------------------------
-[ 0 ] 1.1 2.1 1
-[ 1 ] 2.2 3.2 1
-2 differences found
-attribute: <integer1 of </g>> and <integer1 of </g>>
-size: [2] [2]
-position integer1 of </g> integer1 of </g> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_705.txt b/tools/test/h5diff/testfiles/h5diff_705.txt
deleted file mode 100644
index 2e52f18..0000000
--- a/tools/test/h5diff/testfiles/h5diff_705.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-dataset: </dset> and </dset>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float2
- x float3
- x x integer1
-Attributes status: 1 common, 1 only in obj1, 1 only in obj2
-attribute: <integer1 of </dset>> and <integer1 of </dset>>
-size: [2] [2]
-position integer1 of </dset> integer1 of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_706.txt b/tools/test/h5diff/testfiles/h5diff_706.txt
deleted file mode 100644
index 5825150..0000000
--- a/tools/test/h5diff/testfiles/h5diff_706.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-
-datatype: </ntype> and </ntype>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float2
- x float3
- x float5
- x float6
- x integer1
- x integer4
-Attributes status: 0 common, 3 only in obj1, 3 only in obj2
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_707.txt b/tools/test/h5diff/testfiles/h5diff_707.txt
deleted file mode 100644
index 4d6378b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_707.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-
-group : </g2> and </g2>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x float2
- x float3
- x x integer1
-Attributes status: 2 common, 1 only in obj1, 0 only in obj2
-attribute: <float2 of </g2>> and <float2 of </g2>>
-size: [2] [2]
-position float2 of </g2> float2 of </g2> difference
-------------------------------------------------------------
-[ 0 ] 1.1 2.1 1
-[ 1 ] 2.2 3.2 1
-2 differences found
-attribute: <integer1 of </g2>> and <integer1 of </g2>>
-size: [2] [2]
-position integer1 of </g2> integer1 of </g2> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_708.txt b/tools/test/h5diff/testfiles/h5diff_708.txt
deleted file mode 100644
index a10a8b7..0000000
--- a/tools/test/h5diff/testfiles/h5diff_708.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-
-group : </g3> and </g3>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float11
- x float12
- x float4
- x integer10
- x integer3
-Attributes status: 0 common, 3 only in obj1, 2 only in obj2
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_709.txt b/tools/test/h5diff/testfiles/h5diff_709.txt
deleted file mode 100644
index d0e68bf..0000000
--- a/tools/test/h5diff/testfiles/h5diff_709.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-
-group : </g4> and </g4>
-0 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_710.txt b/tools/test/h5diff/testfiles/h5diff_710.txt
deleted file mode 100644
index 10a8501..0000000
--- a/tools/test/h5diff/testfiles/h5diff_710.txt
+++ /dev/null
@@ -1,108 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /g
- x x /g2
- x x /g3
- x x /g4
- x x /ntype
-
-
-group : </> and </>
-0 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-
-dataset: </dset> and </dset>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float2
- x float3
- x x integer1
-Attributes status: 1 common, 1 only in obj1, 1 only in obj2
-attribute: <integer1 of </dset>> and <integer1 of </dset>>
-size: [2] [2]
-position integer1 of </dset> integer1 of </dset> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-
-group : </g> and </g>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x float1
- x x integer1
-Attributes status: 2 common, 0 only in obj1, 0 only in obj2
-attribute: <float1 of </g>> and <float1 of </g>>
-size: [2] [2]
-position float1 of </g> float1 of </g> difference
-------------------------------------------------------------
-[ 0 ] 1.1 2.1 1
-[ 1 ] 2.2 3.2 1
-2 differences found
-attribute: <integer1 of </g>> and <integer1 of </g>>
-size: [2] [2]
-position integer1 of </g> integer1 of </g> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-
-group : </g2> and </g2>
-0 differences found
- obj1 obj2
- --------------------------------------
- x x float2
- x float3
- x x integer1
-Attributes status: 2 common, 1 only in obj1, 0 only in obj2
-attribute: <float2 of </g2>> and <float2 of </g2>>
-size: [2] [2]
-position float2 of </g2> float2 of </g2> difference
-------------------------------------------------------------
-[ 0 ] 1.1 2.1 1
-[ 1 ] 2.2 3.2 1
-2 differences found
-attribute: <integer1 of </g2>> and <integer1 of </g2>>
-size: [2] [2]
-position integer1 of </g2> integer1 of </g2> difference
-------------------------------------------------------------
-[ 0 ] 1 2 1
-[ 1 ] 2 3 1
-2 differences found
-
-group : </g3> and </g3>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float11
- x float12
- x float4
- x integer10
- x integer3
-Attributes status: 0 common, 3 only in obj1, 2 only in obj2
-
-group : </g4> and </g4>
-0 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-
-datatype: </ntype> and </ntype>
-0 differences found
- obj1 obj2
- --------------------------------------
- x float2
- x float3
- x float5
- x float6
- x integer1
- x integer4
-Attributes status: 0 common, 3 only in obj1, 3 only in obj2
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_80.txt b/tools/test/h5diff/testfiles/h5diff_80.txt
deleted file mode 100644
index 11dccd8..0000000
--- a/tools/test/h5diff/testfiles/h5diff_80.txt
+++ /dev/null
@@ -1,881 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dset
- x x /dsetref
- x x /g1
- x x /g1/VLstring
- x x /g1/VLstring2D
- x x /g1/VLstring3D
- x x /g1/array
- x x /g1/array2D
- x x /g1/array3D
- x x /g1/arrayd
- x x /g1/bitfield
- x x /g1/bitfield2D
- x x /g1/bitfield3D
- x x /g1/compound
- x x /g1/compound2D
- x x /g1/compound3D
- x x /g1/enum
- x x /g1/enum2D
- x x /g1/enum3D
- x x /g1/float
- x x /g1/float2D
- x x /g1/float3D
- x x /g1/integer
- x x /g1/integer2D
- x x /g1/integer3D
- x x /g1/opaque
- x x /g1/opaque2D
- x x /g1/opaque3D
- x x /g1/reference
- x x /g1/reference2D
- x x /g1/reference3D
- x x /g1/scalar
- x x /g1/string
- x x /g1/string2D
- x x /g1/string3D
- x x /g1/vlen
- x x /g1/vlen2D
- x x /g1/vlen3D
- x x /refreg
-
-group : </> and </>
-0 differences found
-dataset: </dset> and </dset>
-size: [2] [2]
-position dset dset difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-dataset: </dsetref> and </dsetref>
-0 differences found
-group : </g1> and </g1>
-0 differences found
-dataset: </g1/VLstring> and </g1/VLstring>
-size: [2] [2]
-position VLstring VLstring difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-dataset: </g1/VLstring2D> and </g1/VLstring2D>
-size: [3x2] [3x2]
-position VLstring2D VLstring2D difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-dataset: </g1/VLstring3D> and </g1/VLstring3D>
-size: [4x3x2] [4x3x2]
-position VLstring3D VLstring3D difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-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
-dataset: </g1/array2D> and </g1/array2D>
-size: [3x2] [3x2]
-position array2D array2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 0 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 0 1 ] 5 0 5
-[ 0 1 ] 6 0 6
-[ 1 0 ] 7 0 7
-[ 1 0 ] 8 0 8
-[ 1 0 ] 9 0 9
-[ 1 1 ] 10 0 10
-[ 1 1 ] 11 0 11
-[ 1 1 ] 12 0 12
-[ 2 0 ] 13 0 13
-[ 2 0 ] 14 0 14
-[ 2 0 ] 15 0 15
-[ 2 1 ] 16 0 16
-[ 2 1 ] 17 0 17
-[ 2 1 ] 18 0 18
-18 differences found
-dataset: </g1/array3D> and </g1/array3D>
-size: [4x3x2] [4x3x2]
-position array3D array3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 1 0 ] 7 0 7
-[ 0 1 0 ] 8 0 8
-[ 0 1 0 ] 9 0 9
-[ 0 1 1 ] 10 0 10
-[ 0 1 1 ] 11 0 11
-[ 0 1 1 ] 12 0 12
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 1 0 0 ] 19 0 19
-[ 1 0 0 ] 20 0 20
-[ 1 0 0 ] 21 0 21
-[ 1 0 1 ] 22 0 22
-[ 1 0 1 ] 23 0 23
-[ 1 0 1 ] 24 0 24
-[ 1 1 0 ] 25 0 25
-[ 1 1 0 ] 26 0 26
-[ 1 1 0 ] 27 0 27
-[ 1 1 1 ] 28 0 28
-[ 1 1 1 ] 29 0 29
-[ 1 1 1 ] 30 0 30
-[ 1 2 0 ] 31 0 31
-[ 1 2 0 ] 32 0 32
-[ 1 2 0 ] 33 0 33
-[ 1 2 1 ] 34 0 34
-[ 1 2 1 ] 35 0 35
-[ 1 2 1 ] 36 0 36
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 1 0 ] 43 0 43
-[ 2 1 0 ] 44 0 44
-[ 2 1 0 ] 45 0 45
-[ 2 1 1 ] 46 0 46
-[ 2 1 1 ] 47 0 47
-[ 2 1 1 ] 48 0 48
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-[ 3 0 0 ] 55 0 55
-[ 3 0 0 ] 56 0 56
-[ 3 0 0 ] 57 0 57
-[ 3 0 1 ] 58 0 58
-[ 3 0 1 ] 59 0 59
-[ 3 0 1 ] 60 0 60
-[ 3 1 0 ] 61 0 61
-[ 3 1 0 ] 62 0 62
-[ 3 1 0 ] 63 0 63
-[ 3 1 1 ] 64 0 64
-[ 3 1 1 ] 65 0 65
-[ 3 1 1 ] 66 0 66
-[ 3 2 0 ] 67 0 67
-[ 3 2 0 ] 68 0 68
-[ 3 2 0 ] 69 0 69
-[ 3 2 1 ] 70 0 70
-[ 3 2 1 ] 71 0 71
-[ 3 2 1 ] 72 0 72
-72 differences found
-dataset: </g1/arrayd> and </g1/arrayd>
-Not comparable: </g1/arrayd> or </g1/arrayd> is an empty dataset
-0 differences found
-dataset: </g1/bitfield> and </g1/bitfield>
-size: [2] [2]
-position bitfield bitfield difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-dataset: </g1/bitfield2D> and </g1/bitfield2D>
-size: [3x2] [3x2]
-position bitfield2D bitfield2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-dataset: </g1/bitfield3D> and </g1/bitfield3D>
-size: [4x3x2] [4x3x2]
-position bitfield3D bitfield3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-dataset: </g1/compound> and </g1/compound>
-size: [2] [2]
-position compound compound difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 0 ] 2 0 2
-[ 1 ] 3 0 3
-[ 1 ] 4 0 4
-4 differences found
-dataset: </g1/compound2D> and </g1/compound2D>
-size: [3x2] [3x2]
-position compound2D compound2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 0 ] 2 0 2
-[ 0 1 ] 3 0 3
-[ 0 1 ] 4 0 4
-[ 1 0 ] 5 0 5
-[ 1 0 ] 6 0 6
-[ 1 1 ] 7 0 7
-[ 1 1 ] 8 0 8
-[ 2 0 ] 9 0 9
-[ 2 0 ] 10 0 10
-[ 2 1 ] 11 0 11
-[ 2 1 ] 12 0 12
-12 differences found
-dataset: </g1/compound3D> and </g1/compound3D>
-size: [4x3x2] [4x3x2]
-position compound3D compound3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 1 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 1 0 ] 5 0 5
-[ 0 1 0 ] 6 0 6
-[ 0 1 1 ] 7 0 7
-[ 0 1 1 ] 8 0 8
-[ 0 2 0 ] 9 0 9
-[ 0 2 0 ] 10 0 10
-[ 0 2 1 ] 11 0 11
-[ 0 2 1 ] 12 0 12
-[ 1 0 0 ] 13 0 13
-[ 1 0 0 ] 14 0 14
-[ 1 0 1 ] 15 0 15
-[ 1 0 1 ] 16 0 16
-[ 1 1 0 ] 17 0 17
-[ 1 1 0 ] 18 0 18
-[ 1 1 1 ] 19 0 19
-[ 1 1 1 ] 20 0 20
-[ 1 2 0 ] 21 0 21
-[ 1 2 0 ] 22 0 22
-[ 1 2 1 ] 23 0 23
-[ 1 2 1 ] 24 0 24
-[ 2 0 0 ] 25 0 25
-[ 2 0 0 ] 26 0 26
-[ 2 0 1 ] 27 0 27
-[ 2 0 1 ] 28 0 28
-[ 2 1 0 ] 29 0 29
-[ 2 1 0 ] 30 0 30
-[ 2 1 1 ] 31 0 31
-[ 2 1 1 ] 32 0 32
-[ 2 2 0 ] 33 0 33
-[ 2 2 0 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 2 2 1 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 1 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 1 0 ] 41 0 41
-[ 3 1 0 ] 42 0 42
-[ 3 1 1 ] 43 0 43
-[ 3 1 1 ] 44 0 44
-[ 3 2 0 ] 45 0 45
-[ 3 2 0 ] 46 0 46
-[ 3 2 1 ] 47 0 47
-[ 3 2 1 ] 48 0 48
-48 differences found
-dataset: </g1/enum> and </g1/enum>
-size: [2] [2]
-position enum enum difference
-------------------------------------------------------------
-[ 0 ] RED GREEN
-1 differences found
-dataset: </g1/enum2D> and </g1/enum2D>
-Not comparable: </g1/enum2D> or </g1/enum2D> is an empty dataset
-0 differences found
-dataset: </g1/enum3D> and </g1/enum3D>
-Not comparable: </g1/enum3D> or </g1/enum3D> is an empty dataset
-0 differences found
-dataset: </g1/float> and </g1/float>
-size: [2] [2]
-position float float difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-dataset: </g1/float2D> and </g1/float2D>
-size: [3x2] [3x2]
-position float2D float2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-dataset: </g1/float3D> and </g1/float3D>
-size: [4x3x2] [4x3x2]
-position float3D float3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-dataset: </g1/integer> and </g1/integer>
-size: [2] [2]
-position integer integer difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-dataset: </g1/integer2D> and </g1/integer2D>
-size: [3x2] [3x2]
-position integer2D integer2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-dataset: </g1/integer3D> and </g1/integer3D>
-size: [4x3x2] [4x3x2]
-position integer3D integer3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-dataset: </g1/opaque> and </g1/opaque>
-size: [2] [2]
-position opaque opaque difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-2 differences found
-dataset: </g1/opaque2D> and </g1/opaque2D>
-size: [3x2] [3x2]
-position opaque2D opaque2D difference
-------------------------------------------------------------
-[ 0 0 ] 1 0 1
-[ 0 1 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 2 0 ] 5 0 5
-[ 2 1 ] 6 0 6
-6 differences found
-dataset: </g1/opaque3D> and </g1/opaque3D>
-size: [4x3x2] [4x3x2]
-position opaque3D opaque3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 1 ] 2 0 2
-[ 0 1 0 ] 3 0 3
-[ 0 1 1 ] 4 0 4
-[ 0 2 0 ] 5 0 5
-[ 0 2 1 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 1 0 ] 9 0 9
-[ 1 1 1 ] 10 0 10
-[ 1 2 0 ] 11 0 11
-[ 1 2 1 ] 12 0 12
-[ 2 0 0 ] 13 0 13
-[ 2 0 1 ] 14 0 14
-[ 2 1 0 ] 15 0 15
-[ 2 1 1 ] 16 0 16
-[ 2 2 0 ] 17 0 17
-[ 2 2 1 ] 18 0 18
-[ 3 0 0 ] 19 0 19
-[ 3 0 1 ] 20 0 20
-[ 3 1 0 ] 21 0 21
-[ 3 1 1 ] 22 0 22
-[ 3 2 0 ] 23 0 23
-[ 3 2 1 ] 24 0 24
-24 differences found
-dataset: </g1/reference> and </g1/reference>
-size: [2] [2]
-position reference reference difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference reference difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-4 differences found
-dataset: </g1/reference2D> and </g1/reference2D>
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference2D reference2D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-12 differences found
-dataset: </g1/reference3D> and </g1/reference3D>
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-size: [2] [2]
-position reference3D reference3D difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-48 differences found
-dataset: </g1/scalar> and </g1/scalar>
-size: H5S_SCALAR H5S_SCALAR
-position scalar scalar difference
-------------------------------------------------------------
- 2 1 1
-1 differences found
-dataset: </g1/string> and </g1/string>
-size: [2] [2]
-position string string difference
-------------------------------------------------------------
-[ 0 ] z a
-[ 0 ] z b
-[ 1 ] z d
-[ 1 ] z e
-4 differences found
-dataset: </g1/string2D> and </g1/string2D>
-size: [3x2] [3x2]
-position string2D string2D difference
-------------------------------------------------------------
-[ 0 0 ] z a
-[ 0 0 ] z b
-[ 0 1 ] z c
-[ 0 1 ] z d
-[ 1 0 ] z e
-[ 1 0 ] z f
-[ 1 1 ] z g
-[ 1 1 ] z h
-[ 2 0 ] z i
-[ 2 0 ] z j
-[ 2 1 ] z k
-[ 2 1 ] z l
-12 differences found
-dataset: </g1/string3D> and </g1/string3D>
-size: [4x3x2] [4x3x2]
-position string3D string3D difference
-------------------------------------------------------------
-[ 0 0 0 ] z a
-[ 0 0 0 ] z b
-[ 0 0 1 ] z c
-[ 0 0 1 ] z d
-[ 0 1 0 ] z e
-[ 0 1 0 ] z f
-[ 0 1 1 ] z g
-[ 0 1 1 ] z h
-[ 0 2 0 ] z i
-[ 0 2 0 ] z j
-[ 0 2 1 ] z k
-[ 0 2 1 ] z l
-[ 1 0 0 ] z m
-[ 1 0 0 ] z n
-[ 1 0 1 ] z p
-[ 1 0 1 ] z q
-[ 1 1 0 ] z r
-[ 1 1 0 ] z s
-[ 1 1 1 ] z t
-[ 1 1 1 ] z u
-[ 1 2 0 ] z v
-[ 1 2 0 ] z w
-[ 1 2 1 ] z x
-[ 2 0 0 ] z A
-[ 2 0 0 ] z B
-[ 2 0 1 ] z C
-[ 2 0 1 ] z D
-[ 2 1 0 ] z E
-[ 2 1 0 ] z F
-[ 2 1 1 ] z G
-[ 2 1 1 ] z H
-[ 2 2 0 ] z I
-[ 2 2 0 ] z J
-[ 2 2 1 ] z K
-[ 2 2 1 ] z L
-[ 3 0 0 ] z M
-[ 3 0 0 ] z N
-[ 3 0 1 ] z P
-[ 3 0 1 ] z Q
-[ 3 1 0 ] z R
-[ 3 1 0 ] z S
-[ 3 1 1 ] z T
-[ 3 1 1 ] z U
-[ 3 2 0 ] z V
-[ 3 2 0 ] z W
-[ 3 2 1 ] z X
-[ 3 2 1 ] z Z
-47 differences found
-dataset: </g1/vlen> and </g1/vlen>
-size: [2] [2]
-position vlen vlen difference
-------------------------------------------------------------
-[ 0 ] 1 0 1
-[ 1 ] 2 0 2
-[ 1 ] 3 0 3
-3 differences found
-dataset: </g1/vlen2D> and </g1/vlen2D>
-size: [3x2] [3x2]
-position vlen2D vlen2D difference
-------------------------------------------------------------
-[ 0 1 ] 1 0 1
-[ 1 0 ] 2 0 2
-[ 1 0 ] 3 0 3
-[ 1 1 ] 4 0 4
-[ 1 1 ] 5 0 5
-[ 2 0 ] 6 0 6
-[ 2 0 ] 7 0 7
-[ 2 0 ] 8 0 8
-[ 2 1 ] 9 0 9
-[ 2 1 ] 10 0 10
-[ 2 1 ] 11 0 11
-11 differences found
-dataset: </g1/vlen3D> and </g1/vlen3D>
-size: [4x3x2] [4x3x2]
-position vlen3D vlen3D difference
-------------------------------------------------------------
-[ 0 0 1 ] 1 0 1
-[ 0 1 0 ] 2 0 2
-[ 0 1 1 ] 3 0 3
-[ 0 2 0 ] 4 0 4
-[ 0 2 1 ] 5 0 5
-[ 1 0 0 ] 6 0 6
-[ 1 0 0 ] 7 0 7
-[ 1 0 1 ] 8 0 8
-[ 1 0 1 ] 9 0 9
-[ 1 1 0 ] 10 0 10
-[ 1 1 0 ] 11 0 11
-[ 1 1 1 ] 12 0 12
-[ 1 1 1 ] 13 0 13
-[ 1 2 0 ] 14 0 14
-[ 1 2 0 ] 15 0 15
-[ 1 2 1 ] 16 0 16
-[ 1 2 1 ] 17 0 17
-[ 2 0 0 ] 18 0 18
-[ 2 0 0 ] 19 0 19
-[ 2 0 0 ] 20 0 20
-[ 2 0 1 ] 21 0 21
-[ 2 0 1 ] 22 0 22
-[ 2 0 1 ] 23 0 23
-[ 2 1 0 ] 24 0 24
-[ 2 1 0 ] 25 0 25
-[ 2 1 0 ] 26 0 26
-[ 2 1 1 ] 27 0 27
-[ 2 1 1 ] 28 0 28
-[ 2 1 1 ] 29 0 29
-[ 2 2 0 ] 30 0 30
-[ 2 2 0 ] 31 0 31
-[ 2 2 0 ] 32 0 32
-[ 2 2 1 ] 33 0 33
-[ 2 2 1 ] 34 0 34
-[ 2 2 1 ] 35 0 35
-[ 3 0 0 ] 36 0 36
-[ 3 0 0 ] 37 0 37
-[ 3 0 0 ] 38 0 38
-[ 3 0 0 ] 39 0 39
-[ 3 0 1 ] 40 0 40
-[ 3 0 1 ] 41 0 41
-[ 3 0 1 ] 42 0 42
-[ 3 0 1 ] 43 0 43
-[ 3 1 0 ] 44 0 44
-[ 3 1 0 ] 45 0 45
-[ 3 1 0 ] 46 0 46
-[ 3 1 0 ] 47 0 47
-[ 3 1 1 ] 48 0 48
-[ 3 1 1 ] 49 0 49
-[ 3 1 1 ] 50 0 50
-[ 3 1 1 ] 51 0 51
-[ 3 2 0 ] 52 0 52
-[ 3 2 0 ] 53 0 53
-[ 3 2 0 ] 54 0 54
-[ 3 2 0 ] 55 0 55
-[ 3 2 1 ] 56 0 56
-[ 3 2 1 ] 57 0 57
-[ 3 2 1 ] 58 0 58
-[ 3 2 1 ] 59 0 59
-59 differences found
-dataset: </refreg> and </refreg>
-Referenced dataset 10784 10784
-------------------------------------------------------------
-Region blocks
-block #0 (2,2)-(7,7) (0,0)-(2,2)
-Region points
-point #1 (2,2) (3,3)
-point #3 (1,6) (2,5)
-point #4 (2,8) (1,7)
-4 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_800.txt b/tools/test/h5diff/testfiles/h5diff_800.txt
deleted file mode 100644
index e43e7b4..0000000
--- a/tools/test/h5diff/testfiles/h5diff_800.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 043e7e3..0000000
--- a/tools/test/h5diff/testfiles/h5diff_801.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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_830.txt b/tools/test/h5diff/testfiles/h5diff_830.txt
deleted file mode 100644
index 8f00d8b..0000000
--- a/tools/test/h5diff/testfiles/h5diff_830.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-dataset: </g1/array3D> and </g1/array3D>
-size: [4x3x2] [4x3x2]
-position array3D array3D difference
-------------------------------------------------------------
-[ 0 0 0 ] 1 0 1
-[ 0 0 0 ] 2 0 2
-[ 0 0 0 ] 3 0 3
-[ 0 0 1 ] 4 0 4
-[ 0 0 1 ] 5 0 5
-[ 0 0 1 ] 6 0 6
-[ 0 2 0 ] 13 0 13
-[ 0 2 0 ] 14 0 14
-[ 0 2 0 ] 15 0 15
-[ 0 2 1 ] 16 0 16
-[ 0 2 1 ] 17 0 17
-[ 0 2 1 ] 18 0 18
-[ 2 0 0 ] 37 0 37
-[ 2 0 0 ] 38 0 38
-[ 2 0 0 ] 39 0 39
-[ 2 0 1 ] 40 0 40
-[ 2 0 1 ] 41 0 41
-[ 2 0 1 ] 42 0 42
-[ 2 2 0 ] 49 0 49
-[ 2 2 0 ] 50 0 50
-[ 2 2 0 ] 51 0 51
-[ 2 2 1 ] 52 0 52
-[ 2 2 1 ] 53 0 53
-[ 2 2 1 ] 54 0 54
-24 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_8625.txt b/tools/test/h5diff/testfiles/h5diff_8625.txt
deleted file mode 100644
index a7ddb86..0000000
--- a/tools/test/h5diff/testfiles/h5diff_8625.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-dataset: </group/Compound_dset1> and </group_copy/Compound_dset3>
-Warning: different storage datatype
-Warning: different storage datatype
-Not comparable: </group/Compound_dset1> or </group_copy/Compound_dset3> is of mixed string type
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_8639.txt b/tools/test/h5diff/testfiles/h5diff_8639.txt
deleted file mode 100644
index 4022e06..0000000
--- a/tools/test/h5diff/testfiles/h5diff_8639.txt
+++ /dev/null
@@ -1,72 +0,0 @@
-
-group1 group2
----------------------------------------
- x x
-
-group : </g1> and </g1>
-0 differences found
-Warning: different storage datatype
-Not comparable: <VLstring> or <VLstring> is of mixed string type
-Warning: different storage datatype
-Not comparable: <VLstring2D> or <VLstring2D> is of mixed string type
-Warning: different storage datatype
-Not comparable: <VLstring3D> or <VLstring3D> is of mixed string type
-attribute: <array of </g1>> and <array of </g1>>
-0 differences found
-attribute: <array2D of </g1>> and <array2D of </g1>>
-0 differences found
-attribute: <array3D of </g1>> and <array3D of </g1>>
-0 differences found
-attribute: <bitfield of </g1>> and <bitfield of </g1>>
-0 differences found
-attribute: <bitfield2D of </g1>> and <bitfield2D of </g1>>
-0 differences found
-attribute: <bitfield3D of </g1>> and <bitfield3D of </g1>>
-0 differences found
-attribute: <compound of </g1>> and <compound of </g1>>
-0 differences found
-attribute: <compound2D of </g1>> and <compound2D of </g1>>
-0 differences found
-attribute: <compound3D of </g1>> and <compound3D of </g1>>
-0 differences found
-attribute: <enum of </g1>> and <enum of </g1>>
-0 differences found
-attribute: <enum2D of </g1>> and <enum2D of </g1>>
-0 differences found
-attribute: <enum3D of </g1>> and <enum3D of </g1>>
-0 differences found
-attribute: <float of </g1>> and <float of </g1>>
-0 differences found
-attribute: <float2D of </g1>> and <float2D of </g1>>
-0 differences found
-attribute: <float3D of </g1>> and <float3D of </g1>>
-0 differences found
-attribute: <integer of </g1>> and <integer of </g1>>
-0 differences found
-attribute: <integer2D of </g1>> and <integer2D of </g1>>
-0 differences found
-attribute: <integer3D of </g1>> and <integer3D of </g1>>
-0 differences found
-attribute: <opaque of </g1>> and <opaque of </g1>>
-0 differences found
-attribute: <opaque2D of </g1>> and <opaque2D of </g1>>
-0 differences found
-attribute: <opaque3D of </g1>> and <opaque3D of </g1>>
-0 differences found
-Warning: different storage datatype
-Not comparable: <string> or <string> is of mixed string type
-Warning: different storage datatype
-Not comparable: <string2D> or <string2D> is of mixed string type
-Warning: different storage datatype
-Not comparable: <string3D> or <string3D> is of mixed string type
-attribute: <vlen of </g1>> and <vlen of </g1>>
-0 differences found
-attribute: <vlen2D of </g1>> and <vlen2D of </g1>>
-0 differences found
-attribute: <vlen3D of </g1>> and <vlen3D of </g1>>
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_90.txt b/tools/test/h5diff/testfiles/h5diff_90.txt
deleted file mode 100644
index 9965ab0..0000000
--- a/tools/test/h5diff/testfiles/h5diff_90.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /g1
- x x /g1/dset1
- x x /g1/dset2
- x x /g1/dset4
- x x /g2
- x x /g2/dset1
- x x /g2/dset2
- x x /g2/dset3
- x x /g2/dset4
- x x /g2/dset5
- x x /g2/dset6
- x x /g2/dset7
- x x /g2/dset8
- x x /g2/dset9
-
-group : </> and </>
-0 differences found
-group : </g1> and </g1>
-0 differences found
-dataset: </g1/dset1> and </g1/dset1>
-0 differences found
-dataset: </g1/dset2> and </g1/dset2>
-0 differences found
-dataset: </g1/dset4> and </g1/dset4>
-0 differences found
-group : </g2> and </g2>
-0 differences found
-dataset: </g2/dset1> and </g2/dset1>
-0 differences found
-dataset: </g2/dset2> and </g2/dset2>
-0 differences found
-dataset: </g2/dset3> and </g2/dset3>
-0 differences found
-dataset: </g2/dset4> and </g2/dset4>
-0 differences found
-dataset: </g2/dset5> and </g2/dset5>
-0 differences found
-dataset: </g2/dset6> and </g2/dset6>
-0 differences found
-dataset: </g2/dset7> and </g2/dset7>
-0 differences found
-dataset: </g2/dset8> and </g2/dset8>
-0 differences found
-dataset: </g2/dset9> and </g2/dset9>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_900.txt b/tools/test/h5diff/testfiles/h5diff_900.txt
deleted file mode 100644
index eca7872..0000000
--- a/tools/test/h5diff/testfiles/h5diff_900.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /DS1
- x /DS2
-
-group : </> and </>
-0 differences found
-dataset: </DS1> and </DS1>
-0 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_901.txt b/tools/test/h5diff/testfiles/h5diff_901.txt
deleted file mode 100644
index eb1f7d9..0000000
--- a/tools/test/h5diff/testfiles/h5diff_901.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /DS1
-
-group : </> and </>
-0 differences found
-dataset: </DS1> and </DS1>
-Not comparable: </DS1> has rank 2, dimensions [4x4], max dimensions [18446744073709551615x18446744073709551615]
-and </DS1> has rank 2, dimensions [8x4], max dimensions [18446744073709551615x18446744073709551615]
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_902.txt b/tools/test/h5diff/testfiles/h5diff_902.txt
deleted file mode 100644
index 3863e16..0000000
--- a/tools/test/h5diff/testfiles/h5diff_902.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /DS1
-
-group : </> and </>
-0 differences found
-dataset: </DS1> and </DS1>
-size: [1x16] [1x16]
-position DS1 DS1 difference
-------------------------------------------------------------
-[ 0 0 ] 0 16 16
-[ 0 1 ] 1 17 16
-[ 0 2 ] 2 18 16
-[ 0 3 ] 3 19 16
-[ 0 4 ] 4 20 16
-[ 0 5 ] 5 21 16
-[ 0 6 ] 6 22 16
-[ 0 7 ] 7 23 16
-[ 0 8 ] 8 24 16
-[ 0 9 ] 9 25 16
-[ 0 10 ] 10 26 16
-[ 0 11 ] 11 27 16
-[ 0 12 ] 12 28 16
-[ 0 13 ] 13 29 16
-[ 0 14 ] 14 30 16
-[ 0 15 ] 15 31 16
-16 differences found
-EXIT CODE: 1
diff --git a/tools/test/h5diff/testfiles/h5diff_eps.txt b/tools/test/h5diff/testfiles/h5diff_eps.txt
deleted file mode 100644
index 3a71366..0000000
--- a/tools/test/h5diff/testfiles/h5diff_eps.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-file1: h5diff_eps1.h5
-file2: h5diff_eps2.h5
-
-file1 file2
----------------------------------------
- x x /
- x x /DS1
-
-
-group : </> and </>
-0 differences found
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-
-dataset: </DS1> and </DS1>
-0 differences found
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_reg.txt b/tools/test/h5diff/testfiles/h5diff_reg.txt
deleted file mode 100644
index ecb6275..0000000
--- a/tools/test/h5diff/testfiles/h5diff_reg.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-dataset: </Dataset3> and </Dataset3>
-attribute: <Attr1 of <Dataset3>> and <Attr1 of <Dataset3>>
-0 differences found
-Warning: Cannot open referenced attribute1
-attribute: <Attr2 of <Dataset3>> and <Attr2 of <Dataset3>>
-0 differences found
-attribute: <Attr3 of <Dataset3>> and <Attr3 of <Dataset3>>
-0 differences found
-0 differences found
- obj1 obj2
- --------------------------------------
-Attributes status: 0 common, 0 only in obj1, 0 only in obj2
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_ud.txt b/tools/test/h5diff/testfiles/h5diff_ud.txt
deleted file mode 100644
index ddda3ff..0000000
--- a/tools/test/h5diff/testfiles/h5diff_ud.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dynlibud
-
-group : </> and </>
-0 differences found
-dataset: </dynlibud> and </dynlibud>
-0 differences found
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_udfail.err b/tools/test/h5diff/testfiles/h5diff_udfail.err
deleted file mode 100644
index d51de38..0000000
--- a/tools/test/h5diff/testfiles/h5diff_udfail.err
+++ /dev/null
@@ -1,12 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dynlibud
-
-group : </> and </>
-0 differences found
-dataset: </dynlibud> and </dynlibud>
-0 differences found
-Warning: dataset </dynlibud> cannot be read, user defined filter is not available
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_udfail.txt b/tools/test/h5diff/testfiles/h5diff_udfail.txt
deleted file mode 100644
index e6000fc..0000000
--- a/tools/test/h5diff/testfiles/h5diff_udfail.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /dynlibud
-
-group : </> and </>
-0 differences found
-dataset: </dynlibud> and </dynlibud>
-0 differences found
-EXIT CODE: 2
diff --git a/tools/test/h5diff/testfiles/h5diff_v1.txt b/tools/test/h5diff/testfiles/h5diff_v1.txt
deleted file mode 100644
index 8210cf9..0000000
--- a/tools/test/h5diff/testfiles/h5diff_v1.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /vds_dset
-
-group : </> and </>
-0 differences found
-dataset: </vds_dset> and </vds_dset>
-Warning: </vds_dset> or </vds_dset> is a virtual dataset
-Not comparable: </vds_dset> has rank 3, dimensions [5x18x8], max dimensions [18446744073709551615x18x8]
-and </vds_dset> has rank 3, dimensions [6x8x14], max dimensions [18446744073709551615x8x14]
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects without details of differences.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_v2.txt b/tools/test/h5diff/testfiles/h5diff_v2.txt
deleted file mode 100644
index aa327b1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_v2.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-dataset: </vds_dset> and </vds_dset>
-0 differences found
---------------------------------
-Some objects are not comparable
---------------------------------
-Use -c for a list of objects.
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_v3.txt b/tools/test/h5diff/testfiles/h5diff_v3.txt
deleted file mode 100644
index 57af303..0000000
--- a/tools/test/h5diff/testfiles/h5diff_v3.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Warning: </vds_dset> or </vds_dset> is a virtual dataset
-Not comparable: </vds_dset> has rank 3, dimensions [5x18x8], max dimensions [18446744073709551615x18x8]
-and </vds_dset> has rank 3, dimensions [6x8x14], max dimensions [18446744073709551615x8x14]
-EXIT CODE: 0
diff --git a/tools/test/h5diff/testfiles/h5diff_vlstr.txt b/tools/test/h5diff/testfiles/h5diff_vlstr.txt
deleted file mode 100644
index 67141f1..0000000
--- a/tools/test/h5diff/testfiles/h5diff_vlstr.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-
-file1 file2
----------------------------------------
- x x /
- x x /Dataset1
- x x /vl_string_type
-
-group : </> and </>
-0 differences found
-attribute: <test_scalar of </>> and <test_scalar of </>>
-0 differences found
-dataset: </Dataset1> and </Dataset1>
-0 differences found
-datatype: </vl_string_type> and </vl_string_type>
-0 differences found
-EXIT CODE: 0