zsh-workers
 help / color / mirror / code / Atom feed
* C03traps.ztst failed:nested `trap ... TERM', triggered on inner loop
@ 2004-05-12 14:57 Felix Rosencrantz
  2004-05-12 16:17 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Rosencrantz @ 2004-05-12 14:57 UTC (permalink / raw)
  To: zw

I'm seeing a test failure on latest anon-cvs code running on a Fedora host.

-FR
> Test ./C03traps.ztst failed: output differs from expected as shown above for:
>   print 'This test takes at least three seconds...' >&8
>   fn1() {
>     trap 'print TERM1' TERM
>     fn2() { trap 'print TERM2; return 1' TERM; sleep 2; }
>     fn2 &
>     sleep 1
>     kill -TERM $!
>     sleep 2
>   }
>   fn1
> Was testing:  Nested `trap ... TERM', triggered on inner loop
> ./C03traps.ztst: test failed.



	
		
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-12 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 14:57 C03traps.ztst failed:nested `trap ... TERM', triggered on inner loop Felix Rosencrantz
2004-05-12 16:17 ` Bart Schaefer
2004-05-12 16:24   ` Peter Stephenson
2004-05-12 16:44   ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).