summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support GC_memalign with alignments greater than HBLKSIZEIvan Maidanski2023-01-241-1/+1
* Increment allocated objects count after GC_memalign in gctestIvan Maidanski2023-01-031-5/+9
* Fix allocated objects count increment in alloc8bytes of gctestIvan Maidanski2023-01-031-14/+11
* Increment allocated objects count after GC_[p]valloc calls in gctestIvan Maidanski2023-01-031-3/+7
* Fix potential SIGSEGV on out-of-memory in gctestIvan Maidanski2023-01-031-11/+26
* Always print error details message when gctest failsIvan Maidanski2023-01-031-9/+31
* Document that GC_unregister_my_thread result value is dummyIvan Maidanski2022-12-191-1/+1
* Remove OpenBSD uthreads (GC_OPENBSD_UTHREADS) supportGreg Steuck2022-11-251-1/+1
* Fix typo in comment related to Emscripten linker bug memalign/memsetIvan Maidanski2022-11-231-2/+2
* Redirect reallocarray() in leak_detector.hIvan Maidanski2022-11-021-1/+2
* Test realloc() in leaktestIvan Maidanski2022-11-021-0/+5
* Define public GC_[p]valloc() and redirect to them in leak_detector.hIvan Maidanski2022-10-281-0/+14
* Replace C-style casts in cpptestIvan Maidanski2022-10-201-8/+14
* Eliminate 'struct treenode member is never used' cppcheck warningIvan Maidanski2022-10-201-0/+4
* Include stdio.h and stdlib.h only from gc_priv.hIvan Maidanski2022-09-262-8/+0
* Use cast to void instead of the attribute to indicate unused argumentsIvan Maidanski2022-09-151-19/+34
* Eliminate 'unused but set variable' gcc warning in cpptestIvan Maidanski2022-08-121-3/+3
* New GC_count_set_marks_in_hblk API functionIvan Maidanski2022-08-051-0/+1
* New API function (GC_get_hblk_size) to get HBLKSIZE valueIvan Maidanski2022-08-031-0/+1
* Workaround stack overflow in gctest collect_from_other_thread on musl arm64Ivan Maidanski2022-07-141-1/+1
* Test world stop while other thread in deep recursion in gctest (pthreads)Ivan Maidanski2022-07-111-0/+38
* Test garbage collection from a deep recursion in gctestIvan Maidanski2022-07-081-2/+5
* Avoid duplication of magic numbers in disclaim.c and weakmap.cIvan Maidanski2022-06-022-17/+19
* Prevent (fix) parallel custom mark procs run in single-threaded clientsIvan Maidanski2022-06-011-0/+4
* Fix abort in Win32 DllMain if PARALLEL_MARKIvan Maidanski2022-05-301-2/+1
* Update copyright information in alloc.c and other modified files (2022)Ivan Maidanski2022-05-271-1/+1
* Define GC_get_parallel and GC_set_markers_count in single-threaded GCIvan Maidanski2022-05-201-1/+1
* Allow to start marker threads in child of single-threaded clientIvan Maidanski2022-05-201-5/+3
* Add minimal testing of GC_allow_register_threadsIvan Maidanski2022-05-202-1/+2
* Revert "Do not start threads in gctest child process if ThreadSanitizer"Ivan Maidanski2022-05-101-1/+1
* Change default value of max_prior_attempts to 3Ivan Maidanski2022-05-061-2/+2
* Fix incremental mode enabling in gctest if TEST_MANUAL_VDBIvan Maidanski2022-05-061-2/+2
* Remove extra space after comma in license termsIvan Maidanski2022-05-017-7/+7
* Remove extra parentheses in return statementIvan Maidanski2022-05-012-25/+25
* Fix assertion violation in cpptest in case of finalization is offIvan Maidanski2022-04-221-3/+9
* Fix linking of tests in case of finalization is offIvan Maidanski2022-04-223-4/+13
* Fix 'new_link undeclared' compiler error in gctest if finalization offIvan Maidanski2022-04-221-3/+3
* Workaround call stack size exceeded in gctest (Wasm)Simon Kainz2022-04-211-1/+2
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-181-85/+85
* Test manual self-suspend in gctestIvan Maidanski2022-04-171-13/+50
* Fix comment style near CRTMEM_DUMP_LEAKS definition in gctestIvan Maidanski2022-04-121-1/+1
* Fix missing update of collectable_count in mktree of gctestIvan Maidanski2022-04-121-0/+1
* Do not start threads in gctest child process if ThreadSanitizerIvan Maidanski2022-04-081-1/+1
* Allow to compile tests with custom NTHREADS set to zeroIvan Maidanski2022-04-022-14/+16
* Workaround SIG_SUSPEND delivery to thread inside mutex_lock fail if TSanIvan Maidanski2022-03-311-1/+1
* Allow to use same signal for thread suspend and restartIvan Maidanski2022-03-271-0/+5
* Define and use SIGNAL_BASED_STOP_WORLD macro internallyIvan Maidanski2022-03-271-3/+2
* Fix data race in fail_proc1 of gctestIvan Maidanski2022-03-221-4/+4
* Eliminate 'operation on seed may be undefined' gcc warning in disclaim.cIvan Maidanski2022-03-201-2/+4
* Use AO primitives in GC_RAND_NEXT instead of no_sanitize attributeIvan Maidanski2022-03-202-18/+4