Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Unified Diff: test/webkit/fast/js/excessive-comma-usage-expected.txt

Issue 1257583005: [test] Shorten excessive webkit test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/fast/js/excessive-comma-usage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/excessive-comma-usage-expected.txt
diff --git a/test/webkit/fast/js/excessive-comma-usage-expected.txt b/test/webkit/fast/js/excessive-comma-usage-expected.txt
index 2460768e4a3ae751383e074d1af64b90978145b6..a86a1e87b161c4dbaabfa06814a1b05e6622dabc 100644
--- a/test/webkit/fast/js/excessive-comma-usage-expected.txt
+++ b/test/webkit/fast/js/excessive-comma-usage-expected.txt
@@ -28,7 +28,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS new Function(initializerTestString)() is true
PASS new Function(declarationTestString)() is true
-FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded
Michael Achenbach 2015/07/27 21:21:53 Since, we failed it, at least that part was quite
+PASS new Function(commaExpressionTestString)() is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/fast/js/excessive-comma-usage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698