Skip to content

Commit

Permalink
Update TestExpectations for some dynamic MathML tests
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=159142

Patch by Frederic Wang <fwang@igalia.com> on 2016-06-27
Reviewed by Brent Fulgham.

* TestExpectations: Enable this test again after r199980.
* platform/efl/TestExpectations: This is already claimed to pass in the  platform independent TestExpectations.
* platform/gtk/TestExpectations: Ditto.
* platform/ios-simulator/TestExpectations: This test passes after the refactoring of RenderMathMLOperator.

Canonical link: https://commits.webkit.org/177244@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202491 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
fred-wang committed Jun 27, 2016
1 parent 7faa6e0 commit 20c6d81
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
12 changes: 12 additions & 0 deletions LayoutTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2016-06-27 Frederic Wang <fwang@igalia.com>

Update TestExpectations for some dynamic MathML tests
https://bugs.webkit.org/show_bug.cgi?id=159142

Reviewed by Brent Fulgham.

* TestExpectations: Enable this test again after r199980.
* platform/efl/TestExpectations: This is already claimed to pass in the platform independent TestExpectations.
* platform/gtk/TestExpectations: Ditto.
* platform/ios-simulator/TestExpectations: This test passes after the refactoring of RenderMathMLOperator.

2016-06-27 Michael Saboff <msaboff@apple.com>

ES6 Change: Unify handling of RegExp CharacterClassEscapes \w and \W and Word Asserts \b and \B
Expand Down
3 changes: 0 additions & 3 deletions LayoutTests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,6 @@ storage/indexeddb/transaction-coordination-within-database.html [ Skip ]
storage/indexeddb/modern/exceed-open-file-limit.html [ Skip ]
webkit.org/b/155028 storage/indexeddb/modern/256-open-databases.html [ Skip ]

# Fixed by upcoming MathML refactoring
webkit.org/b/155019 mathml/presentation/menclose-notation-attribute-change-value.html [ Skip ]

### END OF IndexedDB failures
########################################

Expand Down
2 changes: 0 additions & 2 deletions LayoutTests/platform/efl/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,6 @@ webkit.org/b/129113 fast/multicol/newmulticol/clipping.html [ Pass ]
webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ Pass ]

# This tests are passing on EFL but they do not in the Apple ports
mathml/presentation/style-changed.html [ Pass ]
transitions/svg-text-shadow-transition.html [ Pass ]

# Need to check why these tests are passed on EFL port.
Expand Down Expand Up @@ -1291,7 +1290,6 @@ fast/borders/border-painting-dashed.html [ Pass ]
fast/borders/border-painting-dotted.html [ Pass ]
fast/borders/border-painting-double.html [ Pass ]
fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ Pass ]
mathml/roots-removeChild.html [ Pass ]

# css variables tests are passed since r191128. However these passes aren't verified yet.
webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ Pass ]
Expand Down
2 changes: 0 additions & 2 deletions LayoutTests/platform/gtk/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -2619,8 +2619,6 @@ ietestcenter/css3/flexbox/flexbox-layout-001.htm [ Pass ]

imported/w3c/canvas/2d.line.cap.round.html [ Pass ]

mathml/presentation/style-changed.html [ Pass ]

transitions/svg-text-shadow-transition.html [ Pass ]

imported/w3c/css/css-color-3/t422-rgba-onscreen-b.xht [ Pass ]
Expand Down
3 changes: 0 additions & 3 deletions LayoutTests/platform/ios-simulator/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,6 @@ mathml/opentype/opentype-stretchy-horizontal.html [ Failure ]
mathml/mathml-in-dashboard.html [ Failure ]
mathml/presentation/scripts-height.html [ ImageOnlyFailure ]

# <rdar://problem/19221067> ASSERT(m_stretchyData.top().glyph) fails in RenderMathMLOperator.cpp
mathml/presentation/style-changed.html

# <rdar://problem/19215305> ASSERT(m_cgFont.get()) fails in FontPlatformData::ctFont()
svg/text/svg-fallback-font-crash.html
svg/css/font-face-variant-crash.html
Expand Down

0 comments on commit 20c6d81

Please sign in to comment.