Bug 145616 - WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac
Summary: WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 14:24 PDT by Daniel Bates
Modified: 2015-06-03 14:48 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-06-03 14:24:59 PDT
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>
Comment 1 Daniel Bates 2015-06-03 14:25:31 PDT
The test WebKit2.TextFieldDidBeginAndEndEditing was added in the patch for bug #145439.
Comment 2 Daniel Bates 2015-06-03 14:48:18 PDT
Committed <https://trac.webkit.org/r185169> to skip the test on Mac for now.