[Webkit-unassigned] [Bug 49924] [NRWT] Opening png sometimes fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 10:47:57 PST 2010


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





--- Comment #2 from Tony Chang <tony at chromium.org>  2010-11-22 10:47:57 PST ---
(From update of attachment 74572)
View in context: https://bugs.webkit.org/attachment.cgi?id=74572&action=review

> WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py:464
> +            except IOError:

Can we catch the exact IO error using errno?

> WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py:466
> +                time.sleep(timeout_seconds / retry_num)
> +                continue

I would probably try more frequently than every 500ms, maybe increase retry_num to 50?

-- 
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