aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/finaltest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-28/+16
* Catch-up merge from master sources to branch/2016-04-08/protidying.Richard Brooksby2016-04-211-10/+33
|\
| * Discard all messages retrieved from the queue.Gareth Rees2016-04-201-2/+3
| * Infinity was new in c99 so use huge_val instead.Gareth Rees2016-04-191-2/+2
| * Give buffers their own account in the pool generation accounting system. this...Gareth Rees2016-04-191-10/+31
* | Avoid using "class" as an identifier, since tools like lldb parse expressions...Richard Brooksby2016-04-191-2/+2
* | Catch-up merge from master sources to branch/2016-04-08/protidying.Richard Brooksby2016-04-191-2/+4
|\ \ | |/
| * Make finaltest more strict so that it catches job003884.Gareth Rees2014-10-131-2/+4
* | Making classes into instances of kinds, allowing subclass tests to be used to...Richard Brooksby2016-04-111-4/+6
* | Eliminating generated classof* and setclassof* functions in favour of checked...Richard Brooksby2016-04-111-2/+2
* | Adding classname for use in describe methods.Richard Brooksby2016-04-111-2/+2
* | Explicitly making inststruct the prefix of instances, eliminating pointer pun...Richard Brooksby2016-04-081-2/+2
* | Moving common fields into the base class, starting with the class name.Richard Brooksby2016-04-081-2/+2
|/
* Rename mps_class_t to mps_pool_class_t for clarity.Gareth Rees2014-09-271-1/+1
* Provide a default value for mps_key_awl_find_dependent.Gareth Rees2014-07-021-8/+0
* New public functions mps_pool_total_size and mps_pool_free_size.Gareth Rees2014-05-151-5/+12
* Catch-up merge from master sources @186077 to branch/2014-04-23/awl.Gareth Rees2014-05-151-0/+1
|\
| * Park the arena before calling mps_chain_destroy.Gareth Rees2014-05-121-0/+1
* | Use double-entry book-keeping and bank reconciliation to ensure the soundness...Gareth Rees2014-04-301-2/+2
|/
* Separate jobs for lo and awl finalization.Gareth Rees2014-04-221-1/+1
* Fix bugs in condemn logic:Gareth Rees2014-04-221-23/+81
* Avoid warning on lii3gc.Gareth Rees2014-04-141-1/+2
* Remove unnecessary headers from the test suite.Gareth Rees2014-04-081-1/+1
* Amc/amcz subclass test needs to be other way round now.Gareth Rees2014-04-071-5/+9
* There's no need for test cases to include mpsw3.h any more.Gareth Rees2014-04-071-3/+1
* Refactor finaltest so that it is capable of testing different pool classes.Gareth Rees2014-04-041-97/+67
* 64-bit support for pelles c:Gareth Rees2014-03-251-2/+4
* Improved support for pelles c:Gareth Rees2014-03-241-4/+4
* Ensure that all test cases call testlib_init so that the testlib assertion ha...Gareth Rees2014-03-241-3/+4
* Catch-up merge from custom/cet/main to master.Richard Brooksby2013-05-241-0/+1
* Add testlib_unused(argc) where necessary, so that test cases build on xci6ll.Gareth Rees2013-03-071-0/+1
* Improve the usability of the test suite:Gareth Rees2013-03-071-4/+4
* Eliminating type puns that cause strict aliasing violations in some tests.Richard Brooksby2012-09-101-2/+4
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-2/+2
* Tidy up code from unused variable warnings.David Lovemore2012-07-311-4/+0
* Mps: fix w3i3mv "all" build with vc6:Richard Kistruck2006-04-071-1/+1
* Add a new test, for finalization, demonstrating the value of proxies.Nick Barnes2002-10-181-0/+301