summaryrefslogtreecommitdiffstats
path: root/test/tbogus.h5
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29299] Merge of r29202 (HDFFV-9697 fix) from trunk.Dana Robinson2016-03-071-0/+0
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran and C++
* [svn-r27766] Merge of r27292 from trunk:Dana Robinson2015-09-131-0/+0
| | | | | | | | Bring 'fail if unknown always' object header message flag from the avoid_truncate branch, strengthen error checking for unknown messages, and try to catch object header code configurations at compile time (instead of runtime). Tested on: koala
* [svn-r26356] Bring revisions #25971 - 26109 from trunk to revise_chunks.Vailin Choi2015-03-041-0/+0
| | | | | | Also move check for swmr_read in each driver on reading beyond file eoa to H5FD_read()-- in sync with changes for revision #26002 in trunk. h5committested.
* [svn-r13721] Description:Quincey Koziol2007-05-011-0/+0
| | | | | | | | | | | | | Add "fail if unknown" and "mark if unknown" flags to object header messages. This gives the library a clean way to tell older libraries that a message should not be just ignored if it's unknown, but that other actions should occur. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r6308] Purpose:Quincey Koziol2003-01-211-0/+0
Bug fix Description: Currently, when the library encounters an object header message that isn't know, it fails to open that object in the file. Solution: Allow the library to skip over the unknown object header message and continue to process the remaining messages, in the hope that the skipped message isn't important later. If it is important, it will be caught at a higher level of the library. Platforms tested: FreeBSD 4.7 (sleipnir)