X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Ftorpedo%2Fbasic-torpedo.test;h=6181121fb9e26e55db94fd6112ef412e3793ccd1;hb=c1ef4fb4797adbdc4fa0456942151fcb24da43a0;hp=ed611b39740feba23236c5ca575ea78d401d8354;hpb=c22b0b766886590fc8f868736689df7bb4a468c1;p=fleet.git diff --git a/tests/torpedo/basic-torpedo.test b/tests/torpedo/basic-torpedo.test index ed611b3..6181121 100644 --- a/tests/torpedo/basic-torpedo.test +++ b/tests/torpedo/basic-torpedo.test @@ -1,16 +1,18 @@ +#skip #expect 20 #ship debug : Debug #ship fifo : Fifo debug.in: - [L] nop; - notify fifo.out; - [I] [*] wait; - [+] literal 20; - [+] deliver; + [Rq] nop; + send token to fifo.out; + set ilc=*; + [T] recv token; + [*] set word= 20; + [*] deliver; tail; fifo.out: - wait; - notify debug.in:i; + recv token; + send token to debug.in:i;