Searched refs:test31 (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 \
492 test31: $(PROG) test31.ref
498 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nxc . >test31.tmp 2>&1
499 diff test31.ref test31.tmp
500 rm -f main.cf master.cf test31.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c2683 static void test31(void) function
2698 printf("Run test31\n");
2758 FAILED(buf[0] != 1, "test31 case 1 failed\n");
2759 FAILED(buf[1] != 2, "test31 case 2 failed\n");
2762 FAILED(buf[2] != 1, "test31 case 3 failed\n");
2763 FAILED(buf[3] != 2, "test31 case 4 failed\n");
2765 FAILED(buf[4] != 1, "test31 case 5 failed\n");
2766 FAILED((buf[5] & 0xffffffff) != 0x85540c10, "test31 case 6 failed\n");
2767 FAILED(buf[6] != 2, "test31 case 7 failed\n");
2768 FAILED(buf[7] != 1, "test31 cas
[all...]

Completed in 186 milliseconds