----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1569/#review3736 -----------------------------------------------------------
Ship it! Ship It! - Anthony Gutierrez On Dec. 6, 2012, 12:39 p.m., Ali Saidi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1569/ > ----------------------------------------------------------- > > (Updated Dec. 6, 2012, 12:39 p.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9418:1d9db0cc563e > --------------------------- > tests: Add CPU switching tests > > This changeset adds a set of tests that stress the CPU switching > code. It adds the following test configurations: > > * tsunami-switcheroo-full -- Alpha system (atomic, timing, O3) > * realview-switcheroo-atomic -- ARM system (atomic<->atomic) > * realview-switcheroo-timing -- ARM system (timing<->timing) > * realview-switcheroo-o3 -- ARM system (O3<->O3) > * realview-switcheroo-full -- ARM system (atomic, timing, O3) > > Reference data is provided for the 10.linux-boot test case. All of the > tests trigger a CPU switch once per millisecond during the boot > process. > > The in-order CPU model was not included in any of the tests as it does > not support CPU handover. > > > Diffs > ----- > > tests/SConscript 844f9e724343 > tests/configs/alpha_generic.py PRE-CREATION > tests/configs/arm_generic.py PRE-CREATION > tests/configs/base_config.py PRE-CREATION > tests/configs/realview-switcheroo-atomic.py PRE-CREATION > tests/configs/realview-switcheroo-full.py PRE-CREATION > tests/configs/realview-switcheroo-o3.py PRE-CREATION > tests/configs/realview-switcheroo-timing.py PRE-CREATION > tests/configs/switcheroo.py PRE-CREATION > tests/configs/tsunami-switcheroo-full.py PRE-CREATION > > tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/config.ini > PRE-CREATION > tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/simerr > PRE-CREATION > tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/simout > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/stats.txt > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/system.terminal > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/config.ini > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/simerr > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/simout > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/stats.txt > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/system.terminal > 844f9e724343 > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/config.ini > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/simerr > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/simout > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/stats.txt > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/system.terminal > 844f9e724343 > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/config.ini > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/simerr > PRE-CREATION > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/simout > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/stats.txt > PRE-CREATION > > tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/system.terminal > 844f9e724343 > > tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/config.ini > PRE-CREATION > > tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/simerr > PRE-CREATION > > tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/simout > PRE-CREATION > > tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/stats.txt > PRE-CREATION > > tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/system.terminal > 844f9e724343 > tests/run.py 844f9e724343 > > Diff: http://reviews.gem5.org/r/1569/diff/ > > > Testing > ------- > > > Thanks, > > Ali Saidi > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
