Home
last modified time | relevance | path

Searched refs:DIED (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/dports/devel/p5-Cache-AgainstFile/Cache-AgainstFile-1.016/t/
H A DCacheAgainstFile.t44 ASSERT(DIED(sub {
49 ASSERT(DIED(sub {
54 ASSERT(DIED(sub {
59 ASSERT(DIED(sub {
64 ASSERT(DIED(sub {
H A DCacheAgainstFile-Storable.t58 ASSERT(DIED(sub {
81 ASSERT(DIED(sub {
85 ASSERT(DIED(sub {
/dports/devel/p5-Config-Wrest/Config-Wrest-1.036/t/
H A DRead-errors.t38 ASSERT( DIED( sub {
55 ASSERT( DIED(sub {
61 ASSERT( DIED(sub {
87 ASSERT( DIED( sub {
92 ASSERT( DIED( sub {
H A DRead-directives-errors.t35 ASSERT( DIED(sub {
40 ASSERT( DIED(sub {
/dports/devel/p5-Hash-Flatten/Hash-Flatten-1.19/t/
H A Dhash_flatten.t407 ASSERT(DIED( sub{ Hash::Flatten::flatten([1,2,3]) } ) && scalar $@ =~ /1st arg must be a hashref/, …
408 ASSERT(DIED( sub{ Hash::Flatten::unflatten([1,2,3]) } ) && scalar $@ =~ /1st arg must be a hashref/…
411 DIED( sub{ Hash::Flatten::flatten({}, {EscapeSequence => '.'}) })
416 DIED( sub{ Hash::Flatten::flatten({}, {EscapeSequence => ':'}) })
428 ASSERT( DIED( sub { Hash::Flatten::flatten( $data ) } ), 'recursive data structure detected in hash…
449 ASSERT( DIED( sub { Hash::Flatten::flatten( $data ) } ), "recursive data structure detected in arra…
452 DIED( sub{ Hash::Flatten::flatten({a => \[1,2]}, {OnRefRef => "die"}) })
457 DIED( sub{ Hash::Flatten::flatten({a => \"x"}, {OnRefScalar => "die"}) })
462 DIED( sub{ Hash::Flatten::flatten({a => \*FH}, {OnRefGlob => "die"}) })
/dports/devel/p5-Event/Event-1.28/t/
H A Deval.t11 $Event::DIED = sub {
32 local $Event::DIED = sub { die };
34 ok $_[0], '/Event::DIED died/';
40 local $Event::DIED = \&Event::verbose_exception_handler;
/dports/devel/p5-Test-Most/Test-Most-0.37/t/lib/
H A DOurTester.pm15 our ( $DIED, $BAILED );
16 our @EXPORT_OK = qw($DIED $BAILED dies bails);
22 _set_test_failure_handler( sub { $DIED = 1 } );
57 _die_or_bail($sub, \&_set_die, $message, \$DIED);
/dports/mail/p5-Email-MIME-CreateHTML/Email-MIME-CreateHTML-1.042/t/
H A DEmail-MIME-CreateHTML-Resolver.t48 ASSERT(DIED(sub { Email::MIME::CreateHTML::Resolver->new()->get_resource('')}) && $@ =~ /get_resour…
49 ASSERT(DIED(sub { Email::MIME::CreateHTML::Resolver->new({resolver => 1})->_select_resolver('abc')}…
50 ASSERT(DIED(sub { Email::MIME::CreateHTML::Resolver->new({resolver => new Dummy()})->_select_resolv…
51 ASSERT(DIED(sub { Email::MIME::CreateHTML::Resolver->new({object_cache => new Dummy()})->_select_re…
/dports/www/p5-Any-Template/Any-Template-1.015/t/
H A Dany_template.t71 ASSERT(DIED(sub { new Any::Template() }), "Check for backend");
145 ASSERT(DIED(sub { new Any::Template({
150 ASSERT(DIED(sub {
153 ASSERT(DIED(sub {
/dports/devel/p5-Guard/Guard-1.023/t/
H A D03_die.t7 $Guard::DIED = sub {
18 $Guard::DIED = sub {
42 $Guard::DIED = sub {
/dports/devel/p5-Test-Most/Test-Most-0.37/t/
H A Dimport_die.t5 use OurTester qw($DIED dies);
11 ok !$DIED, '... and not die';
H A Dfunction_die.t5 use OurTester qw($DIED dies);
13 ok !$DIED, '... and not die';
H A Denv_die.t6 use OurTester qw($DIED dies);
12 ok !$DIED, '... and not die';
H A Dexclude_test_modules.t5 use OurTester qw($DIED dies);
H A Dcommon.t5 use OurTester qw($DIED dies);
H A Dexclude_test_symbols.t16 use OurTester qw($DIED dies);
/dports/devel/p5-File-Policy/File-Policy-1.005/t/
H A Dfile_slurp_withinpolicy.t113 ASSERT( DIED(sub { read_file("$root/FSWP_Icon\r"); } ), 'bad chars' );
114 ASSERT( DIED(sub { read_file("$root/FSWP_NONEXISTENT"); } ), 'doesnt exist' );
/dports/devel/p5-Guard/Guard-1.023/
H A DREADME52 eval { $Guard::DIED->() } if $@;
144 by Guard, followed by calling the code reference stored in $Guard::DIED
148 The default for $Guard::DIED is to call "warn "$@"", i.e. the error is
154 The code reference stored in $Guard::DIED should not die (behaviour is
162 Thanks to Marco Maisenhelder, who reminded me of the $Guard::DIED
H A DGuard.pm57 our $DIED = sub { warn "$@" };
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dshellprocess.cpp72 mStatus = DIED; in slotExited()
149 case DIED: in errorMessage()
/dports/www/p5-Feersum/Feersum-1.410/t/
H A D61-plack-suite.t15 *Feersum::DIED = sub {
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/automuteus/utils/pkg/game/
H A Dplayer.go8 DIED const
/dports/devel/p5-Async-Interrupt/Async-Interrupt-1.26/
H A DInterrupt.pm247 our $DIED = sub { warn "$@" };
/dports/x11/mate-session-manager/mate-session-manager-1.26.0/mate-session/
H A Dgsm-app.c43 DIED, enumerator
300 signals[DIED] = in gsm_app_class_init()
502 g_signal_emit (app, signals[DIED], 0); in gsm_app_died()
/dports/www/p5-Feersum/Feersum-1.410/lib/
H A DFeersum.pm44 sub DIED { Carp::confess "DIED: $@"; } subroutine

12345678910>>...26