Title: [171990] trunk/LayoutTests
Revision
171990
Author
[email protected]
Date
2014-08-04 06:31:58 -0700 (Mon, 04 Aug 2014)

Log Message

Unreviewed EFL gardening

* platform/efl/TestExpectations: Add or update test expectations for failing tests.
* platform/efl/fast/text/international/cjk-segmentation-expected.txt: Added.
* platform/efl/js/dom/global-constructors-attributes-expected.txt: Rebaseline after r167632.
* platform/efl/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt: Added.
* platform/efl/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt: Added.
* platform/efl/svg/text/non-bmp-positioning-lists-expected.png: Rebaseline after r168350 and r168543.
* platform/efl/svg/text/non-bmp-positioning-lists-expected.txt: Ditto.
* platform/efl/transforms/2d/hindi-rotated-expected.txt: Fix baseline.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (171989 => 171990)


--- trunk/LayoutTests/ChangeLog	2014-08-04 08:47:50 UTC (rev 171989)
+++ trunk/LayoutTests/ChangeLog	2014-08-04 13:31:58 UTC (rev 171990)
@@ -1,3 +1,16 @@
+2014-08-04  Michał Pakuła vel Rutka  <[email protected]>
+
+        Unreviewed EFL gardening
+
+        * platform/efl/TestExpectations: Add or update test expectations for failing tests.
+        * platform/efl/fast/text/international/cjk-segmentation-expected.txt: Added.
+        * platform/efl/js/dom/global-constructors-attributes-expected.txt: Rebaseline after r167632.
+        * platform/efl/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt: Added.
+        * platform/efl/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt: Added.
+        * platform/efl/svg/text/non-bmp-positioning-lists-expected.png: Rebaseline after r168350 and r168543.
+        * platform/efl/svg/text/non-bmp-positioning-lists-expected.txt: Ditto.
+        * platform/efl/transforms/2d/hindi-rotated-expected.txt: Fix baseline.
+
 2014-08-01  Carlos Alberto Lopez Perez  <[email protected]>
 
         [GTK] Unreviewed GTK gardening.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (171989 => 171990)


--- trunk/LayoutTests/platform/efl/TestExpectations	2014-08-04 08:47:50 UTC (rev 171989)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2014-08-04 13:31:58 UTC (rev 171990)
@@ -463,9 +463,9 @@
 # Media regressions after updating to gstreamer 1.0.
 webkit.org/b/104809 media/video-src.html [ Crash Pass ]
 webkit.org/b/104809 media/video-src-blob.html [ Crash Failure ]
-webkit.org/b/104809 media/video-src-change.html [ Crash Pass ]
-webkit.org/b/104809 media/remove-from-document.html [ Crash Pass ]
-webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass ]
+webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ]
+webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ]
+webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ]
 
 # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext().
 webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass Failure ]
@@ -775,8 +775,8 @@
 webkit.org/b/124935 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Failure Pass ]
 
 # Started to crash after r163871
-webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass ]
-webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass ]
+webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass Failure ]
+webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass Failure ]
 
 webkit.org/b/125517 compositing/regions/crash-transform-inside-region.html [ Crash Pass ]
 webkit.org/b/125517 compositing/regions/floated-region-with-transformed-child.html [ ImageOnlyFailure Pass ]
@@ -865,6 +865,10 @@
 
 webkit.org/b/127723 accessibility/menu-list-sends-change-notification.html [ Crash Pass ]
 
+webkit.org/b/135561 mathml/opentype/opentype-stretchy-horizontal.html [ Failure Pass ]
+
+webkit.org/b/135562 svg/W3C-SVG-1.1/shapes-rect-02-t.svg [ Failure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # PASSING TESTS WITH INCORRECT EXPECTATIONS
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2043,3 +2047,5 @@
 
 webkit.org/b/135504 svg/css/parse-height.html [ Failure ]
 webkit.org/b/135504 svg/css/parse-length.html [ Failure ]
+
+webkit.org/b/135564 fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ]

Added: trunk/LayoutTests/platform/efl/fast/text/international/cjk-segmentation-expected.txt (0 => 171990)


