Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 4869) sorted by relevance

12345678910>>...195

/third_party/node/test/parallel/
Dtest-child-process-spawnsync-validation-errors.js20 function fail(option, value, message) { function
31 fail('cwd', 0, invalidArgTypeError);
32 fail('cwd', 1, invalidArgTypeError);
33 fail('cwd', true, invalidArgTypeError);
34 fail('cwd', false, invalidArgTypeError);
35 fail('cwd', [], invalidArgTypeError);
36 fail('cwd', {}, invalidArgTypeError);
37 fail('cwd', common.mustNotCall(), invalidArgTypeError);
46 fail('detached', 0, invalidArgTypeError);
47 fail('detached', 1, invalidArgTypeError);
[all …]
/third_party/boost/libs/config/test/all/
DJamfile.v227 [ compile-fail ../has_2arg_use_facet_fail.cpp ] ;
30 [ compile-fail ../has_bethreads_fail.cpp ] ;
33 [ compile-fail ../has_clock_gettime_fail.cpp ] ;
36 [ compile-fail ../has_detect_mismatch_fail.cpp ] ;
39 [ compile-fail ../has_dirent_h_fail.cpp ] ;
42 [ compile-fail ../has_expm1_fail.cpp ] ;
45 [ compile-fail ../has_float128_fail.cpp ] ;
48 [ compile-fail ../has_ftime_fail.cpp ] ;
51 [ compile-fail ../has_getsystemtimeasfiletime_fail.cpp ] ;
54 [ compile-fail ../has_gettimeofday_fail.cpp ] ;
[all …]
/third_party/typescript/tests/baselines/reference/
DneverReturningFunctions1.js2 function fail(message?: string): never {
7 if (x === undefined) fail("undefined argument");
13 fail("negative number");
19 fail();
23 function f11(x: string | undefined, fail: (message?: string) => never) {
24 if (x === undefined) fail("undefined argument");
28 function f12(x: number, fail: (message?: string) => never): number {
30 fail("negative number");
34 function f13(x: string, fail: (message?: string) => never) {
36 fail();
[all …]
DneverReturningFunctions1.types2 function fail(message?: string): never {
3 >fail : (message?: string | undefined) => never
16 if (x === undefined) fail("undefined argument");
20 >fail("undefined argument") : never
21 >fail : (message?: string | undefined) => never
40 fail("negative number");
41 >fail("negative number") : never
42 >fail : (message?: string | undefined) => never
56 fail();
57 >fail() : never
[all …]
DneverReturningFunctions1.symbols2 function fail(message?: string): never {
3 >fail : Symbol(fail, Decl(neverReturningFunctions1.ts, 0, 0))
15 if (x === undefined) fail("undefined argument");
18 >fail : Symbol(fail, Decl(neverReturningFunctions1.ts, 0, 0))
34 fail("negative number");
35 >fail : Symbol(fail, Decl(neverReturningFunctions1.ts, 0, 0))
48 fail();
49 >fail : Symbol(fail, Decl(neverReturningFunctions1.ts, 0, 0))
55 function f11(x: string | undefined, fail: (message?: string) => never) {
58 >fail : Symbol(fail, Decl(neverReturningFunctions1.ts, 21, 35))
[all …]
/third_party/boost/libs/vmd/test/
DJamfile.v244 [ compile-fail test_assert_fail.cpp ]
45 [ compile-fail test_assert_fail_array.cpp ]
46 [ compile-fail test_assert_fail_identifier.cpp ]
47 [ compile-fail test_assert_fail_is_empty.cpp ]
48 [ compile-fail test_assert_fail_is_identifier.cpp ]
49 [ compile-fail test_assert_fail_is_number.cpp ]
50 [ compile-fail test_assert_fail_list.cpp ]
51 [ compile-fail test_assert_fail_number.cpp ]
52 [ compile-fail test_assert_fail_seq.cpp ]
53 [ compile-fail test_assert_fail_tuple.cpp ]
[all …]
/third_party/typescript/tests/cases/conformance/controlFlow/
DneverReturningFunctions1.ts5 function fail(message?: string): never { function
10 if (x === undefined) fail("undefined argument");
16 fail("negative number");
22 fail();
26 function f11(x: string | undefined, fail: (message?: string) => never) {
27 if (x === undefined) fail("undefined argument");
31 function f12(x: number, fail: (message?: string) => never): number {
33 fail("negative number");
37 function f13(x: string, fail: (message?: string) => never) {
39 fail();
[all …]
/third_party/pulseaudio/src/pulsecore/
Dcli-command.c64 int (*proc) (pa_core *c, pa_tokenizer*t, pa_strbuf *buf, bool *fail);
83 static int pa_cli_command_exit(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
84 static int pa_cli_command_help(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
85 static int pa_cli_command_modules(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
86 static int pa_cli_command_clients(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
87 static int pa_cli_command_cards(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
88 static int pa_cli_command_sinks(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
89 static int pa_cli_command_sources(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
90 static int pa_cli_command_sink_inputs(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
91 static int pa_cli_command_source_outputs(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
[all …]
Dpid.c96 goto fail; in open_pid_file()
101 goto fail; in open_pid_file()
105 goto fail; in open_pid_file()
113 goto fail; in open_pid_file()
118 goto fail; in open_pid_file()
124 fail: in open_pid_file()
198 goto fail;
201 goto fail;
219 goto fail;
225 goto fail;
[all …]
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl21.c75 int fail; variable
116 fail = 1; in setup()
143 fail = 1; in do_child()
179 fail = 1; in compare_lock()
185 fail = 1; in compare_lock()
191 fail = 1; in compare_lock()
198 fail = 1; in compare_lock()
204 fail = 1; in compare_lock()
214 fail = 1; in unlock_file()
241 fail = 1; in parent_put()
[all …]
Dfcntl20.c77 int fail = 0; variable
135 fail = 1; in do_child()
171 fail = 1; in compare_lock()
177 fail = 1; in compare_lock()
183 fail = 1; in compare_lock()
190 fail = 1; in compare_lock()
196 fail = 1; in compare_lock()
206 fail = 1; in unlock_file()
233 fail = 1; in parent_put()
241 fail = 1; in parent_get()
[all …]
Dfcntl19.c81 int fail = 0; variable
118 fail = 1; in setup()
172 fail = 1; in compare_lock()
178 fail = 1; in compare_lock()
184 fail = 1; in compare_lock()
191 fail = 1; in compare_lock()
197 fail = 1; in compare_lock()
207 fail = 1; in unlock_file()
234 fail = 1; in parent_put()
242 fail = 1; in parent_get()
[all …]
/third_party/boost/libs/multi_array/test/
DJamfile.v29 compile-fail fail_cbracket.cpp ;
10 compile-fail fail_cdata.cpp ;
11 compile-fail fail_citerator.cpp ;
12 compile-fail fail_cparen.cpp ;
13 compile-fail fail_criterator.cpp ;
14 compile-fail fail_csubarray.cpp ;
15 compile-fail fail_csubarray2.cpp ;
16 compile-fail fail_csubarray3.cpp ;
17 compile-fail fail_cview.cpp ;
18 compile-fail fail_cview2.cpp ;
[all …]
Dregression.cfg17 compile-fail libs/multi_array/test/fail_cbracket.cpp
18 compile-fail libs/multi_array/test/fail_cdata.cpp
19 compile-fail libs/multi_array/test/fail_citerator.cpp
20 compile-fail libs/multi_array/test/fail_cparen.cpp
21 compile-fail libs/multi_array/test/fail_criterator.cpp
22 compile-fail libs/multi_array/test/fail_csubarray.cpp
23 compile-fail libs/multi_array/test/fail_csubarray2.cpp
24 compile-fail libs/multi_array/test/fail_csubarray3.cpp
25 compile-fail libs/multi_array/test/fail_cview.cpp
26 compile-fail libs/multi_array/test/fail_cview2.cpp
[all …]
/third_party/boost/libs/optional/test/
DJamfile.v254 [ compile-fail optional_test_fail_const_swap.cpp ]
55 [ compile-fail optional_test_ref_convert_assign_const_int_prevented.cpp ]
56 [ compile-fail optional_test_fail1.cpp ]
57 [ compile-fail optional_test_fail3a.cpp ]
58 [ compile-fail optional_test_fail3b.cpp ]
59 [ compile-fail optional_test_ref_fail1.cpp ]
60 [ compile-fail optional_test_ref_fail3.cpp ]
61 [ compile-fail optional_test_ref_fail4.cpp ]
62 [ compile-fail optional_test_inplace_fail.cpp ]
63 [ compile-fail optional_test_inplace_fail2.cpp ]
[all …]
/third_party/boost/libs/core/test/
DJamfile.v221 compile-fail addressof_fail_rvalue.cpp ;
24 compile-fail checked_delete_fail.cpp ;
25 compile-fail checked_delete_fail2.cpp ;
31 compile-fail ref_rv_fail1.cpp ;
32 compile-fail ref_rv_fail2.cpp ;
33 compile-fail ref_rv_fail3.cpp ;
34 compile-fail ref_rv_fail4.cpp ;
35 compile-fail ref_rv_fail5.cpp ;
36 compile-fail ref_implicit_fail.cpp ;
37 compile-fail ref_implicit_fail2.cpp ;
[all …]
/third_party/boost/libs/smart_ptr/test/
DJamfile36 compile-fail shared_ptr_assign_fail.cpp ;
37 compile-fail shared_ptr_delete_fail.cpp ;
38 compile-fail shared_ptr_compare_fail.cpp ;
50 compile-fail shared_ptr_pv_fail.cpp ;
52 compile-fail scoped_ptr_eq_fail.cpp ;
53 compile-fail scoped_array_eq_fail.cpp ;
83 compile-fail auto_ptr_lv_fail.cpp
109 compile-fail array_fail_spa_sp_c.cpp ;
110 compile-fail array_fail_sp_spa_c.cpp ;
111 compile-fail array_fail_spa_spa_c.cpp ;
[all …]
/third_party/curl/tests/unit/
Dunit1653.c54 goto fail;
57 goto fail;
68 goto fail;
71 goto fail;
79 goto fail;
82 goto fail;
91 goto fail;
94 goto fail;
107 goto fail;
110 goto fail;
[all …]
/third_party/boost/libs/tti/test/
DJamfile.v240 [ compile-fail test_has_member_fail.cpp ]
41 [ compile-fail test_has_member_fail2.cpp ]
42 [ compile-fail test_has_member_fail3.cpp ]
52 [ compile-fail test_has_member_cv_fail.cpp ]
53 [ compile-fail test_has_member_cv_fail2.cpp ]
54 [ compile-fail test_has_member_cv_fail3.cpp ]
55 [ compile-fail test_has_member_cv_fail4.cpp ]
56 [ compile-fail test_has_member_cv_fail5.cpp ]
67 [ compile-fail test_has_mem_data_fail.cpp ]
68 [ compile-fail test_has_mem_data_fail2.cpp ]
[all …]
/third_party/boost/libs/type_erasure/test/
DJamfile.jam57 compile-fail fail_default_construct.cpp ;
58 compile-fail fail_construct_mismatch.cpp ;
59 compile-fail fail_construct_mismatch_ref.cpp ;
60 compile-fail fail_construct_mismatch_cref.cpp ;
61 compile-fail fail_construct_mismatch_rref.cpp ;
62 compile-fail fail_binding_convert_no_mapping.cpp ;
63 compile-fail fail_increment_discard_const.cpp ;
64 compile-fail fail_not_incrementable.cpp ;
66 compile-fail fail_ref_assign.cpp ;
67 compile-fail fail_cref_assign.cpp ;
[all …]
/third_party/boost/tools/quickbook/test/
DJamfile.v236 [ quickbook-error-test code_cpp_mismatched_escape-1_4-fail ]
38 [ quickbook-error-test code_python_mismatched_escape-1_4-fail ]
41 [ quickbook-error-test code_unclosed_block-1_6-fail ]
53 [ quickbook-error-test endsect-wrong-id-1_4-fail ]
54 [ quickbook-error-test endsect-wrong-id-1_7-fail ]
55 [ quickbook-error-test endsect-unopened-1_7-fail ]
58 [ quickbook-error-test escape-mismatched-1_5-fail ]
65 [ quickbook-error-test heading_unclosed-1_4-fail ]
72 [ quickbook-error-test import-1_1-fail ]
73 [ quickbook-error-test include-1_1-fail ]
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c58 goto fail; in dpp_build_reconfig_announcement()
65 goto fail; in dpp_build_reconfig_announcement()
71 goto fail; in dpp_build_reconfig_announcement()
78 goto fail; in dpp_build_reconfig_announcement()
84 goto fail; in dpp_build_reconfig_announcement()
90 goto fail; in dpp_build_reconfig_announcement()
98 goto fail; in dpp_build_reconfig_announcement()
122 fail: in dpp_build_reconfig_announcement()
185 goto fail; in dpp_configurator_build_own_connector()
190 goto fail; in dpp_configurator_build_own_connector()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fInfoLogQueryShared.cpp55 result.fail("Return buffer was not INFO_LOG_LENGTH sized and null-terminated"); in verifyInfoLogQuery()
57 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
70 result.fail("'length' was not written to"); in verifyInfoLogQuery()
72 result.fail("Either length was incorrect or result was not null-terminated"); in verifyInfoLogQuery()
74 result.fail("'length' characters + null terminator is larger than INFO_LOG_LENGTH"); in verifyInfoLogQuery()
76 result.fail("'length' is not consistent with INFO_LOG_LENGTH"); in verifyInfoLogQuery()
78 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
80 result.fail("'length' and written string length do not match"); in verifyInfoLogQuery()
93 result.fail("'length' was not written to"); in verifyInfoLogQuery()
95 result.fail("Expected 'length' = 1"); in verifyInfoLogQuery()
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProtobufArrayListTest.java73 fail(); in testModificationWithIteration()
82 fail(); in testModificationWithIteration()
91 fail(); in testModificationWithIteration()
122 fail(); in testRemove()
141 fail(); in testGet()
148 fail(); in testGet()
166 fail(); in testSet()
173 fail(); in testSet()
252 fail(); in assertImmutable()
259 fail(); in assertImmutable()
[all …]
/third_party/boost/libs/units/test/
DJamfile.v259 compile-fail fail_implicit_conversion.cpp ;
60 compile-fail fail_quantity_construct.cpp ;
61 compile-fail fail_quantity_assign.cpp ;
62 compile-fail fail_quantity_add.cpp ;
63 compile-fail fail_quantity_subtract.cpp ;
64 compile-fail fail_quantity_add_assign.cpp ;
65 compile-fail fail_quantity_sub_assign.cpp ;
66 compile-fail fail_quantity_scalar_add.cpp ;
67 compile-fail fail_quantity_scalar_sub.cpp ;
68 compile-fail fail_quantity_unit_add.cpp ;
[all …]

12345678910>>...195