Bug 104942 - REGRESSION: Two recent compositing/background-color tests always fail on Mac
Summary: REGRESSION: Two recent compositing/background-color tests always fail on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 104842
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-13 12:58 PST by Beth Dakin
Modified: 2013-01-03 13:36 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2012-12-13 12:58:39 PST
These two tests always fail on Mac:

compositing/background-color/background-color-text-change.html
compositing/background-color/background-color-change-to-text.html

They were added with http://trac.webkit.org/changeset/137051 It is worth noting that they seem to pass in Safari 6, but they are failing on TOT.
Comment 2 Beth Dakin 2012-12-13 13:03:59 PST
http://trac.webkit.org/changeset/137051 , the very revision that checked these tests in is what caused them to start failing on the Mac! I will skip these tests for now, but we will have to fix this regression.
Comment 3 Beth Dakin 2012-12-13 13:43:12 PST
Bizarrely, when I run these tests on my own computer, they do not fail. However, they do fail when I open them manually and they fail on the bots. Not quite sure what to make of that.
Comment 4 Beth Dakin 2012-12-13 13:52:49 PST
Okay, I skipped the tests for now with http://trac.webkit.org/changeset/137648 (and http://trac.webkit.org/changeset/137649 to fix the copy-paste error).
Comment 5 Noam Rosenthal 2012-12-13 15:36:59 PST
(In reply to comment #3)
> Bizarrely, when I run these tests on my own computer, they do not fail. However, they do fail when I open them manually and they fail on the bots. Not quite sure what to make of that.

Yes, I've experienced that same thing. It's probably what had me thrown off when I landed this, though I don't remember the particulars.
Comment 6 Simon Fraser (smfr) 2012-12-13 17:07:17 PST
Pretty sure bug 104842 is going to fix these.
Comment 7 Beth Dakin 2012-12-13 17:45:29 PST
Thanks, Simon!

http://trac.webkit.org/changeset/137690
Comment 8 Beth Dakin 2012-12-13 17:45:52 PST
(In reply to comment #7)
> Thanks, Simon!
> 
> http://trac.webkit.org/changeset/137690

Ignore this!! wrong bug.
Comment 9 Ryosuke Niwa 2013-01-03 13:36:49 PST
Removed the test expectations in http://trac.webkit.org/changeset/138734 since the test has been passing.