Lines Matching full:extension
162 if (test__start_subtest("throwing extension (with custom cb) -> exception_cb")) in test_exceptions_success()
170 }), "Extension programs cannot attach to exception callback", 0); in test_exceptions_success()
172 if (test__start_subtest("throwing extension -> global func in exception_cb")) in test_exceptions_success()
182 if (test__start_subtest("throwing extension (with custom cb) -> global func in exception_cb")) 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()
309 prog = eskel->progs.extension; 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()
320 prog = eskel->progs.extension; 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()
331 prog = eskel->progs.extension; 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()
342 prog = eskel->progs.extension; in test_exceptions_success()
350 if (test__start_subtest("throwing extension -> throwing global subprog")) in test_exceptions_success()
351 /* 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()
375 prog = eskel->progs.extension; in test_exceptions_success()
383 if (test__start_subtest("throwing extension -> main subprog")) in test_exceptions_success()
384 /* throwing extension -> main subprog : OK */ in test_exceptions_success()