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

  /src/tests/lib/libc/stdio/
t_fmemopen.c 737 /* test15 - 18:
743 ATF_TC(test15);
744 ATF_TC_HEAD(test15, tc)
746 atf_tc_set_md_var(tc, "descr", "test15");
748 ATF_TC_BODY(test15, tc)
1158 ATF_TP_ADD_TC(tp, test15);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1173 static void test15(void) function in typeref:typename:void
1182 printf("Run test15\n");
1246 FAILED(code.func1((sljit_sw)&buf) != -15, "test15 case 1 failed\n");
1247 FAILED(buf[0] != 14, "test15 case 2 failed\n");
1248 FAILED(buf[1] != -8, "test15 case 3 failed\n");
1249 FAILED(buf[2] != SLJIT_FUNC_OFFSET(func) + 42, "test15 case 4 failed\n");
1250 FAILED(buf[3] != SLJIT_FUNC_OFFSET(func) - 85, "test15 case 5 failed\n");
1251 FAILED(buf[4] != SLJIT_FUNC_OFFSET(func) + 31, "test15 case 6 failed\n");
1252 FAILED(buf[5] != 335, "test15 case 7 failed\n");
1253 FAILED(buf[6] != -15, "test15 case 8 failed\n")
    [all...]

Completed in 15 milliseconds