forked from ticktac-project/tchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more system tests added test wip wip wip rename added oracle for 64bit first version wip wip
- Loading branch information
Showing
104 changed files
with
2,063 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A1.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A1_different_invariant.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A1_non_determ_bisim.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A2.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A2_determ_split_bisim.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A2_determ_split_non_bisim.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A2_non_determ_bisim.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A3.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A4.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A5.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cat "$(dirname $0)/count_to_inf.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:count_to_inf | ||
|
||
clock:1:x | ||
clock:1:y | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: y<1} | ||
location:P:C{invariant: x<=2} | ||
edge:P:A:B:a{do: x=0;y=0} | ||
edge:P:B:C:b{do: x=0;y=0} | ||
edge:P:C:C:c{provided: x>=2 : do: x=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
echo "# labels=green" | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/easy_ad94/easy_ad94_added_transition.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
echo "# labels=green" | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/easy_ad94/easy_ad94_different_guard.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
echo "# labels=green" | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/easy_ad94/easy_ad94.txt" |
19 changes: 19 additions & 0 deletions
19
examples/strong_timed_bisim_system_tests/Lieb_et_al/A1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
edge:P:A:B:a{provided: x<=0} | ||
edge:P:B:C:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} |
19 changes: 19 additions & 0 deletions
19
examples/strong_timed_bisim_system_tests/Lieb_et_al/A1_different_invariant.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<3} | ||
location:P:C{} | ||
edge:P:A:B:a{provided: x<=0} | ||
edge:P:B:C:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} |
22 changes: 22 additions & 0 deletions
22
examples/strong_timed_bisim_system_tests/Lieb_et_al/A1_non_determ_bisim.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
location:P:CPrime{} | ||
edge:P:A:B:a{provided: x<=0} | ||
edge:P:B:C:b{provided: x<=1} | ||
edge:P:B:CPrime:b{provided:x>1} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} | ||
edge:P:CPrime:A:c{provided: x>3 : do: x=0} |
19 changes: 19 additions & 0 deletions
19
examples/strong_timed_bisim_system_tests/Lieb_et_al/A2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
edge:P:A:B:a{do: x=0} | ||
edge:P:B:C:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} |
24 changes: 24 additions & 0 deletions
24
examples/strong_timed_bisim_system_tests/Lieb_et_al/A2_determ_split_bisim.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A2_determ_split_bisim | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:BPrime{invariant: x<2} | ||
location:P:C{} | ||
location:P:CPrime{} | ||
edge:P:A:B:a{provided: x<2 : do: x=0} | ||
edge:P:A:BPrime:a{provided: x>=2 : do: x=0} | ||
edge:P:B:C:b{} | ||
edge:P:BPrime:CPrime:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} | ||
edge:P:CPrime:A:c{provided: x>3 : do: x=0} |
24 changes: 24 additions & 0 deletions
24
examples/strong_timed_bisim_system_tests/Lieb_et_al/A2_determ_split_non_bisim.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A2_determ_split_non_bisim | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:BPrime{invariant: x<2} | ||
location:P:C{} | ||
location:P:CPrime{} | ||
edge:P:A:B:a{provided: x<2 : do: x=0} | ||
edge:P:A:BPrime:a{provided: x>2 : do: x=0} | ||
edge:P:B:C:b{} | ||
edge:P:BPrime:CPrime:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} | ||
edge:P:CPrime:A:c{provided: x>3 : do: x=0} |
24 changes: 24 additions & 0 deletions
24
examples/strong_timed_bisim_system_tests/Lieb_et_al/A2_non_determ_bisim.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A2_non_determ_bisim | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:BPrime{invariant: x<2} | ||
location:P:C{} | ||
location:P:CPrime{} | ||
edge:P:A:B:a{provided: x<2 : do: x=0} | ||
edge:P:A:BPrime:a{provided: x>=1 : do: x=0} | ||
edge:P:B:C:b{} | ||
edge:P:BPrime:CPrime:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} | ||
edge:P:CPrime:A:c{provided: x>3 : do: x=0} |
20 changes: 20 additions & 0 deletions
20
examples/strong_timed_bisim_system_tests/Lieb_et_al/A3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
clock:1:y | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
edge:P:A:B:a{do: x=0;y=0} | ||
edge:P:B:C:b{} | ||
edge:P:C:A:c{provided: y>3 : do: x=0;y=0} |
20 changes: 20 additions & 0 deletions
20
examples/strong_timed_bisim_system_tests/Lieb_et_al/A4.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A1 | ||
|
||
clock:1:x | ||
clock:1:y | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
edge:P:A:B:a{do: x=0} | ||
edge:P:B:C:b{do:y=0} | ||
edge:P:C:A:c{provided: y>3 : do: x=0;y=0} |
Oops, something went wrong.