ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/07_eval.t
(Generate patch)

Comparing Coro/t/07_eval.t (file contents):
Revision 1.4 by root, Sun Oct 7 13:53:37 2007 UTC vs.
Revision 1.5 by root, Wed Oct 10 04:13:14 2007 UTC

10 10
11 # a panic: restartop in this test can be caused by perl 5.8.8 not 11 # a panic: restartop in this test can be caused by perl 5.8.8 not
12 # properly handling constant folding (change 29976/28148) 12 # properly handling constant folding (change 29976/28148)
13 # (fixed in 5.10, 5.8.9) 13 # (fixed in 5.10, 5.8.9)
14 # we don't want to scare users, so disable it. 14 # we don't want to scare users, so disable it.
15 $SIG{__DIE__} = undef if $] < 5.008009; 15 delete $SIG{__DIE__} if $] < 5.008009;
16 16
17 print defined eval "1/0" ? "not ok" : "ok", " 4\n"; 17 print defined eval "1/0" ? "not ok" : "ok", " 4\n";
18}; 18};
19 19
20async { 20async {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines