summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix rdynamic flag and test on WindowsTamar Christina2015-08-182-3/+8
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-122-2/+0
* Fix #7919 (again)Simon Marlow2015-07-311-1/+0
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-225-4/+86
* Testsuite: mark T7919 expect_broken_for(#7919, ['optasm','dyn','optllvm'])Thomas Miedema2015-07-181-0/+1
* Testsuite: small test cleanupsThomas Miedema2015-07-181-1/+1
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-072-0/+42
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-064-0/+24
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-0/+6
* Testsuite: mark tests as expect_broken on win64Thomas Miedema2015-06-111-0/+1
* Testsuite: don't show compile/link info for some testsThomas Miedema2015-06-041-8/+8
* linker_unload working on Windows, fixes #8292.Edward Z. Yang2015-05-301-1/+1
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-2/+6
* Revert multiple commitsAustin Seipp2015-05-141-1/+1
* Change in capitalisation of error msgSimon Peyton Jones2015-05-131-1/+1
* Fix fragile T9579 testsJavran Cheng2015-05-1310-73/+48
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-0618-45/+100
* Make T9579 parallel-safe and add build outputs to .gitignoreEdward Z. Yang2015-04-172-0/+12
* Better hints when RTS options not available (Trac #9579)Javran Cheng2015-04-1710-0/+85
* testsuite: skip T10017 on WindowsAustin Seipp2015-04-031-1/+2
* Remove an unused include that doesn't exist on OS X (#10211)Dave Laing2015-03-301-1/+0
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-233-0/+21
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-033-6/+14
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-171-3/+3
* Fix #10017Andreas Voellmy2015-02-023-0/+14
* Make the linker_unload test less fragileSimon Marlow2015-01-204-51/+29
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-132-5/+7
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-6/+6
* Add proper expected output for T5435_dyn_asm on DarwinEdward Z. Yang2014-12-091-0/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-094-0/+69
* Disable T8124 on Windows (uses pthreads)Simon Marlow2014-12-051-0/+1
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-052-1/+38
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-053-4/+7
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-023-7/+4
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-022-38/+1
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-282-1/+38
* Make the linker API thread-safeSimon Marlow2014-11-283-4/+7
* Fix build errors on Windows (these tests still don't work though)Simon Marlow2014-11-122-0/+6
* Fixed T5435_dyn_asm on Windows. The test code was not in sync with the expect...Gintautas Miliauskas2014-11-011-0/+2
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-1/+1
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-1/+1
* Make the linker more robust to errorsSimon Marlow2014-10-086-7/+142
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-071-4/+0
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-1/+1