Title: [183384] trunk/LayoutTests
Revision
183384
Author
[email protected]
Date
2015-04-26 22:02:38 -0700 (Sun, 26 Apr 2015)

Log Message

Class body ending with a semicolon throws a SyntaxError
https://bugs.webkit.org/show_bug.cgi?id=144244

Patch by Ryosuke Niwa <[email protected]> on 2015-04-26
Reviewed by Darin Adler.

Added a regression test for having a semicolon inside the class definition.

* js/class-syntax-semicolon-expected.txt: Added.
* js/class-syntax-semicolon.html: Added.
* js/script-tests/class-syntax-semicolon.js: Added.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183383 => 183384)


--- trunk/LayoutTests/ChangeLog	2015-04-27 04:20:32 UTC (rev 183383)
+++ trunk/LayoutTests/ChangeLog	2015-04-27 05:02:38 UTC (rev 183384)
@@ -39,6 +39,15 @@
 
 2015-04-26  Gyuyoung Kim  <[email protected]>
 
+        [EFL] Unreviewed gardening fix.
+
+        Mark editing/selection/extend-by-character-007.html to skip
+        instead of missing. It is not supported by EFL port yet.
+
+        * platform/efl/TestExpectations:
+
+2015-04-26  Gyuyoung Kim  <[email protected]>
+
         [EFL] Unreviewed EFL gardening on 27th April.
 
         Unskip 2 tests which have been passed since r183368.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (183383 => 183384)


--- trunk/LayoutTests/platform/efl/TestExpectations	2015-04-27 04:20:32 UTC (rev 183383)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2015-04-27 05:02:38 UTC (rev 183384)
@@ -73,6 +73,9 @@
 fast/events/mouse-force-down.html [ Skip ]
 fast/events/mouse-force-up.html [ Skip ]
 
+# EFL WebKitTestRunner doesn't support this test based on emoji font
+editing/selection/extend-by-character-007.html [ Skip ]
+
 # ----------------------------------------
 # Tests which also fail in other platforms
 # ----------------------------------------
@@ -2241,5 +2244,3 @@
 webkit.org/b/144004 compositing/animation/matrix-animation.html [ ImageOnlyFailure ]
 
 webkit.org/b/144006 compositing/backing/solid-color-with-paints-into-ancestor.html [ ImageOnlyFailure ]
-
-webkit.org/b/144246 editing/selection/extend-by-character-007.html [ Missing ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to