HomeSort by: relevance | last modified time | path
    Searched refs:test18 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/stdio/
t_fmemopen.c 868 ATF_TC(test18);
869 ATF_TC_HEAD(test18, tc)
871 atf_tc_set_md_var(tc, "descr", "test18");
873 ATF_TC_BODY(test18, tc)
1161 ATF_TP_ADD_TC(tp, test18);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1367 static void test18(void) function in typeref:typename:void
1375 printf("Run test18\n");
1442 FAILED(buf[0] != SLJIT_W(0x1122334455667788), "test18 case 1 failed\n");
1444 FAILED(buf[1] != 0x55667788, "test18 case 2 failed\n");
1446 FAILED(buf[1] != SLJIT_W(0x5566778800000000), "test18 case 2 failed\n");
1448 FAILED(buf[2] != SLJIT_W(2000000000000), "test18 case 3 failed\n");
1449 FAILED(buf[3] != SLJIT_W(4000000000000), "test18 case 4 failed\n");
1451 FAILED(buf[4] != 0x28282828, "test18 case 5 failed\n");
1453 FAILED(buf[4] != SLJIT_W(0x2828282800000000), "test18 case 5 failed\n");
1455 FAILED(buf[5] != 0, "test18 case 6 failed\n")
    [all...]

Completed in 13 milliseconds