summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking
Commit message (Expand)AuthorAgeFilesLines
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-012-2/+5
* Add Javascript backendSylvain Henry2022-11-292-10/+24
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-161-6/+6
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-131-2/+0
* testsuite: Provide module definitions in T10955dynBen Gamari2022-04-064-7/+25
* testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-062-14/+0
* testsuite: Rework T13606 to avoid gcc dependenceBen Gamari2022-04-061-1/+2
* Minor cleanupKrzysztof Gogolewski2022-04-011-4/+2
* Use libc++ instead of libstdc++ on openbsd in addition to freebsdGreg Steuck2021-12-211-1/+1
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-122-3/+3
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-127-9/+10
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-121-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-121-2/+4
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+6
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-05-071-10/+10
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-222-6/+12
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-051-11/+10
* Mark p6 and T3333 as fragileSimon Jakobi2021-04-051-1/+2
* Add UnitId to Target recordFendor2021-03-281-3/+3
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-211-10/+11
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+1
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* testsuite: Mark some GHCi/Makefile tests as broken on WindowsBen Gamari2020-09-201-0/+2
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+1
* winio: Fix stderr output for ghci/linking/dyn tests.Andreas Klebinger2020-07-153-1/+7
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* Do not panic on linker errorsPeter Trommler2020-03-256-0/+36
* testsuite: Mark ghci056 and ghcilink004 as fragile in unregBen Gamari2020-03-111-0/+1
* testsuite: Disable tests that assume name of libstdc++ on FreeBSDBen Gamari2020-02-141-2/+12
* testsuite: Don't override LD_LIBRARY_PATH, only prependBen Gamari2019-12-021-1/+1
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-082-1/+2
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-052-1/+2
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-1/+7
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-213-0/+73
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-061-4/+2
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-305-0/+30
* testsuite: Use makefile_testBen Gamari2019-01-302-25/+18
* Revert "Batch merge"Ben Gamari2019-01-306-48/+25
* Batch mergeBen Gamari2019-01-306-25/+48
* testsuite: Skip ghcilink002 when unregisterisedBen Gamari2019-01-231-0/+2
* testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-testsBen Gamari2018-12-281-2/+6
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-305-31/+0
* Fix T15729 in masterZejun Wu2018-10-171-1/+1
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-155-0/+31
* Fix #9438 by converting a panic to an error messageRyan Scott2018-04-135-5/+28
* Windows: fix all failing tests.Tamar Christina2018-01-025-143/+3
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-085-0/+17