Status: Accepted
Owner: mikhail.naganov
Labels: Type-Bug Priority-Medium OS-Linux

New issue 410 by mikhail.naganov: test-log/ProfLazyMode test is flaky under  
Linux
http://code.google.com/p/v8/issues/detail?id=410

If one runs #CPU + 1 copies of this test at once (or 1 copy and a heavy
load of a different type on the other processors), it's easy to get an
error that "tick" has not been written to the log.

E.g. this script reveals flakiness:

#!/bin/sh
for ((c=0; c < 20; c++))
do
   obj/test/release/cctest test-log/ProfLazyMode &
done

Originally reported by William Hesse.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to