tests: Always specify memory mode in every test system.
authorAli Saidi <Ali.Saidi@ARM.com>
Mon, 7 Jan 2013 18:05:33 +0000 (13:05 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Mon, 7 Jan 2013 18:05:33 +0000 (13:05 -0500)
commit90bd20aae2bc940397628a4598b5b25f2c8549b5
tree27c6eee6bc5609d191ada2ae1a3b30cf9d5d8950
parentf32f372455c99bf5765f5fda3efc7da180dfcda8
tests: Always specify memory mode in every test system.

Previous to this change we didn't always set the memory mode which worked as
long as we never attempted to switch CPUs or checked that a CPU was in a
memory system with the correct mode. Future changes will make CPUs verify
that they're operating in the correct mode and thus we need to always set it.
tests/configs/inorder-timing.py
tests/configs/o3-timing-checker.py
tests/configs/o3-timing-mp-ruby.py
tests/configs/o3-timing-mp.py
tests/configs/o3-timing-ruby.py
tests/configs/o3-timing.py
tests/configs/simple-timing.py