--- trunk/LayoutTests/platform/efl/fast/text/international/cjk-segmentation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/text/international/cjk-segmentation-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -0,0 +1,26 @@
+Test Chinese Segmentation.
+
+==================================
+FAILED test
+actual: 国务院
+expected: 务
+==================================
+FAILED test
+actual: 调
+expected: 调控
+==================================
+FAILED test
+actual: 控
+expected: 调控
+==================================
+FAILED test
+actual: 俄罗斯
+expected: 罗斯
+==================================
+FAILED test
+actual: 春
+expected: 春运
+==================================
+FAILED test
+actual: 运
+expected: 春运

Modified: trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt (171989 => 171990)


--- trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt	2014-08-04 08:47:50 UTC (rev 171989)
+++ trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -13,6 +13,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'Audio').value is Audio
+PASS Object.getOwnPropertyDescriptor(global, 'Audio').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Audio').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Audio').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'Audio').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'AudioBuffer').value is AudioBuffer
 PASS Object.getOwnPropertyDescriptor(global, 'AudioBuffer').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AudioBuffer').hasOwnProperty('set') is false
@@ -373,6 +378,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLBRElement').value is HTMLBRElement
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLBRElement').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLBRElement').hasOwnProperty('set') is false
@@ -758,6 +768,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'MediaError').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaError').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaError').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaKeyNeededEvent').value is MediaKeyNeededEvent
+PASS Object.getOwnPropertyDescriptor(global, 'MediaKeyNeededEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaKeyNeededEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaKeyNeededEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaKeyNeededEvent').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').value is MediaList
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
@@ -1928,6 +1943,26 @@
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitDataCue').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitDataCue').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitDataCue').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyError').value is WebKitMediaKeyError
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyError').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyMessageEvent').value is WebKitMediaKeyMessageEvent
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyMessageEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyMessageEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyMessageEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeyMessageEvent').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeySession').value is WebKitMediaKeySession
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeySession').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeySession').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeySession').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeySession').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').value is WebKitMediaKeys
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('set') is false

Added: trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt (0 => 171990)


--- trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -0,0 +1,6 @@
+S7.6_A2.2_T2
+
+PASS 
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt (0 => 171990)


--- trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -0,0 +1,6 @@
+S7.6_A5.2_T8
+
+PASS 
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/efl/svg/text/non-bmp-positioning-lists-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/svg/text/non-bmp-positioning-lists-expected.txt (171989 => 171990)


--- trunk/LayoutTests/platform/efl/svg/text/non-bmp-positioning-lists-expected.txt	2014-08-04 08:47:50 UTC (rev 171989)
+++ trunk/LayoutTests/platform/efl/svg/text/non-bmp-positioning-lists-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (50,59) size 709x223
-    RenderSVGText {text} at (50,59) size 709x223 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 709x223
-        chunk 1 text run 1 at (50.00,240.00) startOffset 0 endOffset 2 width 159.00: "\x{D835}\x{DC9E}"
-        chunk 1 text run 1 at (600.00,240.00) startOffset 0 endOffset 2 width 159.00: "\x{D835}\x{DC9E}"
+  RenderSVGRoot {svg} at (50,59) size 700x223
+    RenderSVGText {text} at (50,59) size 700x223 contains 1 chunk(s)
+      RenderSVGInlineText {#text} at (0,0) size 700x223
+        chunk 1 text run 1 at (50.00,240.00) startOffset 0 endOffset 2 width 150.00: "\x{D835}\x{DC9E}"
+        chunk 1 text run 1 at (600.00,240.00) startOffset 0 endOffset 2 width 150.00: "\x{D835}\x{DC9E}"

Modified: trunk/LayoutTests/platform/efl/transforms/2d/hindi-rotated-expected.txt (171989 => 171990)


--- trunk/LayoutTests/platform/efl/transforms/2d/hindi-rotated-expected.txt	2014-08-04 08:47:50 UTC (rev 171989)
+++ trunk/LayoutTests/platform/efl/transforms/2d/hindi-rotated-expected.txt	2014-08-04 13:31:58 UTC (rev 171990)
@@ -33,5 +33,3 @@
       text run at (1,1) width 114: "Now rotated \x{916}\x{94B}\x{91C}\x{947}\x{902} "
       text run at (115,1) width 112: "\x{92C}\x{941}\x{927}\x{935}\x{93E}\x{930} \x{915}\x{940} \x{938}\x{941}\x{92C}\x{939} \x{939}\x{94B}\x{928}\x{947}"
       text run at (1,19) width 103: "\x{935}\x{93E}\x{932}\x{93E} \x{92A}\x{942}\x{930}\x{94D}\x{923} 123 abc"
-
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to