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

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in54 test22 test23 test24 test25 test26 test27 test28 test29 test30 test4b \
365 test23: $(PROG) test23.ref
373 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c . -nC builtin >test23.tmp 2>&1
374 diff test23.ref test23.tmp
375 rm -f main.cf master.cf test23.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1805 static void test23(void) function
1824 printf("Run test23\n");
1884 FAILED(code.func2((sljit_sw)&buf, (sljit_sw)&ibuf) != -13, "test23 case 1 failed\n");
1885 FAILED(buf[0] != -5791, "test23 case 2 failed\n");
1886 FAILED(buf[1] != 43579, "test23 case 3 failed\n");
1887 FAILED(buf[2] != 658923, "test23 case 4 failed\n");
1888 FAILED(buf[3] != 0x0f00f00, "test23 case 5 failed\n");
1889 FAILED(buf[4] != 0x0f00f00, "test23 case 6 failed\n");
1890 FAILED(buf[5] != 80, "test23 case 7 failed\n");
1891 FAILED(buf[6] != 0x123456, "test23 cas
[all...]

Completed in 210 milliseconds