ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/perl-Test-Simple/t/Legacy/subtest
/
usr
share
doc
perl-Test-Simple
t
Legacy
subtest
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
args.t
620 B
chmod
View
DL
Edit
Rename
Delete
bail_out.t
1.25 MB
chmod
View
DL
Edit
Rename
Delete
basic.t
4.7 MB
chmod
View
DL
Edit
Rename
Delete
callback.t
1016 B
chmod
View
DL
Edit
Rename
Delete
die.t
535 B
chmod
View
DL
Edit
Rename
Delete
do.t
283 B
chmod
View
DL
Edit
Rename
Delete
events.t
376 B
chmod
View
DL
Edit
Rename
Delete
fork.t
1.2 MB
chmod
View
DL
Edit
Rename
Delete
for_do_t.test
112 B
chmod
View
DL
Edit
Rename
Delete
implicit_done.t
479 B
chmod
View
DL
Edit
Rename
Delete
line_numbers.t
3.77 MB
chmod
View
DL
Edit
Rename
Delete
plan.t
1.34 MB
chmod
View
DL
Edit
Rename
Delete
predicate.t
4.73 MB
chmod
View
DL
Edit
Rename
Delete
singleton.t
712 B
chmod
View
DL
Edit
Rename
Delete
threads.t
430 B
chmod
View
DL
Edit
Rename
Delete
todo.t
5.33 MB
chmod
View
DL
Edit
Rename
Delete
wstat.t
369 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/perl-Test-Simple/t/Legacy/subtest/bail_out.t
#!/usr/bin/perl -w # HARNESS-NO-STREAM # HARNESS-NO-PRELOAD BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; @INC = ('../lib', 'lib'); } else { unshift @INC, 't/lib'; } } my $goto = 0; my $Exit_Code; BEGIN { *CORE::GLOBAL::exit = sub { $Exit_Code = shift; goto XXX if $goto; CORE::exit($Exit_Code)}; } use Test::Builder; use Test::More; my $skip = ref(Test::Builder->new->{Stack}->top->format) ne 'Test::Builder::Formatter'; plan skip_all => "This test cannot be run with the current formatter" if $skip; $goto = 1; my $output; my $TB = Test::More->builder; $TB->output(\$output); my $Test = Test::Builder->create; $Test->level(0); $Test->plan(tests => 2); plan tests => 4; ok 'foo'; subtest 'bar' => sub { plan tests => 3; ok 'sub_foo'; subtest 'sub_bar' => sub { plan tests => 3; ok 'sub_sub_foo'; ok 'sub_sub_bar'; BAIL_OUT("ROCKS FALL! EVERYONE DIES!"); ok 'sub_sub_baz'; }; ok 'sub_baz'; }; XXX: $Test->is_eq( $output, <<'OUT' ); 1..4 ok 1 # Subtest: bar 1..3 ok 1 # Subtest: sub_bar 1..3 ok 1 ok 2 Bail out! ROCKS FALL! EVERYONE DIES! OUT $Test->is_eq( $Exit_Code, 255 ); Test2::API::test2_stack()->top->set_no_ending(1);
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply