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

Comparing Coro/t/10_bugs.t (file contents):
Revision 1.1 by root, Mon Dec 12 20:28:30 2005 UTC vs.
Revision 1.2 by root, Mon Dec 12 20:44:53 2005 UTC

1$|=1; 1$|=1;
2print "1..3\n"; 2print "1..3\n";
3
4# test for known buggy perls
3 5
4use Coro; 6use Coro;
5 7
6print "ok 1\n"; 8print "ok 1\n";
7 9
10# debian allocates 0.25mb of local variables in Perl_magic_get,
11# normal is <<256 bytes.
8async { 12async {
9 print "ok 2\n"; 13 print "ok 2\n";
10 $1 14 $1
11}->join; 15}->join;
12 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines