Title | Several "make test" targets fail on Windows |
Status | closed |
Priority | essential |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | Running "make test" on W3I3MV results in several failures due to alignment assertions. "make test" on W3I6MV doesn't complete. |
Analysis | Investigate and fix. We need Windows CI. |
How found | unknown |
Evidence | <https://github.com/Ravenbrook/mps-temporary/pull/3#issuecomment-20562007 > |
Observed in | 1.111.0 |
Created by | Richard Brooksby |
Created on | 2013-07-10 13:55:42 |
Last modified by | Gareth Rees |
Last modified on | 2013-07-19 10:38:18 |
History | 2013-07-10 RB Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
183045 | closed | 2013-07-15 16:54:10 | Gareth Rees | Three test cases assumed that MPS_PF_ALIGN is always equal to sizeof(void *), but this isn't true on platform w3i3mv where sizeof(void *) is 4 and MPS_PF_ALIGN is 8. Remove the assumption from these test cases. |