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

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in56 test42 test43 test44 test45 test46 test47 test48 test49 test50 test51 \
682 test48: $(PROG) test48.ref
689 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc. >test48.tmp 2>&1 || true
690 diff test48.ref test48.tmp
691 rm -f main.cf master.cf test48.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c4530 static void test48(void) function
4542 printf("Run test48\n");
4546 printf("no fpu available, test48 skipped\n");
4651 FAILED(dbuf[3] != 476.25, "test48 case 1 failed\n");
4652 FAILED(dbuf[4] != 476.25, "test48 case 2 failed\n");
4653 FAILED(dbuf[5] != 2345.0, "test48 case 3 failed\n");
4654 FAILED(dbuf[6] != -6213.0, "test48 case 4 failed\n");
4655 FAILED(dbuf[7] != 312.0, "test48 case 5 failed\n");
4656 FAILED(dbuf[8] != -9324.0, "test48 case 6 failed\n");
4658 FAILED(sbuf[2] != 123.5, "test48 cas
[all...]

Completed in 412 milliseconds