Are there any options passed to memtest-ruby in the regression?  If I
run the test as:

scons build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby

then the memtest program appears to run in an infinite loop.

-Derek

On Sun, Jul 12, 2009 at 8:39 PM, Derek Hower<[email protected]> wrote:
> Are there any options passed to memtest-ruby in the regression?  If I
> run the test as:
>
> scons build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby
>
> then the memtest program appears to run in an infinite loop.
>
> -Derek
>
> On Sat, Jul 11, 2009 at 10:11 AM, nathan binkert<[email protected]> wrote:
>>> ***** build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby 
>>> FAILED!
>>
>> Derek,
>>
>>
>> M5 regressions not only ensure that the program doesn't crash, but
>> they ensure that the stats don't change either.  So, this stat likely
>> failed because the stats changed somewhat due to your recent fix.
>> Basically you need to run the test look at the changes if they're
>> right, re-run the test with update_ref=True added to the SCons command
>> line (it shouldn't actually run again if nothing changed).  This will
>> copy new reference files to the tests directory and you should then
>> commit them.
>>
>> Make sense?
>>
>>  Nate
>> _______________________________________________
>> m5-dev mailing list
>> [email protected]
>> http://m5sim.org/mailman/listinfo/m5-dev
>>
>
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to