[Webkit-unassigned] [Bug 94505] Intermittenly, many WebKit2 tests have results from the wrong test compared to the test just run, giving false failures.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 12:25:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94505





--- Comment #6 from Dirk Pranke <dpranke at chromium.org>  2012-08-20 12:26:28 PST ---
so, I'm able to reproduce something that looks at least similar, locally. 

It looks like what is happening is that the first test that fails in a shard (i.e., same directory) is failing with the message "Timed out waiting for final message from web process". Subsequent tests in the same shard then are failing with the output from the previous test, as if the output from the test that did time out isn't getting thrown away properly, and we're not communicating back to run-webkit-tests that something weird happened, and so run-webkit-tests doesn't know to recover/restart WTR either.

I don't yet know why this is happening, and I don't know the code in WTR at all so I don't know if this sounds plausible. However, it should be easy to test/debug/work around, so I'm trying that now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list