Searched refs:test39 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in55 test31 test32 test33 test34 test35 test36 test37 test39 test40 test41 \
572 test39: $(PROG) test39.ref
579 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc . '*'/unix >test39.tmp 2>&1
580 diff test39.ref test39.tmp
581 rm -f main.cf master.cf test39.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c3548 static void test39(void) function
3556 printf("Run test39\n");
3587 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 1 failed\n");
3590 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 2 failed\n");
3591 FAILED(!!code.code, "test39 case 3 failed\n");
3597 FAILED(sljit_get_compiler_error(compiler) != SLJIT_SUCCESS, "test39 case 4 failed\n");
3599 FAILED(sljit_get_compiler_error(compiler) != SLJIT_ERR_ALLOC_FAILED, "test39 case 5 failed\n");
5381 test39();

Completed in 197 milliseconds