Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 25 of 71) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/
H A DTiny.t7 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 Dtsan_rtl_s390x.S14 .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 DREADME.md6 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 D629.t5 use Test2::API qw/intercept/;
9 intercept {
20 intercept {
32 intercept {
H A D600.t1 use Test2::API qw/intercept/;
12 my $events = intercept { fake() };
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
H A D696-intercept_skip_all.t6 use Test2::API qw/intercept/;
9 my $events = intercept {
20 my $events = intercept {
31 my $events = intercept {
H A Derrors_facet.t2 use Test2::API qw/intercept context/;
30 my $events = intercept {
40 intercept {
H A D862-intercept_tb_todo.t5 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 D694_note_diag_return_values.t5 use Test2::API qw/intercept/;
8 intercept {
H A D642_persistent_end.t8 intercept
12 intercept {
H A D684-nested_todo_diag.t5 use Test2::API qw/intercept/;
8 intercept {
H A Dinherit_trace.t5 use Test2::API qw/context run_subtest intercept/;
20 my $events = intercept {
H A Dbuffered_subtest_plan_buffered.t5 use Test2::API qw/intercept test2_stack/;
20 intercept {
H A D812-todo.t4 use Test2::API qw/intercept/;
20 my $e = intercept {
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DInterceptResult.t8 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 DFormatter.t6 use Test2::API qw/intercept run_subtest test2_stack/;
37 intercept {
59 intercept {
73 intercept {
H A Dintercept.t6 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 DSubtest_plan.t6 use Test2::API qw/run_subtest intercept/;
8 my $events = intercept {
H A DSubtest_events.t6 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 D6_cmp_ok.t3 use Test2::API qw/intercept/;
5 my $events = intercept {
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
H A DIPC.t5 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 Devents.t5 use Test2::API qw/intercept/;
7 my $events = intercept {
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def147 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 D693_ipc_ordering.t9 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 Ddiag_event_on_ok.t5 use Test2::API qw/intercept/;
8 my $events = intercept {

123