Add timer guards testcase
This commit is contained in:
parent
a49b884d48
commit
e7be8814ad
16
fco2/testcases/timer-guards.occ
Normal file
16
fco2/testcases/timer-guards.occ
Normal file
|
@ -0,0 +1,16 @@
|
|||
PROC P ()
|
||||
CHAN OF INT c, d:
|
||||
TIMER tim:
|
||||
INT t, x:
|
||||
SEQ
|
||||
tim ? t
|
||||
ALT
|
||||
c ? x
|
||||
SKIP
|
||||
d ? x
|
||||
SKIP
|
||||
tim ? AFTER t PLUS 100000
|
||||
SKIP
|
||||
tim ? AFTER t PLUS 200000
|
||||
SKIP
|
||||
:
|
Loading…
Reference in New Issue
Block a user