2 # Copyright (C) 2001-2005, The Perl Foundation.
7 use lib qw( . lib ../lib ../../lib );
9 use Parrot::Test tests => 2;
23 Tests basic file IO operations.
29 foreach my $name ( split( ' ', $Config{sig_name} ) ) {
30 return 1 if ( "SIG$name" eq $sig );
36 skip( "no universal SIGFPE handling", 2 );
38 pasm_output_is( <<'CODE', <<OUT, "catch a SIGFPE" );
49 set I0, P5["_severity"]
61 pasm_output_is( <<'CODE', <<OUT, "catch a SIGFPE 2" );
67 .include "signal.pasm"
83 # cperl-indent-level: 4
86 # vim: expandtab shiftwidth=4: