aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2017-04-11test11: Add to runtestsPeter Maydell
Add test11 to the set of tests run from the shell script. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-04-11test8: Add to runtests.shPeter Maydell
Now that test8 autodetects no-MPU configurations we can add it to the runtests.sh script. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-02-14test14: New test testing bitbandingPeter Maydell
Add a new test that makes some simple checks of the bitbanding functionality for the RAM bitbanding alias. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-02-10test7: Complete rewrite to cover all exception return checksPeter Maydell
Rewrite test7 and expand it to cover all the architectural checks on exception return integrity. The original test7 test (jump to magic exception-return address from thread mode) is retained, but for the moment it is ifdeffed out, because QEMU doesn't implement it correctly yet. The test is also updated to use tapit output and added to the set run by runtests.sh. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-02-09test12: Update to output tapit and check CFSRPeter Maydell
Update test12 to output tapit format and to check the CFSR for what kind of UsageFault is raised, so we can distinguish the correct INVSTATE UsageFault from other possibilities like UNDEFINSTR. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-02-09test3: Update to use tapit output format and add to runtestsPeter Maydell
Update the test3 code to use tapit output format so we can add it to the tests run by the runtests script. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-01-31README: Update and overhaulPeter Maydell
Update the Makefile: * note that gnueabihf gcc will work too * document how to run runtests.sh and present it as the primary way to run the tests * clean up the list of tests and add the new test13 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2015-11-28update READMEMichael Davidsaver
2015-11-07remove unrelatedMichael Davidsaver
2015-07-16initialMichael Davidsaver