T9579 fails on OS X
As pointed out in ticket:9579#comment:101040 the testcase T9579 fails on OS X,
Actual stdout output differs from expected:
--- ./T9579_outofheap_rtsall.stdout.normalised 2015-06-16 14:06:15.000000000 -0400
+++ ./T9579_outofheap_rtsall.run.stdout.normalised 2015-06-16 14:06:15.000000000 -0400
@@ -1,4 +1,4 @@
T9579_outofheap_rtsall: Heap exhausted;
-T9579_outofheap_rtsall: Current maximum heap size is NUM bytes (1 MB).
+T9579_outofheap_rtsall: Current maximum heap size is 1048576 bytes (1 MB).
T9579_outofheap_rtsall: Use `+RTS -M<size>' to increase it.
251
\ No newline at end of file
*** unexpected failure for T9579_outofheap_rtsall(normal)
The issue appears to be a difference in sed
's behavior on OS X. The number in the error message is supposed to be replaced by NUM
with sed -e 's/[0-9]* bytes/NUM bytes/g'
. Perhaps someone with access to an OS X box could shed some light on this?
Trac metadata
Trac field | Value |
---|---|
Version | 7.10.2 |
Type | Bug |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | Unresolved |
Component | Compiler |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | Unknown/Multiple |
Architecture |