WebSurf/test
Vincent Sanders c512b2f054 Add heap fault injection generator into tests
This builds a dynamic library which can cause heap allocation (malloc)
faliures after a specified number of calls. This is useful to allow
tesing of memory failure allocation paths within netsurf test suites.

An example test for core strings test has been added which
incrementaly fails alloctions allowing all error paths in
initialisation to be exercised.
2017-03-22 08:56:24 +00:00
..
data add persistance flag tests to urldb 2017-03-13 21:20:47 +00:00
js Add dom change event test 2017-02-05 12:39:50 +00:00
Makefile Add heap fault injection generator into tests 2017-03-22 08:56:24 +00:00
bloom.c add bloom filter test for adding NULL string 2016-08-14 23:32:20 +01:00
corestrings.c Add heap fault injection generator into tests 2017-03-22 08:56:24 +00:00
hashtable.c Ensure hash table test doesn't go over-time 2017-02-05 11:57:26 +00:00
llcache.c move tree compatability layer to amiga frontend 2016-12-31 01:04:27 +00:00
log.c Restructure test makefile to be called from main makefile 2015-07-07 16:02:54 +01:00
malloc_fig.c Add heap fault injection generator into tests 2017-03-22 08:56:24 +00:00
malloc_fig.h Add heap fault injection generator into tests 2017-03-22 08:56:24 +00:00
message_data_inline.h add unit test for user message handling 2016-08-06 23:43:23 +01:00
messages.c add test to messages buffer lookup api 2017-03-14 23:23:46 +00:00
mimesniff.c fix mime sniff test with comment tag 2017-03-20 23:39:15 +00:00
nsoption.c replace tmpnam with something more suitable for the test files 2017-03-09 22:11:55 +00:00
nsurl.c extend nsurl component API test case 2017-03-10 11:36:02 +00:00
testament.h make nsurl unit test work again 2015-07-07 00:05:30 +01:00
time.c Test: Add trailing whitespace and garbage datetime string parse tests. 2016-08-17 09:11:02 +01:00
urldbtest.c improve numerical ipv6 urldb prefix search test coverage 2017-03-13 23:52:56 +00:00
urlescape.c Fix warnings in unit tests 2016-08-08 22:12:16 +01:00
utils.c add additional string handling tests 2017-03-14 23:07:26 +00:00