Tue, 20 Dec 2011 17:22:31 +0100 |
bulwahn |
generalize ensure_sort_datatype to ensure_sort in quickcheck_common to allow generators for abstract types;
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 14:43:41 +0100 |
bulwahn |
tuned
|
file |
diff |
annotate
|
Mon, 12 Dec 2011 17:22:48 +0100 |
bulwahn |
tuned quickcheck's response
|
file |
diff |
annotate
|
Fri, 09 Dec 2011 12:21:01 +0100 |
bulwahn |
tuned quickcheck's response
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:36:22 +0100 |
bulwahn |
making the default behaviour of quickcheck a little bit less verbose;
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:36:20 +0100 |
bulwahn |
random reporting compilation returns if counterexample is genuine or potentially spurious, and takes genuine_only option as argument
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:36:06 +0100 |
bulwahn |
exhaustive returns if a counterexample is genuine or potentially spurious in the presence of assumptions more correctly
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:36:00 +0100 |
bulwahn |
renaming potential flag to genuine_only flag with an inverse semantics
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:35:06 +0100 |
bulwahn |
outputing the potentially spurious counterexample and continue search
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:35:05 +0100 |
bulwahn |
dynamic genuine_flag in compilation of random and exhaustive
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:35:04 +0100 |
bulwahn |
indicating where the restart should occur; making safe_if dynamic
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
compilations return genuine flag to quickcheck framework
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
the simple exhaustive compilation also indicates if counterexample is potentially spurious;
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
quickcheck's compilation returns if it is genuine counterexample or a counterexample due to a match exception
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
removing exception handling now that is caught at some other point;
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
quickcheck random can also find potential counterexamples;
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 09:21:18 +0100 |
bulwahn |
quickcheck does not show evaluation terms of equations if they are simply free variables to avoid duplicated output; tuned
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 09:21:15 +0100 |
bulwahn |
adding more verbose messages to exhaustive quickcheck
|
file |
diff |
annotate
|
Fri, 25 Nov 2011 19:07:26 +0100 |
krauss |
removed obsolete uses of Local_Theory.restore -- package composition P1 #> P2 no longer requires them due to 57def0b39696: P2 finds the results of P1 in the auxiliary context
|
file |
diff |
annotate
|
Sat, 19 Nov 2011 21:18:38 +0100 |
wenzelm |
added ML antiquotation @{attributes};
|
file |
diff |
annotate
|
Thu, 10 Nov 2011 17:26:15 +0100 |
bulwahn |
adding a minimalistic preprocessing rewriting common boolean operators; tuned
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 11:35:09 +0100 |
bulwahn |
more precise messages with the tester's name in quickcheck; tuned
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 11:34:59 +0100 |
bulwahn |
quickcheck fails with code generator errors only if one tester is invoked
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 11:34:57 +0100 |
bulwahn |
removing extra arguments
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 11:34:55 +0100 |
bulwahn |
removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 11:34:53 +0100 |
bulwahn |
tuned
|
file |
diff |
annotate
|
Mon, 17 Oct 2011 10:19:01 +0200 |
bulwahn |
moving some common functions from quickcheck to the more HOL-specific quickcheck_common; renamed inductive_SML's configurations to more canonical names; adds automatically left and right hand sides of equations as evaluation terms
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 07:26:53 +0200 |
bulwahn |
adding post-processing of terms to narrowing-based Quickcheck
|
file |
diff |
annotate
|
Wed, 17 Aug 2011 18:05:31 +0200 |
wenzelm |
modernized signature of Term.absfree/absdummy;
|
file |
diff |
annotate
|
Fri, 13 May 2011 22:55:00 +0200 |
wenzelm |
proper Proof.context for classical tactics;
|
file |
diff |
annotate
|
Sat, 16 Apr 2011 16:15:37 +0200 |
wenzelm |
modernized structure Proof_Context;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 14:20:57 +0200 |
wenzelm |
discontinued special treatment of structure Mixfix;
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 08:53:52 +0200 |
bulwahn |
generalizing ensure_sort_datatype for bounded_forall instances
|
file |
diff |
annotate
|
Mon, 04 Apr 2011 14:44:11 +0200 |
bulwahn |
refactoring generator definition in quickcheck and removing clone
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 13:49:38 +0200 |
bulwahn |
adding an exhaustive validator for quickcheck's batch validating; moving strip_imp; minimal setup for bounded_forall
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 09:44:16 +0200 |
bulwahn |
generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
|
file |
diff |
annotate
|
Fri, 25 Mar 2011 11:19:00 +0100 |
bulwahn |
fixed postprocessing for term presentation in quickcheck; tuned spacing
|
file |
diff |
annotate
|
Sun, 13 Mar 2011 13:53:54 +0100 |
wenzelm |
tuned headers;
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 15:21:13 +0100 |
bulwahn |
minor corrections for renaming; moved postprocessing of terms to Quickcheck_Common
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 15:21:13 +0100 |
bulwahn |
adding file quickcheck_common to carry common functions of all quickcheck generators
|
file |
diff |
annotate
|