]> pd.if.org Git - nbds/blobdiff - test/CuTest.c
add hazard pointer implementation. buggy
[nbds] / test / CuTest.c
index fb4950d647b1c951e050bfdff24560835ad01f3b..6eccb947a70f3a20592cded745d097c7bc0e9861 100644 (file)
@@ -140,6 +140,9 @@ static void CuFailInternal(CuTest* tc, const char* file, int line, CuString* str
 
        tc->failed = 1;
        tc->message = string->buffer;
+    extern void lwt_halt(void);
+    extern void lwt_dump(const char *);
+    lwt_dump(tc->name);
        if (tc->jumpBuf != 0) longjmp(*(tc->jumpBuf), 0);
 }