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

  /src/tests/lib/libc/stdio/
t_fmemopen.c 814 ATF_TC(test17); variable
815 ATF_TC_HEAD(test17, tc)
817 atf_tc_set_md_var(tc, "descr", "test17");
819 ATF_TC_BODY(test17, tc)
1160 ATF_TP_ADD_TC(tp, test17);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1324 static void test17(void) function
1333 printf("Run test17\n");
1357 FAILED((sljit_uw)buf[0] != 0x81818000, "test17 case 1 failed\n");
1358 FAILED((sljit_uw)buf[1] != 0x81818400, "test17 case 2 failed\n");
1359 FAILED((sljit_uw)buf[2] != 0x81818800, "test17 case 3 failed\n");
1360 FAILED((sljit_uw)buf[3] != 0x81818c00, "test17 case 4 failed\n");
1361 FAILED((sljit_uw)buf[4] != 0x81818fff, "test17 case 5 failed\n");
5359 test17();

Completed in 80 milliseconds