summaryrefslogtreecommitdiff
path: root/tests/quick/50.memtest/ref/alpha/linux/memtest-ruby
AgeCommit message (Collapse)Author
2010-03-21ruby: Regression updates for new ruby config locationsBrad Beckmann
2010-01-29m5: Regression Tester UpdateBrad Beckmann
This patch includes the necessary regression updates to test the new ruby configuration system. The patch includes support for multiple ruby protocols and adds the ruby random tester. The patch removes atomic mode test for ruby since ruby does not support atomic mode acceses. These tests can be added back in when ruby supports atomic mode for real. --HG-- rename : tests/quick/50.memtest/test.py => tests/quick/60.rubytest/test.py
2010-01-19memtest differences from Derek's changesDerek Hower
2009-11-18m5: refreshed the ruby memtest regression statsBrad Beckmann
2009-11-04stats: update memtest-rubySteve Reinhardt
I don't know if the new stats are right or not, but we've been too long with a useless regression so I'm just going to update them.
2009-08-11ruby/network data_msg_size bug fix with updated statsTushar Krishna
2009-08-05regression: updated statsDerek Hower
2009-07-31regression: updated statsDerek Hower
2009-07-20ruby: moved cache stats from Profiler to CacheMemoryDerek Hower
Caches are now responsible for their own statistic gathering. This requires a direct callback from the protocol on misses, and so all future protocols need to take this into account.
2009-07-13regression: updated memtest-ruby statsDerek Hower
This also includes a change to the default Ruby random seed, which was previously set using the wall clock. It is now set to 1234 so that the stat files don't change for the regression tester.
2009-07-06tests: update regression tests for changes in stats output and changes in ruby.Nathan Binkert
2009-05-11ruby: Initial references for ruby regressionsSteve Reinhardt