Title: [204420] trunk/LayoutTests
Revision
204420
Author
ryanhad...@apple.com
Date
2016-08-12 14:09:48 -0700 (Fri, 12 Aug 2016)

Log Message

Unreviewed, rolling out r204416.

This test fails with a debug assertion

Reverted changeset:

"ASSERTION FAILED: : line >= firstLine in
BytecodeGenerator::emitExpressionInfo."
https://bugs.webkit.org/show_bug.cgi?id=160535
http://trac.webkit.org/changeset/204416

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204419 => 204420)


--- trunk/LayoutTests/ChangeLog	2016-08-12 20:46:24 UTC (rev 204419)
+++ trunk/LayoutTests/ChangeLog	2016-08-12 21:09:48 UTC (rev 204420)
@@ -1,3 +1,16 @@
+2016-08-12  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed, rolling out r204416.
+
+        This test fails with a debug assertion
+
+        Reverted changeset:
+
+        "ASSERTION FAILED: : line >= firstLine in
+        BytecodeGenerator::emitExpressionInfo."
+        https://bugs.webkit.org/show_bug.cgi?id=160535
+        http://trac.webkit.org/changeset/204416
+
 2016-08-12  Skachkov Oleksandr  <gskach...@gmail.com>
 
         [ES2016] Implement Object.entries

Deleted: trunk/LayoutTests/js/multiline-function-crash-expected.txt (204419 => 204420)


--- trunk/LayoutTests/js/multiline-function-crash-expected.txt	2016-08-12 20:46:24 UTC (rev 204419)
+++ trunk/LayoutTests/js/multiline-function-crash-expected.txt	2016-08-12 21:09:48 UTC (rev 204420)
@@ -1,9 +0,0 @@
-Offset and lineNumber of the savePoint needs to restored before calling next(). Test passes if there is no crash in debug builds.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/js/multiline-function-crash.html (204419 => 204420)


--- trunk/LayoutTests/js/multiline-function-crash.html	2016-08-12 20:46:24 UTC (rev 204419)
+++ trunk/LayoutTests/js/multiline-function-crash.html	2016-08-12 21:09:48 UTC (rev 204420)
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src=""
-</head>
-<body>
-<script src=""
-<script src=""
-</body>
-</html>

Deleted: trunk/LayoutTests/js/script-tests/multiline-function-crash.js (204419 => 204420)


--- trunk/LayoutTests/js/script-tests/multiline-function-crash.js	2016-08-12 20:46:24 UTC (rev 204419)
+++ trunk/LayoutTests/js/script-tests/multiline-function-crash.js	2016-08-12 21:09:48 UTC (rev 204420)
@@ -1,5 +0,0 @@
-description(
-"Offset and lineNumber of the savePoint needs to restored before calling next(). Test passes if there is no crash in debug builds.");
-
-((x = (function(){ return debug;})()
-, y) => [])();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to