merged
authorbulwahn
Wed, 06 Jul 2011 13:57:52 +0200
changeset 445532882832b8d89
parent 44551 ff935aea9557
parent 44552 bc7d63c7fd6f
child 44554 08ccba00eb34
merged
     1.1 --- a/src/HOL/Predicate_Compile_Examples/IMP_1.thy	Wed Jul 06 09:54:40 2011 +0200
     1.2 +++ b/src/HOL/Predicate_Compile_Examples/IMP_1.thy	Wed Jul 06 13:57:52 2011 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  
     1.5  lemma
     1.6    "exec c s s' ==> exec (Seq c c) s s'"
     1.7 -quickcheck[tester = predicate_compile_wo_ff, size = 2, iterations = 10, timeout = 600.0, expect = counterexample]
     1.8 +quickcheck[tester = predicate_compile_wo_ff, size = 2, iterations = 100, timeout = 600.0, expect = counterexample]
     1.9  oops
    1.10  
    1.11  
     2.1 --- a/src/HOL/Predicate_Compile_Examples/IMP_2.thy	Wed Jul 06 09:54:40 2011 +0200
     2.2 +++ b/src/HOL/Predicate_Compile_Examples/IMP_2.thy	Wed Jul 06 13:57:52 2011 +0200
     2.3 @@ -29,7 +29,7 @@
     2.4  
     2.5  lemma
     2.6    "exec c s s' ==> exec (Seq c c) s s'"
     2.7 -quickcheck[tester = predicate_compile_wo_ff, size = 2, iterations = 10, timeout = 600.0, expect = counterexample]
     2.8 +quickcheck[tester = predicate_compile_wo_ff, size = 2, iterations = 100, timeout = 600.0, expect = counterexample]
     2.9  oops
    2.10  
    2.11  
     3.1 --- a/src/HOL/Predicate_Compile_Examples/IMP_3.thy	Wed Jul 06 09:54:40 2011 +0200
     3.2 +++ b/src/HOL/Predicate_Compile_Examples/IMP_3.thy	Wed Jul 06 13:57:52 2011 +0200
     3.3 @@ -29,8 +29,8 @@
     3.4  
     3.5  lemma
     3.6    "exec c s s' ==> exec (Seq c c) s s'"
     3.7 -  quickcheck[tester = predicate_compile_ff_nofs, size=2, iterations=10, quiet = false, expect = counterexample]
     3.8 +  quickcheck[tester = predicate_compile_ff_nofs, size=2, iterations=100, quiet = false, expect = counterexample]
     3.9  oops
    3.10  
    3.11  
    3.12 -end
    3.13 \ No newline at end of file
    3.14 +end
     4.1 --- a/src/HOL/Predicate_Compile_Examples/IMP_4.thy	Wed Jul 06 09:54:40 2011 +0200
     4.2 +++ b/src/HOL/Predicate_Compile_Examples/IMP_4.thy	Wed Jul 06 13:57:52 2011 +0200
     4.3 @@ -30,7 +30,7 @@
     4.4  lemma
     4.5    "exec c s s' ==> exec (Seq c c) s s'"
     4.6    nitpick (* nitpick fails here! *)
     4.7 -  quickcheck[tester = predicate_compile_wo_ff, size=2, iterations=10, expect=counterexample]
     4.8 +  quickcheck[tester = predicate_compile_wo_ff, size=2, iterations=100, expect=counterexample]
     4.9  oops
    4.10  
    4.11 -end
    4.12 \ No newline at end of file
    4.13 +end
     5.1 --- a/src/HOL/ex/SML_Quickcheck_Examples.thy	Wed Jul 06 09:54:40 2011 +0200
     5.2 +++ b/src/HOL/ex/SML_Quickcheck_Examples.thy	Wed Jul 06 13:57:52 2011 +0200
     5.3 @@ -16,6 +16,7 @@
     5.4  *}
     5.5  
     5.6  declare [[quickcheck_finite_types = false]]
     5.7 +declare [[quickcheck_timeout = 600.0]]
     5.8  
     5.9  subsection {* Lists *}
    5.10  
    5.11 @@ -139,4 +140,4 @@
    5.12    --{* Wrong! *} 
    5.13    oops
    5.14  
    5.15 -end
    5.16 \ No newline at end of file
    5.17 +end