Closed skyluc closed 11 years ago
After the switch to org.junit, I was getting some strange timing issues when running the tests, with the timeout test (infiniteLoop_is_cut). The change makes sure that the previous evaluation has been terminated before the next test can start.
org.junit
infiniteLoop_is_cut
Can one of the admins verify this patch?
ok to test
add to whitelist
After the switch to
org.junit
, I was getting some strange timing issues when running the tests, with the timeout test (infiniteLoop_is_cut
). The change makes sure that the previous evaluation has been terminated before the next test can start.