Searched refs:test41 (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 \
595 test41: $(PROG) test41.ref
602 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Pc . bar/unix/xxx=yyy bar/unix/aaa=bbb >test41.tmp 2>&1
603 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc. >>test41.tmp 2>&1
604 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Pc . bar/unix/xxx=YYY bar/unix/aaa=BBB >>test41.tmp 2>&1
605 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc. >>test41.tmp 2>&1
606 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Pc . >>test41.tmp 2>&1
607 diff test41.ref test41
[all...]
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c3701 static void test41(void) function
3718 printf("Run test41\n");
3813 FAILED(code.func2(32, -11) != 21, "test41 case 1 failed\n");
3814 FAILED(code.func2(1000, 234) != 1234, "test41 case 2 failed\n");
3816 FAILED(code.func2(SLJIT_W(0x20f0a04090c06070), SLJIT_W(0x020f0a04090c0607)) != SLJIT_W(0x22ffaa4499cc6677), "test41 case 3 failed\n");
3901 FAILED(buf[2] != 11.25, "test41 case 3 failed\n");
5383 test41();

Completed in 142 milliseconds