Skip to content

Commit

Permalink
[EFL] Update expectations for canvas/philip tests that require space …
Browse files Browse the repository at this point in the history
…collapsing

https://bugs.webkit.org/show_bug.cgi?id=94072

Unreviewed EFL gardening.

Move canvas/philip tests that require space collapsing
from Skipped file to TestExpectations and indicate
that the tests are outdated with corresponding bug
number.

Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-08-15

* platform/efl/Skipped:
* platform/efl/TestExpectations:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@125653 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
webkit-commit-queue committed Aug 15, 2012
1 parent 6504084 commit 41258f1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
15 changes: 15 additions & 0 deletions LayoutTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2012-08-15 Christophe Dumez <christophe.dumez@intel.com>

[EFL] Update expectations for canvas/philip tests that require space collapsing
https://bugs.webkit.org/show_bug.cgi?id=94072

Unreviewed EFL gardening.

Move canvas/philip tests that require space collapsing
from Skipped file to TestExpectations and indicate
that the tests are outdated with corresponding bug
number.

* platform/efl/Skipped:
* platform/efl/TestExpectations:

2012-08-15 Yuta Kitamura <yutak@google.com>

[Chromium] Unreviewed test expectations update. Tests named dfg-*array.html are
Expand Down
5 changes: 0 additions & 5 deletions LayoutTests/platform/efl/Skipped
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,8 @@ canvas/philip/tests/2d.text.draw.baseline.hanging.html
canvas/philip/tests/2d.text.draw.baseline.ideographic.html
canvas/philip/tests/2d.text.draw.baseline.middle.html
canvas/philip/tests/2d.text.draw.baseline.top.html
canvas/philip/tests/2d.text.draw.space.collapse.end.html
canvas/philip/tests/2d.text.draw.space.collapse.other.html
canvas/philip/tests/2d.text.draw.space.collapse.space.html
canvas/philip/tests/2d.text.draw.space.collapse.start.html
canvas/philip/tests/2d.text.font.parse.size.percentage.html
canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
canvas/philip/tests/2d.text.measure.width.space.html
canvas/philip/tests/type.prototype.html

# Test takes too long in a debug build
Expand Down
8 changes: 8 additions & 0 deletions LayoutTests/platform/efl/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,14 @@ BUGWK93073 : mathml/presentation/tokenElements.xhtml = TEXT
BUGWK93073 : mathml/presentation/under.xhtml = TEXT
BUGWK93073 : mathml/presentation/underover.xhtml = TEXT

// Tests are outdated: spaces are not supposed to be collapsed anymore
// according to spec: http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas
BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.end.html = TEXT
BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.other.html = TEXT
BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.space.html = TEXT
BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.start.html = TEXT
BUGWK61799 : canvas/philip/tests/2d.text.measure.width.space.html = TEXT

// JSC doesn't support heap profiling
BUGWK50485 SKIP : inspector/profiler/heap-snapshot-inspect-dom-wrapper.html = TEXT
BUGWK50485 SKIP : inspector/profiler/heap-snapshot-comparison-dom-groups-change.html = TEXT
Expand Down

0 comments on commit 41258f1

Please sign in to comment.