Skip to content

Commit

Permalink
Unreviewed GTK gardening.
Browse files Browse the repository at this point in the history
Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html.
The test now constantly fails only on release builds.

Adding a new baseline for a subpixel test that's required after r125794.

* platform/gtk/TestExpectations:
* platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.


Canonical link: https://commits.webkit.org/112162@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@125911 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
zdobersek committed Aug 17, 2012
1 parent acda9ce commit 43c0f17
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
12 changes: 12 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
2012-08-17 Zan Dobersek <zandobersek@gmail.com>

Unreviewed GTK gardening.

Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html.
The test now constantly fails only on release builds.

Adding a new baseline for a subpixel test that's required after r125794.

* platform/gtk/TestExpectations:
* platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.

2012-08-17 Anna Cavender <annacc@chromium.org>

[Chromium] Removing track-active-cues.html from TextExpectations, passing now.
Expand Down
5 changes: 2 additions & 3 deletions LayoutTests/platform/gtk/TestExpectations
Expand Up @@ -577,9 +577,6 @@ BUGWK89099 : svg/transforms/transformed-text-fill-pattern.html = PASS IMAGE
// Fails on 32-bit release and 64-bit debug builders
BUGWK83560 : fast/events/drop-with-file-paths.html = PASS TEXT

// Fails on 32-bit release and 64-bit release builders
BUGWK88727 : http/tests/xmlhttprequest/origin-exact-matching.html = PASS TEXT

//////////////////////////////////////////////////////////////////////////////////////////
// End of tests with architecture-specific results
//////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -1321,6 +1318,8 @@ BUGWK80129 : fast/frames/flattening/frameset-flattening-advanced.html = TEXT

BUGWK89663 : editing/deleting/delete-3800834-fix.html = TEXT

BUGWK88727 RELEASE : http/tests/xmlhttprequest/origin-exact-matching.html = TEXT

//////////////////////////////////////////////////////////////////////////////////////////
// End of Tests failing
//////////////////////////////////////////////////////////////////////////////////////////
@@ -0,0 +1,12 @@
layer at (0,0) size 32000x585
RenderView at (0,0) size 800x585
layer at (0,0) size 800x0
RenderBlock {HTML} at (0,0) size 800x0
layer at (0,0) size 14x14
RenderBlock (positioned) {DIV} at (0,0) size 14x14
layer at (7,0) size 1x7
RenderBlock (positioned) {DIV} at (7,0) size 1x7 [bgcolor=#FF0000]
layer at (0,0) size 14x14
RenderBlock (positioned) {DIV} at (0,0) size 14x14
layer at (7,0) size 1x7
RenderBlock (positioned) {DIV} at (7,0) size 1x7 [bgcolor=#008000]

0 comments on commit 43c0f17

Please sign in to comment.