Lines Matching full:throwing
130 if (test__start_subtest("non-throwing fentry -> exception_cb"))
140 if (test__start_subtest("throwing fentry -> exception_cb"))
150 if (test__start_subtest("non-throwing fexit -> exception_cb"))
160 if (test__start_subtest("throwing fexit -> exception_cb"))
170 if (test__start_subtest("throwing extension (with custom cb) -> exception_cb"))
180 if (test__start_subtest("throwing extension -> global func in exception_cb"))
190 if (test__start_subtest("throwing extension (with custom cb) -> global func in exception_cb"))
200 if (test__start_subtest("non-throwing fentry -> non-throwing subprog"))
201 /* non-throwing fentry -> non-throwing subprog : OK */
211 if (test__start_subtest("throwing fentry -> non-throwing subprog"))
212 /* throwing fentry -> non-throwing subprog : OK */
222 if (test__start_subtest("non-throwing fentry -> throwing subprog"))
223 /* non-throwing fentry -> throwing subprog : OK */
233 if (test__start_subtest("throwing fentry -> throwing subprog"))
234 /* throwing fentry -> throwing subprog : OK */
244 if (test__start_subtest("non-throwing fexit -> non-throwing subprog"))
245 /* non-throwing fexit -> non-throwing subprog : OK */
255 if (test__start_subtest("throwing fexit -> non-throwing subprog"))
256 /* throwing fexit -> non-throwing subprog : OK */
266 if (test__start_subtest("non-throwing fexit -> throwing subprog"))
267 /* non-throwing fexit -> throwing subprog : OK */
277 if (test__start_subtest("throwing fexit -> throwing subprog"))
278 /* throwing fexit -> throwing subprog : OK */
289 * throwing specification compatibility with target when supported.
291 if (test__start_subtest("non-throwing fmod_ret -> non-throwing subprog"))
302 * throwing specification compatibility with target when supported.
304 if (test__start_subtest("non-throwing fmod_ret -> non-throwing global subprog"))
314 if (test__start_subtest("non-throwing extension -> non-throwing subprog"))
315 /* non-throwing extension -> non-throwing subprog : BAD (!global) */
325 if (test__start_subtest("non-throwing extension -> throwing subprog"))
326 /* non-throwing extension -> throwing subprog : BAD (!global) */
336 if (test__start_subtest("non-throwing extension -> non-throwing subprog"))
337 /* non-throwing extension -> non-throwing global subprog : OK */
347 if (test__start_subtest("non-throwing extension -> throwing global subprog"))
348 /* non-throwing extension -> throwing global subprog : OK */
358 if (test__start_subtest("throwing extension -> throwing global subprog"))
359 /* throwing extension -> throwing global subprog : OK */
369 if (test__start_subtest("throwing extension -> non-throwing global subprog"))
370 /* throwing extension -> non-throwing global subprog : OK */
380 if (test__start_subtest("non-throwing extension -> main subprog"))
381 /* non-throwing extension -> main subprog : OK */
391 if (test__start_subtest("throwing extension -> main subprog"))
392 /* throwing extension -> main subprog : OK */