Searched refs:test25 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-258 tmpfiles="$tmpfiles mcomm-test25.in1 mcomm-test25.in2"
9 cat <<\EOF > mcomm-test25.in1
41 cat <<\EOF > mcomm-test25.in2
71 tmpfiles="$tmpfiles mcomm-test25.out"
73 ${MSGCOMM} --more-than=0 -o mcomm-test25.out mcomm-test25.in1 mcomm-test25.in2
76 tmpfiles="$tmpfiles mcomm-test25.ok"
77 cat <<\EOF > mcomm-test25
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in54 test22 test23 test24 test25 test26 test27 test28 test29 test30 test4b \
389 test25: $(PROG) test25.ref
397 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -c . -C service 2>&1 | grep whatevershebrings >test25.tmp
398 diff test25.ref test25.tmp
399 rm -f main.cf master.cf test25.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c2031 static void test25(void) function
2040 printf("Run test25\n");
2082 FAILED(buf[0] != 0, "test25 case 1 failed\n");
2083 FAILED(buf[1] != 0x7fff, "test25 case 2 failed\n");
2084 FAILED(buf[2] != -0x8000, "test25 case 3 failed\n");
2085 FAILED(buf[3] != 0x7fffffff, "test25 case 4 failed\n");
2086 FAILED(buf[4] != SLJIT_W(-0x80000000), "test25 case 5 failed\n");
2087 FAILED(buf[5] != SLJIT_W(0x1234567887654321), "test25 case 6 failed\n");
2088 FAILED(buf[6] != SLJIT_W(0xff80000000), "test25 case 7 failed\n");
2089 FAILED(buf[7] != SLJIT_W(0x3ff0000000), "test25 cas
[all...]

Completed in 205 milliseconds