summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Eliminate code defect about incorrect size of allocated object (leaktest)Ivan Maidanski2021-12-261-3/+3
* Eliminate 'value exceeds maximum object size' gcc warnings in huge_testIvan Maidanski2021-12-261-4/+7
* Remove ancient PCR-MakefileIvan Maidanski2021-11-291-1/+0
* Pass ATOMIC_OPS_LIBS to tests using AO primitives directly (Automake)Ivan Maidanski2021-11-271-4/+14
* Move public header files to include/gc in source treeIvan Maidanski2021-11-259-15/+16
* Synchronize copyright years between README filesIvan Maidanski2021-11-221-1/+1
* Eliminate 'scope of variable code can be reduced' cppcheck warningIvan Maidanski2021-10-211-3/+6
* Remove non-working check of M68K in gctestIvan Maidanski2021-10-131-6/+5
* Remove checking of RS6000 completelyIvan Maidanski2021-10-131-1/+1
* Make all functions static in msvc_dbg.c except for backtrace[_symbols]Ivan Maidanski2021-10-121-11/+0
* Workaround msvc_dbg.c build failure on arm[64] (MSVC)Ivan Maidanski2021-10-121-1/+7
* Do not fail tests if pthread_create returns resource unavailable errorIvan Maidanski2021-10-026-27/+48
* Fail threadkey_test on pthread_create error in main loopIvan Maidanski2021-10-021-6/+15
* Use GC_printf in test_cpp consistentlyIvan Maidanski2021-10-021-2/+1
* Print iteration number on thread creation or join failure in testsIvan Maidanski2021-10-027-31/+41
* Fix 'Premature finalization' false alarm in gctest child processIvan Maidanski2021-09-281-0/+7
* Declare API function and print amount of memory obtained from OSIvan Maidanski2021-09-221-0/+8
* Do not test forking if NO_HANDLE_FORK is specifiedIvan Maidanski2021-09-181-0/+1
* Reflect result of VDB selection at runtime in incremental_protection_needsIvan Maidanski2021-09-161-11/+8
* Adjust spaces around '=' in printed messagesIvan Maidanski2021-09-157-45/+49
* Update copyright information in alloc.c and other modified files (2021)Ivan Maidanski2021-09-091-0/+1
* Do not test forking on Cygwin if USE_WINALLOC is specifiedIvan Maidanski2021-09-071-3/+4
* Enable fork testing in single-thread builds (Unix-like)Ivan Maidanski2021-09-071-7/+3
* Report presence of process fork testing (gctest)Ivan Maidanski2021-09-071-0/+3
* Run tree and typed tests in child process (gctest)Ivan Maidanski2021-09-051-0/+4
* Fall back to mprotect-based VDB at runtime if no soft-dirty bit in kernelIvan Maidanski2021-09-041-4/+6
* Avoid code duplication regarding enable_incremental() in gctestIvan Maidanski2021-09-031-51/+34
* Change EMSCRIPTEN macro for internal use to no-underscore formatIvan Maidanski2021-08-301-3/+3
* Use soft dirty bits on Linux (initial implementation, off by default)Ivan Maidanski2021-08-071-2/+4
* Repeat run_one_test NTHREADS times by gctest if single-threadedIvan Maidanski2021-08-061-1/+11
* Add dummy testing of GC_incr_bytes_allocd/freedIvan Maidanski2021-07-251-2/+9
* Remove new_gc_alloc.h fileIvan Maidanski2021-07-251-26/+13
* Avoid gcc stringop-overflow warning for intended overflow in smashtestIvan Maidanski2021-07-211-2/+13
* Ensure all getters and setters are run at least once by gctest (pthreads)Ivan Maidanski2021-07-181-61/+42
* Add GC_get/set_disable_automatic_collection APIJonas Echterhoff2021-07-171-0/+2
* Add API function to force start of incremental collectionJonas Echterhoff2021-07-141-0/+1
* Depend number of fork_a_thread calls on NTHREADS (gctest)Ivan Maidanski2021-07-031-1/+1
* Increase NTHREADS value in tests if code coverage analysisIvan Maidanski2021-07-032-9/+13
* Emscripten single-threaded support (detect stack base, push registers)Nguyen Thai Ngoc Duy2021-06-202-0/+19
* Eliminate 'tmpl might be accessed at non-zero index' cppcheck errorIvan Maidanski2021-06-131-2/+3
* Reformat copyright comment in test_cpp.ccIvan Maidanski2020-09-031-12/+13
* New API (GC_set_markers_count) to control number of parallel markersIvan Maidanski2020-08-131-0/+1
* Do not hard-code finalizable objects limit which triggers GCIvan Maidanski2020-07-311-0/+2
* Remove weakobj_free_list variable in disclaim_weakmap_testIvan Maidanski2020-07-181-5/+1
* Remove redundant UNTESTED(GC_new_free_list/kind) in gctestIvan Maidanski2020-06-211-2/+0
* New API function to clear GC exclusion tableJosh Peterson2020-05-181-0/+1
* Move C++ GC_ATTR_EXPLICIT and GC_NOEXCEPT definition to gc_config_macros.hIvan Maidanski2020-04-161-9/+0
* Check _MSVC_LANG macro in addition to __cplusplus (MS VC)Ivan Maidanski2020-04-151-1/+2
* Check leak of objects allocated by CRT malloc in gctest (MS VC)ssrlive2020-01-301-0/+23
* Define GC_win32_free_heap API function for all Windows targetsIvan Maidanski2020-01-241-1/+1