mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r7309] Purpose:
Enable test Description: Re-enabled error API testing Platforms tested: h5committested
This commit is contained in:
parent
92f5e443f8
commit
eaad7b0f21
@ -204,16 +204,13 @@ int main(int argc, char *argv[])
|
||||
/* Tests are generally arranged from least to most complexity... */
|
||||
InitTest("dcreate", tts_dcreate, cleanup_dcreate,
|
||||
"multi-dataset creation");
|
||||
InitTest("error", tts_error, cleanup_error,
|
||||
"per-thread error stacks");
|
||||
InitTest("cancel", tts_cancel, cleanup_cancel,
|
||||
"thread cancellation safety test");
|
||||
InitTest("acreate", tts_acreate, cleanup_acreate,
|
||||
"multi-attribute creation");
|
||||
|
||||
/* Commented out since there are errors for this test */
|
||||
/*InitTest("error", tts_error, cleanup_error,
|
||||
"per-thread error stacks");
|
||||
*/
|
||||
|
||||
Verbosity = 4; /* Default Verbosity is Low */
|
||||
H5get_libversion(&major, &minor, &release);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user