summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-207-31/+31
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-181-1/+1
* NUMA cleanupsSimon Marlow2016-06-172-0/+23
* Add thin library support to Windows tooTamar Christina2016-06-135-0/+29
* Disable T12031 on linuxTamar Christina2016-06-121-0/+1
* Fix incorrect calculated relocations on Windows x86_64Tamar Christina2016-06-127-0/+53
* Fix Ticky histogram on WindowsTamar Christina2016-06-091-1/+1
* Testsuite Windows: mark T8308 expect_broken (#8308)Thomas Miedema2016-06-071-1/+1
* RTS SMP: Use compiler built-ins on all platforms.Peter Trommler2016-06-042-0/+17
* Refactored SymbolInfo to lower memory usage in RTSTamar Christina2016-06-031-25/+25
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-031-3/+7
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-251-15/+15
* testsuite: Add expected output for T11108Ben Gamari2016-05-191-0/+10
* Add a test for #11108Ben Gamari2016-05-182-0/+79
* Fix histograms for ticky codeMateusz Lenik2016-05-184-0/+20
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-054-10/+10
* rts: Remove deprecated C type `lnat`Erik de Castro Lopo2016-05-023-3/+3
* testsuite: fix up T11223's MakefileAustin Seipp2016-04-281-11/+11
* Testsuite: fix T11223_simple_(unused_)duplicate_libThomas Miedema2016-04-283-5/+5
* Testsuite: add -ignore-dot-ghci to some ghci tests [skip ci]Thomas Miedema2016-04-281-15/+15
* Testsuite: delete accidentally committed .stderr.normalised fileThomas Miedema2016-04-281-24/+0
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-1122-0/+417
* rts: Make StablePtr derefs thread-safe (#10296)Jason Eisenberg2016-04-045-0/+77
* Add expected output for T9405Ben Gamari2016-03-241-0/+3
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-243-0/+15
* Revert "Mark tests for #11643, #11644, #11645 and #9406 expect_broken"Ben Gamari2016-03-071-3/+1
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-252-0/+0
* Mark tests for #11643, #11644, #11645 and #9406 expect_brokenThomas Miedema2016-02-251-1/+3
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-4/+4
* testsuite: mark tests broken on powerpc64Peter Trommler2016-02-251-3/+4
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-233-25/+25
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-102/+102
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-211-2/+2
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-8/+2
* Fixup test for #10728Thomas Miedema2016-01-292-12/+8
* Fix segmentation fault when .prof file not writeableThomas Miedema2016-01-261-2/+1
* Drop redundant/explicit `=1` in `-DFOO=1` flagsHerbert Valerio Riedel2015-12-311-2/+2
* Modify getFullArgs to include program nameRik Steenkamp2015-12-291-1/+1
* Visible type applicationRichard Eisenberg2015-12-241-1/+1
* Modify Nmax to maxN Trac #10728MarcelineVQ2015-12-233-5/+49
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-1/+3
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-0/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-172-3/+3
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-141-2/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-0/+1
* Fix rts/T9579 tests on OS XErik de Castro Lopo2015-10-291-1/+1
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-262-2/+2
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-151-2/+2
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-035-0/+93
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-243-0/+62