From e1f3a10c5297183fc73eb537d31df521b1fbf882 Mon Sep 17 00:00:00 2001 From: Jacob Smith Date: Fri, 14 Sep 2018 15:24:00 -0500 Subject: Make questionable tests fail with TODOs --- test/ohdr_mindset.c | 4 ++++ 1 file changed, 4 insertions(+) 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 * ************/ -- cgit v0.12