| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/ |
| H A D | Tiny.t | 7 use Test2::API qw/context intercept test2_stack/; 58 my $main_events = intercept { 74 my $other_events = intercept { 109 my $events = intercept { 120 $events = intercept { 139 $events = intercept { 162 ok($ctx != $ictx, "Different context inside intercept"); 169 # Test that a bail-out in an intercept does not exit. 170 $events = intercept { 179 $events = intercept { [all...] |
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_s390x.S | 14 .macro intercept symbol, real macro 44 intercept setjmp, _ZN14__interception11real_setjmpE 45 intercept _setjmp, _ZN14__interception12real__setjmpE 46 intercept sigsetjmp, _ZN14__interception14real_sigsetjmpE 47 intercept __sigsetjmp, _ZN14__interception16real___sigsetjmpE
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/ |
| H A D | README.md | 6 the clang static analyzer. Includes intercept-build tool, which logs 34 $ intercept-build <your build command> 49 $ intercept-build <your build command> 73 Generally speaking, the `intercept-build` and `analyze-build` tools together 77 $ intercept-build <your build command> && analyze-build 87 2. Use special library to intercept compiler calls during the build process. 89 Use `--intercept-first` flag to get this model. 91 3. Use compiler wrappers to intercept compiler calls during the build process. 93 Use `--intercept-first` and `--override-compiler` flags together to get 99 you need to pass the compiler wrappers manually. eg.: `intercept-build [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/ |
| H A D | 629.t | 5 use Test2::API qw/intercept/; 9 intercept { 20 intercept { 32 intercept {
|
| H A D | 600.t | 1 use Test2::API qw/intercept/; 12 my $events = intercept { fake() };
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
| H A D | 696-intercept_skip_all.t | 6 use Test2::API qw/intercept/; 9 my $events = intercept { 20 my $events = intercept { 31 my $events = intercept {
|
| H A D | errors_facet.t | 2 use Test2::API qw/intercept context/; 30 my $events = intercept { 40 intercept {
|
| H A D | 862-intercept_tb_todo.t | 5 use Test2::API qw/intercept/; 16 $events = main::intercept(sub { 32 # Cannot use intercept, so make a failing test, the overall test file
|
| H A D | 694_note_diag_return_values.t | 5 use Test2::API qw/intercept/; 8 intercept {
|
| H A D | 642_persistent_end.t | 8 intercept 12 intercept {
|
| H A D | 684-nested_todo_diag.t | 5 use Test2::API qw/intercept/; 8 intercept {
|
| H A D | inherit_trace.t | 5 use Test2::API qw/context run_subtest intercept/; 20 my $events = intercept {
|
| H A D | buffered_subtest_plan_buffered.t | 5 use Test2::API qw/intercept test2_stack/; 20 intercept {
|
| H A D | 812-todo.t | 4 use Test2::API qw/intercept/; 20 my $e = intercept {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | InterceptResult.t | 8 use Test2::API qw/intercept context/; 32 my $four = intercept { 82 my $one = intercept { 111 my $one = intercept { 141 my $one = intercept { 183 my $two = intercept { 189 my $one = intercept { 238 my $one = intercept { 268 my $one = intercept { ok(1); ok(2) }; 289 my $two = intercept { [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | Formatter.t | 6 use Test2::API qw/intercept run_subtest test2_stack/; 37 intercept { 59 intercept { 73 intercept {
|
| H A D | intercept.t | 6 use Test2::API qw/intercept intercept_deep context run_subtest/; 30 my $buffered_shallow = intercept { buffered 'buffered shallow' => $subtest }; 31 my $streamed_shallow = intercept { streamed 'streamed shallow' => $subtest };
|
| H A D | Subtest_plan.t | 6 use Test2::API qw/run_subtest intercept/; 8 my $events = intercept {
|
| H A D | Subtest_events.t | 6 use Test2::API qw/run_subtest intercept/; 8 my $events = intercept {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/ |
| H A D | 6_cmp_ok.t | 3 use Test2::API qw/intercept/; 5 my $events = intercept {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| H A D | IPC.t | 5 use Test2::API qw/context test2_ipc_drivers test2_ipc intercept/; 19 ok(eval { intercept { Test2::IPC->import }; 1 }, "Can re-import Test2::IPC without error") or diag …
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/ |
| H A D | events.t | 5 use Test2::API qw/intercept/; 7 my $events = intercept {
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 147 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 149 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 153 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 154 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.") 155 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.") 156 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.") [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/ |
| H A D | 693_ipc_ordering.t | 9 use Test2::API qw/context intercept/; 16 my $events = intercept {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/ |
| H A D | diag_event_on_ok.t | 5 use Test2::API qw/intercept/; 8 my $events = intercept {
|