HomeSort by: relevance | last modified time | path
    Searched defs:test39 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 3548 static void test39(void) function in typeref:typename:void
3556 printf("Run test39\n");
3587 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 1 failed\n");
3590 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 2 failed\n");
3591 FAILED(!!code.code, "test39 case 3 failed\n");
3597 FAILED(sljit_get_compiler_error(compiler) != SLJIT_SUCCESS, "test39 case 4 failed\n");
3599 FAILED(sljit_get_compiler_error(compiler) != SLJIT_ERR_ALLOC_FAILED, "test39 case 5 failed\n");
5381 test39();

Completed in 15 milliseconds