Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run testcase for 8124 only with threaded ways | Joachim Breitner | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | fix copy/pasto | Simon Marlow | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | add missing files (#8124) | Simon Marlow | 2014-03-01 | 2 | -0/+48 |
| | |||||
* | Add hs_thread_done() (#8124) | Simon Marlow | 2014-02-27 | 2 | -0/+11 |
| | | | | See documentation for details. | ||||
* | Try to set flags for some tests involving TH right | Joachim Breitner | 2013-12-02 | 1 | -1/+1 |
| | | | | this tries to imporve upon 435c5955359d6e46a2fb905231678ac37ac0e71a. | ||||
* | Update linker_unload to cope with CAFs | Simon Marlow | 2013-11-21 | 2 | -2/+7 |
| | |||||
* | Don't include malloc.h in linker_unload test. | Austin Seipp | 2013-10-28 | 1 | -1/+0 |
| | | | | | | It's not standard and fails to build on Darwin due to this. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix dangling pointer reference in T8242 | Takano Akio | 2013-10-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | T8242 now passes on Windows | Takano Akio | 2013-10-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Add 32-bit output for T7919 | Reid Barton | 2013-10-01 | 1 | -0/+1 |
| | | | | | | Issue #8393 Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | linker_unload is now passing (#8192) | Simon Marlow | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Add missing Windows stdout/stderr output for #5435. | Edward Z. Yang | 2013-09-17 | 5 | -2/+8 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Finish up asm test #5435 for Mac OS X | Edward Z. Yang | 2013-09-17 | 3 | -5/+21 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Implement assembly test for #5435 in Windows. | Edward Z. Yang | 2013-09-16 | 2 | -4/+8 |
| | | | | | | Fixes HostOS bug, where the define was not being set. Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | New and improved tests for #5435. Linux only at the moment. | Edward Z. Yang | 2013-09-16 | 9 | -39/+116 |
| | | | | | | | Added a new test Makefile variable $(dllext), which is instantiated to .dll or .so or .dylib depending on your platform. Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | T5435 test improvements, see #5435 for details. | Edward Z. Yang | 2013-09-15 | 7 | -22/+38 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Make these two tests thread safe. | Edward Z. Yang | 2013-09-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Suppress some known broken Windows tests. | Edward Z. Yang | 2013-09-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Suppress some known errors from Mac OS X. | Edward Z. Yang | 2013-09-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Fix egregious pathchar business in linker_unload. | Edward Z. Yang | 2013-09-13 | 2 | -5/+24 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Properly provide leading underscore when necessary. | Edward Z. Yang | 2013-09-13 | 1 | -0/+4 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Tests for #5435 (init/init_array/constr handling by linker) | Edward Z. Yang | 2013-09-13 | 6 | -0/+70 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | Test for Trac #8242 | Takano Akio | 2013-09-08 | 2 | -0/+44 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | add a test for #8209 | Simon Marlow | 2013-09-04 | 2 | -0/+16 |
| | |||||
* | Merge branch 'master' into atomics | Ryan Newton | 2013-08-30 | 6 | -3/+96 |
|\ | |||||
| * | The linker can still be used when DYNAMIC_GHC_PROGRAMS=YES | Simon Marlow | 2013-08-22 | 1 | -2/+1 |
| | | |||||
| * | Fix atomicinc | Simon Marlow | 2013-08-22 | 2 | -3/+1 |
| | | | | | | | | | | | | | | I think the change in optimisation levels due to d06083739a310c36e9e6dc82107c8c4b03210e56 had the side effect of not inlining atomic_inc(), which together with the broken way the test was set up made it fail. | ||||
| * | remove debugging cruft | Simon Marlow | 2013-08-22 | 1 | -1/+0 |
| | | |||||
| * | linker_unload fails when using dynamic GHCi. | Austin Seipp | 2013-08-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This is because dynamic GHCi can't load archive files, and linker_unload explicitly does this via loadArchive(). Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
| * | Add a test for unloading object files in the linker (#8039) | Simon Marlow | 2013-08-22 | 5 | -0/+96 |
| | | |||||
* | | minor: update test case to go along with atomic_inc change | Ryan Newton | 2013-08-21 | 1 | -1/+1 |
|/ | |||||
* | Add expected output for T8035 | Ian Lynagh | 2013-07-07 | 1 | -0/+1 |
| | |||||
* | Add a test for #8035; patch from errge | Ian Lynagh | 2013-07-07 | 2 | -0/+11 |
| | |||||
* | Add test from #7919 | Simon Marlow | 2013-07-02 | 4 | -0/+80 |
| | |||||
* | Add a test for shutting down a process with in-calls in progress | Simon Marlow | 2013-05-10 | 3 | -0/+18 |
| | |||||
* | Add a multi_cpu_race helper | Ian Lynagh | 2013-04-17 | 1 | -2/+1 |
| | | | | | This makes the test run alone, to increase the chance of a multi-CPU race happening. | ||||
* | Whitespace only | Ian Lynagh | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | Test for #7815 | Ryan Yates | 2013-04-17 | 2 | -0/+34 |
| | | | | | | | | This test differes slightly from the code in the ticket, but the simplification betters the chances of seeing the error. Instead of looking for the error with an additional tranaction, when error appears only one `reset` can complete and the other is blocked on STM raising an exception. | ||||
* | Fix tests for dynamic ghc | Ian Lynagh | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Remove uses of compose(s) in tests, and change how composition is handled | Ian Lynagh | 2013-02-14 | 1 | -30/+27 |
| | | | | The driver now also supports nested lists of setup functions | ||||
* | add a StableName test | Simon Marlow | 2013-02-14 | 3 | -0/+18 |
| | |||||
* | Update test to match new I/O manager behavior | Johan Tibell | 2013-02-11 | 2 | -4/+5 |
| | | | | The new I/O manager has a separate thread for tracking timeouts. | ||||
* | More helper conversions | Ian Lynagh | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Convert more helper functions | Ian Lynagh | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Replace 'if_os' and 'unless_os' with 'opsys' | Ian Lynagh | 2013-02-11 | 1 | -9/+9 |
| | | | | The name 'os' clashes with a python library | ||||
* | Replace 'if_platform' and 'unless_platform' with 'platform' | Ian Lynagh | 2013-02-08 | 1 | -6/+6 |
| | |||||
* | Pass the test name to the test options | Ian Lynagh | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | This allows them to give framework failures. I also had to change how setTestOpts works. Now, rather than applying the options to the directory's "default options", it just stores the options to be applied for each test (i.e. once we know the test name). | ||||
* | add test for #7636 | Simon Marlow | 2013-02-07 | 3 | -0/+16 |
| | |||||
* | Fix T7037 on Win64 | Ian Lynagh | 2013-02-05 | 2 | -5/+7 |
| | |||||
* | Tidy up some tests | Ian Lynagh | 2013-02-03 | 1 | -6/+7 |
| | | | | | We now use pre_cmd rather than cmd_prefix wherever possible. Also, pass "-s --no-print-directory" whenever we use pre_cmd. |