diff --git a/examples/distributedLockNetwork/LDTDupl/why3session.xml b/examples/distributedLockNetwork/LDTDupl/why3session.xml index e2abdca..f727250 100644 --- a/examples/distributedLockNetwork/LDTDupl/why3session.xml +++ b/examples/distributedLockNetwork/LDTDupl/why3session.xml @@ -126,7 +126,7 @@ - + diff --git a/examples/leaderElection/ChangRoberts/why3session.xml b/examples/leaderElection/ChangRoberts/why3session.xml index c2a5c50..81a4e41 100644 --- a/examples/leaderElection/ChangRoberts/why3session.xml +++ b/examples/leaderElection/ChangRoberts/why3session.xml @@ -56,7 +56,7 @@ - + diff --git a/examples/paxosNoRefinement/paxos/why3session.xml b/examples/paxosNoRefinement/paxos/why3session.xml index a9ec762..679deba 100644 --- a/examples/paxosNoRefinement/paxos/why3session.xml +++ b/examples/paxosNoRefinement/paxos/why3session.xml @@ -34,7 +34,19 @@ - + + + + + + + + + + + + + diff --git a/examples/paxosNoRefinement/paxos/why3shapes.gz b/examples/paxosNoRefinement/paxos/why3shapes.gz index 8c5d4f3..0dc918b 100644 Binary files a/examples/paxosNoRefinement/paxos/why3shapes.gz and b/examples/paxosNoRefinement/paxos/why3shapes.gz differ diff --git a/examples/waitFreeRegister/fourSlots/why3session.xml b/examples/waitFreeRegister/fourSlots/why3session.xml index ee1e9b3..ca7398b 100644 --- a/examples/waitFreeRegister/fourSlots/why3session.xml +++ b/examples/waitFreeRegister/fourSlots/why3session.xml @@ -81,7 +81,7 @@ - + diff --git a/test.sh b/test.sh index 5b306f2..7cc6224 100755 --- a/test.sh +++ b/test.sh @@ -13,14 +13,14 @@ all_tests=( "examples/mutualExclusionConcurrent/PetersonAtomic -L stateMachineModels -L examples/mutualExclusionConcurrent" "examples/mutualExclusionConcurrent/BakeryAtomic -L stateMachineModels -L examples/mutualExclusionConcurrent" "examples/waitFreeRegister/slotsAbstract -L stateMachineModels -L examples/waitFreeRegister" -# "examples/waitFreeRegister/fourSlots -L stateMachineModels -L examples/waitFreeRegister" +"examples/waitFreeRegister/fourSlots -L stateMachineModels -L examples/waitFreeRegister" "examples/counter/counter -L stateMachineModels -L examples/counter" "examples/counter/counter_lock -L stateMachineModels -L examples/counter" "examples/counter/counter_alt -L stateMachineModels -L examples/counter" "examples/counter/counter_lock_alt -L stateMachineModels -L examples/counter" "examples/leaderElection/leaderElect -L stateMachineModels -L examples/leaderElection" "examples/leaderElection/leaderElectMax -L stateMachineModels -L examples/leaderElection" -# "examples/leaderElection/ChangRoberts -L stateMachineModels -L examples/leaderElection" +"examples/leaderElection/ChangRoberts -L stateMachineModels -L examples/leaderElection" "examples/leaderElection/ChangRobertsNetwork -L stateMachineModels -L examples/leaderElection" "examples/mutualExclusionToken/oneToken -L stateMachineModels -L examples/mutualExclusionToken" # "examples/mutualExclusionToken/selfstab-ring -L stateMachineModels -L examples/mutualExclusionToken" @@ -35,8 +35,8 @@ all_tests=( "examples/changRobertsNetwork/leaderlect-ring -L networkModels" "examples/distributedLockNetwork/specLDT" "examples/distributedLockNetwork/LDT -L networkModels -L examples/distributedLockNetwork" -# "examples/distributedLockNetwork/LDTDupl -L networkModels -L examples/distributedLockNetwork" -# "examples/paxosNoRefinement/paxos" +"examples/distributedLockNetwork/LDTDupl -L networkModels -L examples/distributedLockNetwork" +"examples/paxosNoRefinement/paxos" ) failed=0