Ticket #3082 (closed: fixed)
TimerTest falls over quite often on 32-bit windows
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
Output from Jenkins
Stacktrace Error: Expected (0.19 < timer.elapsed()), found (0.1900 >= 0.1870) Standard Output In TimerTest::testTimer: C:/jenkins/workspace/mantid_complete_win32/Code/Mantid/Framework/Kernel/test/TimerTest.h:19: Error: Expected (0.19 < timer.elapsed()), found (0.1900 >= 0.1870)
Change History
comment:1 Changed 9 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
(In [12027]) Fix for the timer test on 32-bit windows. Fixes #3082