Lines Matching full:non

122 	if (test__start_subtest("non-throwing fentry -> exception_cb"))  in test_exceptions_success()
142 if (test__start_subtest("non-throwing fexit -> exception_cb")) in test_exceptions_success()
192 if (test__start_subtest("non-throwing fentry -> non-throwing subprog")) in test_exceptions_success()
193 /* non-throwing fentry -> non-throwing subprog : OK */ in test_exceptions_success()
203 if (test__start_subtest("throwing fentry -> non-throwing subprog")) in test_exceptions_success()
204 /* throwing fentry -> non-throwing subprog : OK */ in test_exceptions_success()
214 if (test__start_subtest("non-throwing fentry -> throwing subprog")) in test_exceptions_success()
215 /* non-throwing fentry -> throwing subprog : OK */ in test_exceptions_success()
236 if (test__start_subtest("non-throwing fexit -> non-throwing subprog")) in test_exceptions_success()
237 /* non-throwing fexit -> non-throwing subprog : OK */ in test_exceptions_success()
247 if (test__start_subtest("throwing fexit -> non-throwing subprog")) in test_exceptions_success()
248 /* throwing fexit -> non-throwing subprog : OK */ in test_exceptions_success()
258 if (test__start_subtest("non-throwing fexit -> throwing subprog")) in test_exceptions_success()
259 /* non-throwing fexit -> throwing subprog : OK */ in test_exceptions_success()
283 if (test__start_subtest("non-throwing fmod_ret -> non-throwing subprog")) in test_exceptions_success()
296 if (test__start_subtest("non-throwing fmod_ret -> non-throwing global subprog")) in test_exceptions_success()
306 if (test__start_subtest("non-throwing extension -> non-throwing subprog")) in test_exceptions_success()
307 /* non-throwing extension -> non-throwing subprog : BAD (!global) */ in test_exceptions_success()
317 if (test__start_subtest("non-throwing extension -> throwing subprog")) in test_exceptions_success()
318 /* non-throwing extension -> throwing subprog : BAD (!global) */ in test_exceptions_success()
328 if (test__start_subtest("non-throwing extension -> non-throwing subprog")) in test_exceptions_success()
329 /* non-throwing extension -> non-throwing global subprog : OK */ in test_exceptions_success()
339 if (test__start_subtest("non-throwing extension -> throwing global subprog")) in test_exceptions_success()
340 /* non-throwing extension -> throwing global subprog : OK */ in test_exceptions_success()
361 if (test__start_subtest("throwing extension -> non-throwing global subprog")) in test_exceptions_success()
362 /* throwing extension -> non-throwing global subprog : OK */ in test_exceptions_success()
372 if (test__start_subtest("non-throwing extension -> main subprog")) in test_exceptions_success()
373 /* non-throwing extension -> main subprog : OK */ in test_exceptions_success()