src/Tools/quickcheck.ML
Fri, 18 Mar 2011 18:19:42 +0100 bulwahn adding eval option to quickcheck
Sun, 20 Mar 2011 22:08:12 +0100 wenzelm simplified various cpu_time clones (!): eliminated odd Exn.capture/Exn.release (no need to "stop" timing);
Sun, 20 Mar 2011 21:28:11 +0100 wenzelm structure Timing: covers former start_timing/end_timing and Output.timeit etc;
Mon, 28 Feb 2011 19:06:24 +0100 bulwahn adding function Quickcheck.test_terms to provide checking a batch of terms
Fri, 11 Feb 2011 11:47:43 +0100 bulwahn quickcheck can be invoked with its internal timelimit or without
Fri, 11 Feb 2011 11:47:42 +0100 bulwahn quickcheck invokes TimeLimit.timeLimit only in one separate function
Tue, 08 Feb 2011 18:39:36 +0100 bulwahn changing auto-quickcheck to be considered a non-interactive invocation of quickcheck
Wed, 12 Jan 2011 14:13:04 +0100 wenzelm observe line length limit;
Sat, 08 Jan 2011 17:14:48 +0100 wenzelm misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Wed, 08 Dec 2010 18:07:04 +0100 bulwahn if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
Tue, 07 Dec 2010 10:03:43 +0100 bulwahn testing smartly in two dimensions (cardinality and size) in quickcheck
Fri, 03 Dec 2010 09:55:45 +0100 blanchet run synchronous Auto Tools in parallel
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn only instantiate type variable if there exists some in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn improving presentation of quickcheck reports
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn checking if parameter is name of a tester which allows e.g. quickcheck[random]
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn moving iteration of tests to the testers in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn removed dead test_term_small function in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn renamed parameter from generator to tester; quickcheck only applies one tester on invocation
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn adding configuration quickcheck_tester
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn only handle TimeOut exception if used interactively
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn removed interrupt handling that violates Isabelle/ML exception model
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn corrected indentation
Mon, 22 Nov 2010 11:35:06 +0100 bulwahn improving function is_iterable in quickcheck
Mon, 22 Nov 2010 11:34:54 +0100 bulwahn splitting test_goal function in two functions; exporting new configurations in quickcheck; iterations depend on generator_name in quickcheck
Mon, 22 Nov 2010 11:34:53 +0100 bulwahn adding prototype for finite_type instantiations
Mon, 22 Nov 2010 11:34:52 +0100 bulwahn adding option finite_types to quickcheck
Mon, 22 Nov 2010 10:42:07 +0100 bulwahn changed old-style quickcheck configurations to new Config.T configurations
Mon, 22 Nov 2010 10:42:06 +0100 bulwahn adding temporary function test_test_small to Quickcheck
Fri, 05 Nov 2010 19:47:20 +0100 wenzelm explicit indication of some remaining violations of the Isabelle/ML interrupt model;
less more (0) -50 -30 tip