summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Output finalization information by GC_dumpIvan Maidanski2022-03-161-3/+0
* Fix SIGSEGV caused by dropped stack access from child process in gctestIvan Maidanski2022-03-161-9/+15
* Eliminate 'layout of aggregates has changed in GCC 5' warning in cpptestIvan Maidanski2022-03-121-2/+9
* Change minimum heap growth to one block if requested explicitlyIvan Maidanski2022-03-021-1/+1
* Name all tests consistentlyIvan Maidanski2022-02-0717-90/+84
* Reduce number of iterations in disclaim and cpp testsIvan Maidanski2022-02-074-13/+8
* Increase number of iterations in leak and middle testsIvan Maidanski2022-02-063-13/+20
* Fix stack overflow in gctest on Alpine Linux/s390xBruno Haible2022-02-061-1/+5
* Eliminate 'n obtained from untrusted source' code defect FP in test_cppIvan Maidanski2022-01-281-1/+4
* Add missing undef GC_NO_THREAD_REDIRECTS in threaded testsIvan Maidanski2022-01-152-0/+2
* Ensure every test prints a message on successIvan Maidanski2022-01-1510-2/+14
* Remove duplication of random numbers generator formulaIvan Maidanski2022-01-153-11/+8
* Workaround crash in FreeBSD rand() by avoiding its concurrent usageIvan Maidanski2022-01-152-31/+38
* 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