MPS issue job003900

TitleCan't run tests with ASLR turned off
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIt would be nice to be able to run the test suite with ASLR turned off, for better repeatability.
Analysistestrun.sh should have an option for supplying a command line like "noaslr" (on OS X) or "setarch $(uname -m) -R" (on Linux).
How foundmanual_test
EvidenceNone
Created byGareth Rees
Created on2014-11-07 15:33:28
Last modified byGareth Rees
Last modified on2014-11-08 10:05:31
History2014-11-07 GDR Created.

Fixes

Change Effect Date User Description
187496 closed 2014-11-08 10:05:05 Gareth Rees testrun.sh now takes the suite via the -s option. This means that you can run a single test case.
testrun.sh now takes a "runner" via the -r option. You can pass something like "noaslr" to run all the test cases with ASLR turned off.