summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cppcheck warningsBoris Egorov2014-09-161-1/+1
* testsuite: disable 'rdynamic' for 'ghci' waySergei Trofimovich2014-08-281-1/+5
* testsuite: mark testwsdeque mark as faulty on NOSMP buildsSergei Trofimovich2014-08-231-0/+1
* testsuite: T7815 requires SMP support from ghcSergei Trofimovich2014-08-231-0/+1
* Have the RTS linker search symbols in the originating windows binary.Facundo Domínguez2014-08-181-3/+1
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-183-0/+47
* fix linker_unload test for ghc configurations with --with-gmp-librariesKarel Gardas2014-08-071-1/+5
* fix linker_unload test _FILE_OFFSET_BITS redefined warning on Solaris/i386Karel Gardas2014-08-071-0/+1
* Revert "fix linker_unload test on Solaris/i386 platform"Karel Gardas2014-08-062-4/+1
* fix linker_unload test on Solaris/i386 platformKarel Gardas2014-08-042-1/+4
* Check for integer overflow in allocate() (#9172)Reid Barton2014-07-017-0/+59
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-13/+0
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+13
* Fix below warning by including "unistd.h" alsoGabor Greif2014-05-191-0/+1
* rts: remove stable-names from hashtable upon freeEdward Z. Yang2014-05-183-0/+15
* Fix scavenge_stack crash (#9045)Simon Marlow2014-04-292-0/+27
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-091-2/+17
* Run testcase for 8124 only with threaded waysJoachim Breitner2014-03-071-1/+1
* fix copy/pastoSimon Marlow2014-03-011-1/+1
* add missing files (#8124)Simon Marlow2014-03-012-0/+48
* Add hs_thread_done() (#8124)Simon Marlow2014-02-272-0/+11
* Try to set flags for some tests involving TH rightJoachim Breitner2013-12-021-1/+1
* Update linker_unload to cope with CAFsSimon Marlow2013-11-212-2/+7
* Don't include malloc.h in linker_unload test.Austin Seipp2013-10-281-1/+0
* Fix dangling pointer reference in T8242Takano Akio2013-10-251-1/+2
* T8242 now passes on WindowsTakano Akio2013-10-251-1/+1
* Add 32-bit output for T7919Reid Barton2013-10-011-0/+1
* linker_unload is now passing (#8192)Simon Marlow2013-09-231-1/+1
* Add missing Windows stdout/stderr output for #5435.Edward Z. Yang2013-09-175-2/+8
* Finish up asm test #5435 for Mac OS XEdward Z. Yang2013-09-173-5/+21
* Implement assembly test for #5435 in Windows.Edward Z. Yang2013-09-162-4/+8
* New and improved tests for #5435. Linux only at the moment.Edward Z. Yang2013-09-169-39/+116
* T5435 test improvements, see #5435 for details.Edward Z. Yang2013-09-157-22/+38
* Make these two tests thread safe.Edward Z. Yang2013-09-141-2/+2
* Suppress some known broken Windows tests.Edward Z. Yang2013-09-141-4/+4
* Suppress some known errors from Mac OS X.Edward Z. Yang2013-09-141-1/+1
* Fix egregious pathchar business in linker_unload.Edward Z. Yang2013-09-132-5/+24
* Properly provide leading underscore when necessary.Edward Z. Yang2013-09-131-0/+4
* Tests for #5435 (init/init_array/constr handling by linker)Edward Z. Yang2013-09-136-0/+70