Title: [199236] trunk/LayoutTests
Revision
199236
Author
[email protected]
Date
2016-04-08 11:18:19 -0700 (Fri, 08 Apr 2016)

Log Message

Redefining a method of the same name hits an assertion
https://bugs.webkit.org/show_bug.cgi?id=144258

Reviewed by Ryosuke Niwa.

* TestExpectations:
* js/script-tests/class-syntax-semicolon.js:
This test no longer asserts.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199235 => 199236)


--- trunk/LayoutTests/ChangeLog	2016-04-08 18:07:25 UTC (rev 199235)
+++ trunk/LayoutTests/ChangeLog	2016-04-08 18:18:19 UTC (rev 199236)
@@ -1,3 +1,14 @@
+2016-04-08  Joseph Pecoraro  <[email protected]>
+
+        Redefining a method of the same name hits an assertion
+        https://bugs.webkit.org/show_bug.cgi?id=144258
+
+        Reviewed by Ryosuke Niwa.
+
+        * TestExpectations:
+        * js/script-tests/class-syntax-semicolon.js:
+        This test no longer asserts.
+
 2016-04-08  Joanmarie Diggs  <[email protected]>
 
         AX: [ATK] Crash getting text under element in CSS table

Modified: trunk/LayoutTests/TestExpectations (199235 => 199236)


--- trunk/LayoutTests/TestExpectations	2016-04-08 18:07:25 UTC (rev 199235)
+++ trunk/LayoutTests/TestExpectations	2016-04-08 18:18:19 UTC (rev 199236)
@@ -669,8 +669,6 @@
 
 [ Debug ] js/regress-141098.html [ Slow ]
 
-webkit.org/b/144258 [ Debug ] js/class-syntax-semicolon.html [ Skip ]
-
 # IDBVersionChangeEvent tests need to be rewritten to use event constructors instead of createEvent,
 # after we implement the IDBVersionChangeEvent constructor.
 webkit.org/b/145390 storage/indexeddb/events.html [ Failure ]

Modified: trunk/LayoutTests/js/script-tests/class-syntax-semicolon.js (199235 => 199236)


--- trunk/LayoutTests/js/script-tests/class-syntax-semicolon.js	2016-04-08 18:07:25 UTC (rev 199235)
+++ trunk/LayoutTests/js/script-tests/class-syntax-semicolon.js	2016-04-08 18:18:19 UTC (rev 199236)
@@ -1,5 +1,3 @@
-//@ skip
-
 description('Tests for ES6 class syntax containing semicolon in the class body');
 
 shouldThrow("class A { foo;() { } }", "'SyntaxError: Unexpected token \\';\\'. Expected an opening \\'(\\' before a method\\'s parameter list.'");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to