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

  /src/tests/lib/libc/stdio/
t_fmemopen.c 918 * test19 - test22:
930 ATF_TC(test19);
931 ATF_TC_HEAD(test19, tc)
933 atf_tc_set_md_var(tc, "descr", "test19");
935 ATF_TC_BODY(test19, tc)
1162 ATF_TP_ADD_TC(tp, test19);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1475 static void test19(void) function in typeref:typename:void
1483 printf("Run test19\n");
1514 FAILED(buf[0] != 10, "test19 case 1 failed\n");
1515 FAILED(buf[1] != 4, "test19 case 2 failed\n");
1516 FAILED(buf[2] != 14, "test19 case 3 failed\n");
1517 FAILED(buf[3] != 14, "test19 case 4 failed\n");
1518 FAILED(buf[4] != 8, "test19 case 5 failed\n");
1519 FAILED(buf[5] != 6, "test19 case 6 failed\n");
1520 FAILED(buf[6] != 12, "test19 case 7 failed\n");
1521 FAILED(buf[7] != 10, "test19 case 8 failed\n")
    [all...]

Completed in 15 milliseconds