diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:48:33 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:48:33 -0400 |
commit | f58f99935a139380d34166cdd20e84d1366e3f6e (patch) | |
tree | af6caf87d5d1ae26f6158828860aca41576a9b9b /tests/quick/00.hello/ref/x86/linux/simple-atomic | |
parent | de6eeaaa27543f27386b1d9c6528bd60faf75296 (diff) | |
download | gem5-f58f99935a139380d34166cdd20e84d1366e3f6e.tar.xz |
X86: Update the regressions for the new string instructions.
Diffstat (limited to 'tests/quick/00.hello/ref/x86/linux/simple-atomic')
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt b/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt index 647bad718..5fd208e3f 100644 --- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt +++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt @@ -1,9 +1,9 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 13844 # Simulator instruction rate (inst/s) -host_mem_usage 186312 # Number of bytes of host memory used -host_seconds 0.61 # Real time elapsed on the host -host_tick_rate 8053994 # Simulator tick rate (ticks/s) +host_inst_rate 13744 # Simulator instruction rate (inst/s) +host_mem_usage 186320 # Number of bytes of host memory used +host_seconds 0.62 # Real time elapsed on the host +host_tick_rate 7996070 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 8475 # Number of instructions simulated sim_seconds 0.000005 # Number of seconds simulated diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stderr b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stderr index 3d07bd911..e29ceab39 100644 --- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stderr +++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stderr @@ -1,4 +1,4 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7000 +0: system.remote_gdb.listener: listening for remote gdb on port 7003 warn: Entering event queue @ 0. Starting simulation... warn: instruction 'fnstcw_Mw' unimplemented warn: instruction 'fldcw_Mw' unimplemented diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout index 065bf1388..80b2e5852 100644 --- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout +++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout @@ -6,8 +6,8 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Apr 21 2008 13:57:00 -M5 started Mon Apr 21 13:57:01 2008 +M5 compiled May 17 2008 13:48:04 +M5 started Sat May 17 13:48:05 2008 M5 executing on tater command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic tests/run.py quick/00.hello/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second |