MPS issue job001145

TitleMany (mmqa) tests fail on OS X
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
Descriptionperl test/test/qa run test/function/5.c fails because,
% MPS ASSERTION FAILURE
!assert=true
!assertid=<no id supplied>
!assertcond=ResIsAllocFailure(res)
!assertfile=trace.c
!assertline=511

This turns out to be because of an unimplemented stack scanner.
AnalysisOS X uses the ssan.c implementation of the Stack Scanner which
has no real implementation, it just return ResUNIMPL. We need
to implement sspp.s, a version of the stack scanner in PowerPC.

This is sufficiently distant from the reported defect that I
will create a new job for creating an Stack Scanner for PowerPC
/ OS X. See job001146
How foundunknown
Evidencetesting
Observed in1.105.0
Created byDavid Jones
Created on2005-02-23 17:46:50
Last modified byGareth Rees
Last modified on2013-05-25 23:05:36
History2005-02-23 DRJ Created.
2005-03-01 DRJ Link to new job job001146
2013-03-19 GDR Assigned to GDR.
2013-05-25 GDR They mostly pass now, and the failures are recorded separately, so I closed this.

Fixes

Change Effect Date User Description
182238 closed 2013-05-25 23:05:00 Gareth Rees Status of MMQA function tests on OS X.