Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22544] Add test to verify use of named datatypes | Allen Byrne | 2012-07-10 | 6 | -0/+406 |
| | | | | | HDFFV-2687 Tested: local linux with cmake | ||||
* | [svn-r22541] Purpose: | Jonathan Kim | 2012-07-10 | 1 | -411/+413 |
| | | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5dump tool. Description: Update cmake script to fetch test files from any tools to a test directory and run test in organized manner. Also keep the apperance similiar to shell script for better maintainance. Tested: CMake (Windows and jam) | ||||
* | [svn-r22539] Correct indentation | Allen Byrne | 2012-07-10 | 1 | -2100/+2100 |
| | |||||
* | [svn-r22537] Correct error string contents | Allen Byrne | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | [svn-r22535] added missing break to end of case statement | Allen Byrne | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | [svn-r22534] Correct contents of reference files | Allen Byrne | 2012-07-10 | 2 | -14/+32 |
| | |||||
* | [svn-r22533] Correct order of declarations in functions. | Allen Byrne | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | [svn-r22531] HDFFV-5942: sort options with contents option | Allen Byrne | 2012-07-09 | 8 | -5/+43 |
| | | | | | | | Added static local variables in h5trav to hold the index_by and index_order values. Defaults are set. H5dump only use of the trav_print function, added two parameters and passed in the sort_by and sort_order variables. Tested: local linux | ||||
* | [svn-r22528] HDFFV-4206: h5dump -w0 needed to be tested within the get ↵ | Allen Byrne | 2012-07-09 | 1 | -0/+3 |
| | | | | | | option function. Tested: local linux and all H5DUMP tests still work | ||||
* | [svn-r22527] Update Ignore List for change to H5IMPORT tests | Allen Byrne | 2012-07-09 | 1 | -0/+16 |
| | |||||
* | [svn-r22526] ifdef around the text file generation in importtest. | Allen Byrne | 2012-07-09 | 3 | -57/+69 |
| | | | | | | | reordered tests so that both scripts are in similar order. Changed ADD_H5_TEST in CMake file to always delete the created h5 file. Tested: local linux | ||||
* | [svn-r22525] Snapshot version 1.9 release 124 | Larry Knox | 2012-07-09 | 14 | -29/+29 |
| | |||||
* | [svn-r22516] Add new testfiles for h5dump with eight varieties of ints and ↵ | Allen Byrne | 2012-07-05 | 8 | -4/+1236 |
| | | | | | | used in an Attribute and Compound datatypes. Tested: local linux using CMake | ||||
* | [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT | Allen Byrne | 2012-07-05 | 1 | -8/+11 |
| | |||||
* | [svn-r22510] Enabled the compilation of tH5E_F03.f90 | Scot Breitenfeld | 2012-07-03 | 2 | -12/+4 |
| | |||||
* | [svn-r22507] Correct file name typo | Allen Byrne | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | [svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two ↵ | Allen Byrne | 2012-07-02 | 5 | -36/+72 |
| | | | | | | copies of references files and adjusted CMake and linux test script. Tested: local linux w/ CMake | ||||
* | [svn-r22504] Maintenance: | Elena Pourmal | 2012-06-29 | 3 | -5/+13 |
| | | | | | | | | See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with Intel compiler using --enable-fortran2003 flag. | ||||
* | [svn-r22499] Add seconf new file! | Allen Byrne | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | [svn-r22498] Add new test to linux script | Allen Byrne | 2012-06-27 | 1 | -0/+4 |
| | |||||
* | [svn-r22497] Added new file | Allen Byrne | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | [svn-r22496] Add file to test integer sizes for attributes | Allen Byrne | 2012-06-27 | 4 | -47/+816 |
| | | | | Tested: local linux | ||||
* | [svn-r22495] Skip the failing File Creation I/O subtest that causes c++ ↵ | Larry Knox | 2012-06-27 | 1 | -2/+11 |
| | | | | | | | | tests to fail with the new/PGI compiler (see HDFFV- 8067). Tested jam, koala, ostrich. | ||||
* | [svn-r22490] I took out the "return an error" line in H5Dget_offset, to ↵ | Raymond Lu | 2012-06-25 | 1 | -2/+0 |
| | | | | | | | | match what the RM says about the function behavior. Quincey added it some time ago without realizing it caused test errors (Issue 8072). Tested on ostrich, MacGoblin - simple change. | ||||
* | [svn-r22487] Snapshot version 1.9 release 122 | HDF Tester | 2012-06-24 | 16 | -48/+50 |
| | |||||
* | [svn-r22486] Description: | Quincey Koziol | 2012-06-23 | 1 | -3/+4 |
| | | | | Fix typo with last change and reformat a little bit | ||||
* | [svn-r22484] Description: | Quincey Koziol | 2012-06-23 | 3 | -21/+22 |
| | | | | | | | | | | | | Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from other tests. Tested on: MacOSX/64 10.7.4 (amazon) w/debug Too minor to require h5committest | ||||
* | [svn-r22482] Maintenance: | Elena Pourmal | 2012-06-23 | 2 | -23/+7 |
| | | | | | | | | - Fixed a typo in return value of the nh5dread_f_c function ( was 1 instead of 0 on success); fixed the return value to make it consistent with other Fortran functions; cleaned the code from debug statements. Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature. | ||||
* | [svn-r22479] Remove subfolder tools from install command | Allen Byrne | 2012-06-20 | 11 | -36/+30 |
| | |||||
* | [svn-r22477] Removed subfolder tools from install command, need to correct ↵ | Allen Byrne | 2012-06-20 | 1 | -2/+2 |
| | | | | install template | ||||
* | [svn-r22471] Add check for MINGW - ws2_32 library | Allen Byrne | 2012-06-18 | 4 | -1/+74 |
| | | | | Tested: windows - mingw | ||||
* | [svn-r22470] Allow MinGW checks for fseek and the like | Allen Byrne | 2012-06-18 | 1 | -2/+2 |
| | | | | Tested: windows 32 mingw | ||||
* | [svn-r22469] MinGW Flags need to use dash | Allen Byrne | 2012-06-18 | 1 | -3/+8 |
| | | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW | ||||
* | [svn-r22464] Correct name used for POSIX flag | Allen Byrne | 2012-06-15 | 1 | -1/+7 |
| | |||||
* | [svn-r22460] Update CPack assignments. | Allen Byrne | 2012-06-13 | 1 | -5/+43 |
| | |||||
* | [svn-r22458] I added an item in the known problem section for the data ↵ | Raymond Lu | 2012-06-12 | 1 | -0/+7 |
| | | | | conversion problem on Mac Lion. | ||||
* | [svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check. | Allen Byrne | 2012-06-12 | 1 | -3/+5 |
| | |||||
* | [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests | Allen Byrne | 2012-06-12 | 1 | -0/+3 |
| | |||||
* | [svn-r22450] Update winsock define to match autotools configure check | Allen Byrne | 2012-06-11 | 7 | -10/+10 |
| | |||||
* | [svn-r22448] Snapshot version 1.9 release 121 | HDF Tester | 2012-06-10 | 15 | -31/+31 |
| | |||||
* | [svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. ↵ | Allen Byrne | 2012-06-08 | 3 | -37/+12 |
| | | | | | | Correct HAVE_WINSOCK name. Tested: windows | ||||
* | [svn-r22445] Add new test to CMake file | Allen Byrne | 2012-06-07 | 1 | -0/+6 |
| | | | | Tested: local linux | ||||
* | [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW | Vailin Choi | 2012-06-07 | 13 | -172/+266 |
| | | | | | | | (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file | ||||
* | [svn-r22441] Move some tests into NOT WINDOWS blocks | Allen Byrne | 2012-06-06 | 1 | -22/+19 |
| | |||||
* | [svn-r22437] Correct Windows cmake config files | Allen Byrne | 2012-06-05 | 1 | -7/+26 |
| | | | | Tested: windows | ||||
* | [svn-r22432] Description: | Quincey Koziol | 2012-06-04 | 2 | -12/+11 |
| | | | | | | | | Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest) | ||||
* | [svn-r22431] Extension is cpp! | Allen Byrne | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | [svn-r22430] CMake and configure synchronization effort. CMake added most ↵ | Allen Byrne | 2012-06-04 | 12 | -250/+633 |
| | | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest | ||||
* | [svn-r22427] Snapshot version 1.9 release 120 | HDF Tester | 2012-06-03 | 14 | -29/+29 |
| | |||||
* | [svn-r22426] Add examples/README file to be installed with examples. | Larry Knox | 2012-06-02 | 11 | -10/+93 |
| | | | | Text file only, but tested with h5committest. |