diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-14 20:24:00 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-14 20:24:00 (GMT) |
commit | e1f3a10c5297183fc73eb537d31df521b1fbf882 (patch) | |
tree | 2994eabb1f244a71c0893f21519d6aa03c8830de | |
parent | 14c044f1b113f964b8aca250498fe5b06a6288ca (diff) | |
download | hdf5-e1f3a10c5297183fc73eb537d31df521b1fbf882.zip hdf5-e1f3a10c5297183fc73eb537d31df521b1fbf882.tar.gz hdf5-e1f3a10c5297183fc73eb537d31df521b1fbf882.tar.bz2 |
Make questionable tests fail with TODOs
-rw-r--r-- | test/ohdr_mindset.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ohdr_mindset.c b/test/ohdr_mindset.c index 3870aa2..c9f9935 100644 --- a/test/ohdr_mindset.c +++ b/test/ohdr_mindset.c @@ -1471,6 +1471,8 @@ test_modification_times(void) JSVERIFY( LT, oh_compare(dset_mM_id, dset_xM_id), "minimized should still be smaller than unminimized" ) + JSVERIFY(1,0, "TODO: verify expected behavior; header versions") + /************ * TEARDOWN * ************/ @@ -1777,6 +1779,8 @@ test_external_creation(void) &dset_id) */ + JSVERIFY(1,0, "TODO: close and re-open?") + /************ * TEARDOWN * ************/ |