summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: more precise test optionsSylvain Henry2022-10-261-11/+16
* Pin used way for test cloneMyStack (#21977)Sven Tennie2022-10-241-1/+5
* Mark T7919 as fragileBryan Richter2022-10-121-3/+7
* Separate IPE source file from spanBen Gamari2022-10-114-408/+99
* Refactor IPE initializationBen Gamari2022-10-1114-381/+360
* Fix a bug in continuation capture across multiple stack chunksAlexis King2022-10-012-0/+33
* Add native delimited continuations to the RTSAlexis King2022-09-1110-0/+127
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-251-2/+10
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-161-1/+1
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-162-3/+3
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-162-2/+0
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-165-0/+51
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-161-5/+2
* testsuite: Add T20494Ben Gamari2022-07-165-0/+92
* Make -fcompact-unwind the defaultMatthew Pickering2022-06-011-3/+2
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-05-171-2/+2
* testsuite: Add tests for #21556Ben Gamari2022-05-137-0/+33
* testsuite: Add test for #21465Ben Gamari2022-05-054-0/+64
* Enable eventlog support in all ways by defaultBen Gamari2022-04-273-10/+10
* Only enable PROF_SPIN in DEBUGDylan Yudaken2022-04-151-1/+1
* Add tests for several trace functions.Philip Hazelden2022-04-092-0/+4
*-. Merge branches 'wip/windows-high-codegen', 'wip/windows-high-linker', 'wip/wi...Ben Gamari2022-04-0711-58/+50
|\ \
| | * testsuite: Mark T9405 as broken on WindowsBen Gamari2022-04-071-1/+1
| | * testsuite: Mark linker unloading tests as broken on WindowsBen Gamari2022-04-072-0/+2
| | * testsuite: Mark T20918 as broken on WindowsBen Gamari2022-04-071-4/+5
| | * testsuite: Update expected output from T5435 tests on WindowsBen Gamari2022-04-072-1/+3
| | * testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-062-3/+4
| | * testsuite: Mark T9405 as fixed on WindowsBen Gamari2022-04-061-1/+1
| | * testsuite: Port T16514 to CBen Gamari2022-04-063-46/+32
| |/ |/|
| * rts/linker: Report archive member indexBen Gamari2022-04-063-3/+3
|/
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-2/+0
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-015-5/+5
* Minor cleanupKrzysztof Gogolewski2022-04-013-8/+2
* linker: Initial Windows C++ exception unwinding supportTamar Christina2022-03-175-0/+54
* testsuite: Fix ipeMap testPeter Trommler2022-02-231-21/+21
* Only check the exit code in derefnull & divbyzero tests on OpenBSDGreg Steuck2022-02-123-2/+4
* Use PATH_FMT instead of %s to format `pathchar *`Ben Gamari2022-01-302-3/+3
* Add test case for C++ exception handlingRobert Hensing2022-01-245-0/+31
* Disable keep-cafs{,-fail} tests on OpenBSDGreg Steuck2022-01-111-2/+2
* Remove from error the parenthesized amount of memory requestedGreg Steuck2022-01-111-1/+5
* Skip T18623 on OpenBSDGreg Steuck2022-01-111-1/+1
* Disable T2615 on OpenBSD, close #20869Greg Steuck2022-01-061-0/+2
* Multiple Home UnitsMatthew Pickering2021-12-284-8/+8
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2021-11-181-0/+0
* Null eventlog writerOleg Grenrus2021-10-152-0/+11
* testsuite: remove 'req_smp' from testwsdequeZubin Duggal2021-10-131-1/+0
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-121-2/+5
* Normalise output of T20199 testMatthew Pickering2021-10-081-1/+2
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-14/+12