Home
last modified time | relevance | path

Searched refs:fail_msg (Results 1 - 14 of 14) sorted by relevance

/third_party/jerryscript/tools/
H A Drun-mem-stats-test.sh31 function fail_msg function
42 [ -x "$1" ] || fail_msg "Engine '$1' is not executable"
54 is_mem_stats_build "$JERRY" || fail_msg "First engine specified should be built without memory statistics support"
58 is_mem_stats_build "$JERRY_MEM_STATS" && fail_msg "Second engine specified should be built with memory statistics support"
H A Drun-perf-test.sh31 [ -x "$1" ] || fail_msg "Engine '$1' is not executable"
/third_party/python/Lib/test/
H A Dtest_thread.py90 fail_msg = "stack_size(%d) failed - should succeed"
93 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
H A Dtest_math.py213 fail_msg = fail_fmt.format(expected, got)
214 fail_msg += ' ({})'.format(failure)
215 return fail_msg
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp460 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
486 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
H A Dbrw_vec4_gs_visitor.cpp843 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_gs()
936 params->error_str = ralloc_strdup(mem_ctx, gs->fail_msg); in brw_compile_gs()
H A Dbrw_vec4.h99 char *fail_msg; member in brw::vec4_visitor
H A Dbrw_shader.cpp1421 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1448 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
H A Dbrw_mesh.cpp257 error[simd] = ralloc_strdup(mem_ctx, v[simd]->fail_msg); in brw_compile_task()
770 error[simd] = ralloc_strdup(mem_ctx, v[simd]->fail_msg); in brw_compile_mesh()
H A Dbrw_vec4_visitor.cpp1361 fail_msg(NULL), in vec4_visitor()
1403 this->fail_msg = msg; in fail()
H A Dbrw_fs.h391 char *fail_msg; member in fs_visitor
H A Dbrw_fs.cpp593 this->fail_msg = msg; in vfail()
7450 params->error_str = ralloc_strdup(mem_ctx, v8->fail_msg);
7496 v16->fail_msg);
7523 v32->fail_msg);
7835 error[simd] = ralloc_strdup(mem_ctx, v[simd]->fail_msg);
7839 dispatch_width, v[simd]->fail_msg);
7953 *error_str = ralloc_strdup(mem_ctx, v8->fail_msg);
7972 v16->fail_msg);
7978 v16->fail_msg);
H A Dbrw_vec4.cpp2641 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_vs()
2672 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_vs()
H A Dbrw_fs_visitor.cpp1182 this->fail_msg = NULL; in init()

Completed in 26 milliseconds