Validate fails in RTS tests on Mac OS X
The failure of rts/linker_unload is due to an
#include <malloc.h>
which isn't found on OS X.
It appears to be needed for Windows. I think we can either use CPP to remove the include for Mac OS X or to conditionally do
# include <malloc/malloc.h>
instead.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.10.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Test Suite |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |