Title: [183392] trunk/LayoutTests
Revision
183392
Author
[email protected]
Date
2015-04-27 03:23:20 -0700 (Mon, 27 Apr 2015)

Log Message

Also skip it in run-_javascript_core-tests.

* js/script-tests/class-syntax-semicolon.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183391 => 183392)


--- trunk/LayoutTests/ChangeLog	2015-04-27 10:13:15 UTC (rev 183391)
+++ trunk/LayoutTests/ChangeLog	2015-04-27 10:23:20 UTC (rev 183392)
@@ -1,5 +1,11 @@
 2015-04-27  Ryosuke Niwa  <[email protected]>
 
+        Also skip it in run-_javascript_core-tests.
+
+        * js/script-tests/class-syntax-semicolon.js:
+
+2015-04-27  Ryosuke Niwa  <[email protected]>
+
         Temporarily skip the test added in r183384 as it's hitting an assertion per an existing bug.
 
         The newly uncovered bug is tracked by webkit.org/b/144258.

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


--- trunk/LayoutTests/js/script-tests/class-syntax-semicolon.js	2015-04-27 10:13:15 UTC (rev 183391)
+++ trunk/LayoutTests/js/script-tests/class-syntax-semicolon.js	2015-04-27 10:23:20 UTC (rev 183392)
@@ -1,3 +1,4 @@
+//@ skip
 
 description('Tests for ES6 class syntax containing semicolon in the class body');
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to