Searched refs:test33 (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 \
515 test33: $(PROG) test33.ref
521 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -xc . always_bcc >test33.tmp 2>&1
522 diff test33.ref test33.tmp
523 rm -f main.cf master.cf test33.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c2900 static void test33(void) function
2909 printf("Run test33\n");
2986 FAILED(buf[0] != 0, "test33 case 1 failed\n");
2987 FAILED(buf[1] != 11, "test33 case 2 failed\n");
2988 FAILED(buf[2] != 1, "test33 case 3 failed\n");
2989 FAILED(buf[3] != 45, "test33 case 4 failed\n");
2990 FAILED(buf[4] != 13, "test33 case 5 failed\n");
2991 FAILED(buf[5] != 0, "test33 case 6 failed\n");
2992 FAILED(buf[6] != 0, "test33 case 7 failed\n");
2993 FAILED(buf[7] != 48, "test33 cas
[all...]

Completed in 136 milliseconds