diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-04 19:45:36 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 12:18:44 -0400 |
commit | 5ce853c8e4c104867e02234edddb48ab4d03c1b3 (patch) | |
tree | a3d78e7e483b971b7714137c2901566e7c477adb /configure.ac | |
parent | 6e97cc47d17e3c52d63d5bc3e34da27712b7ce47 (diff) | |
download | haskell-5ce853c8e4c104867e02234edddb48ab4d03c1b3.tar.gz |
ghc-heap: Skip heap_all test with debugged RTS
The debugged RTS initializes the heap with 0xaa, which breaks the
(admittedly rather fragile) assumption that uninitialized fields are set
to 0x00:
```
Wrong exit code for heap_all(nonmoving)(expected 0 , actual 1 )
Stderr ( heap_all ):
heap_all: user error (assertClosuresEq: Closures do not match
Expected: FunClosure {info = StgInfoTable {entry = Nothing, ptrs = 0, nptrs = 1, tipe = FUN_0_1, srtlen = 0, code = Nothing}, ptrArgs = [], dataArgs = [0]}
Actual: FunClosure {info = StgInfoTable {entry = Nothing, ptrs = 0, nptrs = 1, tipe = FUN_0_1, srtlen = 1032832, code = Nothing}, ptrArgs = [], dataArgs = [12297829382473034410]}
CallStack (from HasCallStack):
assertClosuresEq, called at heap_all.hs:230:9 in main:Main
)
```
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions