Bug 145616
Summary: | WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All |
Daniel Bates
For some reason, the test WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac. It sometimes fails with the following difference:
[[
/Volumes/Data/slave/mavericks-release/build/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp:91
Value of: messageName
Actual: "DidReceiveTextFieldDidBeginEditing"
Expected: expectedMessageName
Which is: "DidReceiveTextFieldDidEndEditing"
]]
<https://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK2%20%28Tests%29/builds/14595/steps/run-api-tests/logs/stdio>
Identical failures can be sometimes be seen on Yosemite Release WK1 Tests:
<https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK1%20%28Tests%29/builds/5797/steps/run-api-tests/logs/stdio>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Bates
The test WebKit2.TextFieldDidBeginAndEndEditing was added in the patch for bug #145439.
Daniel Bates
Committed <https://trac.webkit.org/r185169> to skip the test on Mac for now.