Bug 158133
Summary: | LayoutTest js/function-apply.html is a flaky timeout on mac debug wk2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, fpizlo, mark.lam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=157990 |
Ryan Haddad
LayoutTest js/function-apply.html is a flaky timeout
Most recent timeout:
<https://build.webkit.org/builders/Apple%20Yosemite%20Debug%20WK2%20(Tests)/builds/12413>
Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Ffunction-apply.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked as flaky in <https://trac.webkit.org/r201437>
Alexey Proskuryakov
It appears that this test times out for multiple reasons. It used to time out somewhat rarely. But it recently started to time out after 5 seconds a lot, which is undoubtedly a change in behavior induced by <http://trac.webkit.org/r201263>.
16:39:43.905 33037 worker/1 js/for-of-crash.html passed
16:39:46.370 33037 worker/1 js/function-apply-many-args.html passed
16:39:51.364 33037 com.apple.WebKit.WebContent.Development is unresponsive, pid = 33224
16:39:51.380 33037 "/usr/bin/sample 33224 10 10 -file /Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/com.apple.WebKit.WebContent.Development-33224-sample.txt" took 0.02s
16:39:51.381 33037 Unable to sample process:Failed to run "['/usr/bin/sample', 33224, 10, 10, '-file', '/Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/com.apple.WebKit.WebContent.Development-33224-sample.txt']" exit_code: 255
16:39:51.383 33037 worker/1 js/function-apply.html output stderr lines:
16:39:51.383 33037 TestController::resetStateToConsistentValues failed
16:39:51.383 33037 #PROCESS UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 33224)
16:39:51.385 32989 [37355/42453] js/function-apply.html failed unexpectedly (test timed out)
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 157990 ***