summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix chaining tagged and untagged ptrs in compacting GCÖmer Sinan Ağacan2020-01-253-0/+84
* testsuite: Disable derefnull when built with LLVMBen Gamari2019-12-301-4/+4
* testsuite: Mark T5435_* tests as broken on ARMBen Gamari2019-12-171-6/+16
* testsuite: Disable divByZero on non-NCG targetsBen Gamari2019-12-051-0/+4
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-234-0/+55
* testsuite: Increase width of stack003 testBen Gamari2019-11-191-5/+11
* testsuite: Mark T13676 as broken on Darwin and WindowsBen Gamari2019-11-091-2/+3
* testsuite: Fix header #include order on WindowsBen Gamari2019-11-091-2/+3
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-083-10/+7
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-052-8/+5
* Merge non-moving garbage collectorBen Gamari2019-10-232-41/+95
|\
| * testsuite: Don't run T7160 in nonmoving_thr waysBen Gamari2019-10-221-1/+1
| * testsuite: bug1010 requires -c, which isn't supported by nonmovingBen Gamari2019-10-221-1/+4
| * testsuite: Ensure that threaded tests are run in nonmoving_thrBen Gamari2019-10-221-2/+6
| * rts/BlockAlloc: Allow aligned allocation requestswip/gc/aligned-block-allocationÖmer Sinan Ağacan2019-10-181-37/+84
* | Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-202-2/+2
|/
* Skip T13767 on DarwinVladislav Zavialov2019-10-121-1/+3
* Escape stats file command (#13676)Vladislav Zavialov2019-10-123-0/+49
* Add new debug flag -DZTobias Guggenmos2019-10-033-0/+3
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-144-9/+9
* testsuite: Ensure T5423 flushes C output bufferBen Gamari2019-06-164-3/+15
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* testsuite: Fix omit_ways usageBen Gamari2019-06-121-1/+1
* testsuite: Skip T7919 in ghci wayBen Gamari2019-06-121-1/+2
* testsuite: Mark T2783 as fragile in threaded1Ben Gamari2019-06-121-1/+1
* testsuite: Add test for #16514Ben Gamari2019-06-094-0/+68
* Use binary search to speedup checkUnloadPhuong Trinh2019-05-308-0/+234
* testsuite: fix ifdef lint errors under tests/rts/linkerArtem Pyanykh2019-04-213-3/+3
* testsuite: move tests related to linker under tests/rts/linkerArtem Pyanykh2019-04-2153-162/+170
* Update a panic messageÖmer Sinan Ağacan2019-04-116-12/+12
* Directly test section alignment, fix internal reloc probing lengthArtem Pyanykh2019-03-206-22/+22
* Add a linker test re: section alignmentArtem Pyanykh2019-03-204-0/+28
* Address some todos and fixmesArtem Pyanykh2019-03-206-10/+10
* Adjust section placement and relocation logic for Mach-OArtem Pyanykh2019-03-206-0/+95
* testsuite: Mark T10672 as brokenBen Gamari2019-03-201-2/+4
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Testsuite: use 'fragile' instead of 'skip' for T3424, T14697Vladislav Zavialov2019-03-081-9/+7
* RTS: Add missing memory barrierPeter Trommler2019-02-271-3/+6
* Skip T3424 when fast()wip/test-t3424Vladislav Zavialov2019-02-261-0/+1
* Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-02-241-3/+7
* testsuite: Use makefile_testBen Gamari2019-01-3010-77/+52
* Revert "Batch merge"Ben Gamari2019-01-3010-52/+77
* Batch mergeBen Gamari2019-01-3010-77/+52
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-2/+0
* testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-testsBen Gamari2018-12-281-0/+2
* testsuite: Mark keep-cafs and keep-cafs-fail as broken on FreeBSDBen Gamari2018-12-111-1/+3
* testsuite: Ensure that unregisterised function is calledBen Gamari2018-12-111-3/+3
* testsuite: Mark tickets identified in #15467 as brokenBen Gamari2018-12-111-1/+3
* Mark broken tests on powerpc64le and skip ghci-extPeter Trommler2018-12-071-0/+2
* linker: store entire link map and use it.Tamar Christina2018-12-045-0/+28