Title: [201746] trunk/LayoutTests
Revision
201746
Author
[email protected]
Date
2016-06-07 01:33:32 -0700 (Tue, 07 Jun 2016)

Log Message

Unskip js/script-tests/class-syntax-scoping.js
https://bugs.webkit.org/show_bug.cgi?id=158458

Patch by Joseph Pecoraro <[email protected]> on 2016-06-07
Reviewed by Ryosuke Niwa.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (201745 => 201746)


--- trunk/LayoutTests/ChangeLog	2016-06-07 06:33:30 UTC (rev 201745)
+++ trunk/LayoutTests/ChangeLog	2016-06-07 08:33:32 UTC (rev 201746)
@@ -1,3 +1,12 @@
+2016-06-07  Joseph Pecoraro  <[email protected]>
+
+        Unskip js/script-tests/class-syntax-scoping.js
+        https://bugs.webkit.org/show_bug.cgi?id=158458
+
+        Reviewed by Ryosuke Niwa.
+
+        * js/script-tests/class-syntax-scoping.js:
+
 2016-06-06  Joseph Pecoraro  <[email protected]>
 
         ASSERTION failed in get-by-pname.js when run with JSC_useLLINT=false and 2 other configurations

Modified: trunk/LayoutTests/js/script-tests/class-syntax-scoping.js (201745 => 201746)


--- trunk/LayoutTests/js/script-tests/class-syntax-scoping.js	2016-06-07 06:33:30 UTC (rev 201745)
+++ trunk/LayoutTests/js/script-tests/class-syntax-scoping.js	2016-06-07 08:33:32 UTC (rev 201746)
@@ -1,5 +1,3 @@
-//@ skip
-
 description('Tests for scoping of variables in ES6 class syntax');
 
 var local = "FAIL";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to