Home
last modified time | relevance | path

Searched refs:test2_ipc (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DIPC.t5 use Test2::API qw/context test2_ipc_drivers test2_ipc intercept/;
9 test2_ipc();
DAPI.t42 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/
Dipc_files_abort_exit.t24 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/
DStack.t6 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/
Ddisable_ipc_a.t9 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_b.t9 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_c.t10 ok(!Test2::API::test2_ipc, "No IPC");
Ddisable_ipc_d.t25 ok(!Test2::API::test2_ipc, "No IPC");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DIPC.pm73 my $ipc = $root->ipc || test2_ipc() || _make_ipc();
DAPI.pm282 sub test2_ipc { $INST->ipc } subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
DStack.pm33 my $ipc = Test2::API::test2_ipc();
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm158 Test2::API::test2_ipc()->set_no_fatal(1) if Test2::API::test2_has_ipc();
175 ipc => Test2::API::test2_ipc(),