Searched refs:test2_ipc (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | IPC.t | 5 use Test2::API qw/context test2_ipc_drivers test2_ipc intercept/; 9 test2_ipc();
|
| D | API.t | 42 test2_ipc 101 ok($CLASS->can('test2_ipc')->(), 'got ipc'); 102 is($CLASS->can('test2_ipc')->(), $CLASS->can('test2_ipc')->(), "always get the same IPC");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/ |
| D | ipc_files_abort_exit.t | 24 use Test2::API qw/test2_ipc/; 28 my $tmpdir = test2_ipc()->tempdir;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| D | Stack.t | 6 use Test2::API qw/test2_ipc/; 65 is($top->ipc, test2_ipc, "Used sync's ipc");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| D | disable_ipc_a.t | 9 ok(!Test2::API::test2_ipc, "No IPC");
|
| D | disable_ipc_b.t | 9 ok(!Test2::API::test2_ipc, "No IPC");
|
| D | disable_ipc_c.t | 10 ok(!Test2::API::test2_ipc, "No IPC");
|
| D | disable_ipc_d.t | 25 ok(!Test2::API::test2_ipc, "No IPC");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| D | IPC.pm | 73 my $ipc = $root->ipc || test2_ipc() || _make_ipc();
|
| D | API.pm | 282 sub test2_ipc { $INST->ipc } subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
| D | Stack.pm | 33 my $ipc = Test2::API::test2_ipc();
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| D | Builder.pm | 158 Test2::API::test2_ipc()->set_no_fatal(1) if Test2::API::test2_has_ipc(); 175 ipc => Test2::API::test2_ipc(),
|