Bug 119763 - [Mac] fast/dom/attr-style-too-lazy.html is flaky
Summary: [Mac] fast/dom/attr-style-too-lazy.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 11:19 PDT by Alexey Proskuryakov
Modified: 2013-08-13 15:47 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (1.60 KB, patch)
2013-08-13 11:24 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
With a better ChangeLog (1.64 KB, patch)
2013-08-13 11:35 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-08-13 11:19:20 PDT
I'm sometimes seeing a failure. Looks like status change leaks from a previous test.

@@ -1,3 +1,5 @@
+UI DELEGATE STATUS CALLBACK: setStatusText:
+UI DELEGATE STATUS CALLBACK: setStatusText:
 This test verifies that acquiring the 'style' attribute via a DOM Attr node still works correctly after the inline style has been modified through the CSSOM API.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Comment 1 Alexey Proskuryakov 2013-08-13 11:24:48 PDT
Created attachment 208660 [details]
proposed fix
Comment 2 WebKit Commit Bot 2013-08-13 11:27:38 PDT
Attachment 208660 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/mac/UIDelegate.mm']" exit_code: 1
Tools/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2013-08-13 11:35:02 PDT
Created attachment 208661 [details]
With a better ChangeLog
Comment 4 WebKit Commit Bot 2013-08-13 15:47:35 PDT
Comment on attachment 208661 [details]
With a better ChangeLog

Clearing flags on attachment: 208661

Committed r154027: <http://trac.webkit.org/changeset/154027>
Comment 5 WebKit Commit Bot 2013-08-13 15:47:37 PDT
All reviewed patches have been landed.  Closing bug.