Searched refs:test51 (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 \
715 test51: $(PROG) test51.ref
722 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc. >test51.tmp 2>&1 || true
723 diff test51.ref test51.tmp
724 rm -f main.cf master.cf test51.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c4897 static void test51(void) function
4956 FAILED(buf[1] != (39 * 5 * (SLJIT_NUMBER_OF_REGISTERS - 2)), "test51 case 1 failed\n");
4988 FAILED(code.func0() != (SLJIT_NUMBER_OF_SCRATCH_REGISTERS * 35 + SLJIT_NUMBER_OF_SAVED_REGISTERS * 17), "test51 case 2 failed\n");
5020 FAILED(code.func0() != (SLJIT_NUMBER_OF_SCRATCH_REGISTERS * 43 + SLJIT_NUMBER_OF_SAVED_REGISTERS * 68), "test51 case 3 failed\n");
5393 test51();

Completed in 203 milliseconds