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

Unified Diff: test/mjsunit/harmony/generators-turbo.js

Issue 2002983002: [generators] Get better clusterfuzz coverage. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/generators-turbo.js
diff --git a/test/mjsunit/harmony/generators.js b/test/mjsunit/harmony/generators-turbo.js
similarity index 97%
copy from test/mjsunit/harmony/generators.js
copy to test/mjsunit/harmony/generators-turbo.js
index ce68fd0175341c0e9afb40b42b2d711763daf4ac..d12c8cffe1aae50ef5830aafe585d88d257d7ae5 100644
--- a/test/mjsunit/harmony/generators.js
+++ b/test/mjsunit/harmony/generators-turbo.js
@@ -2,8 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --ignition-generators --harmony-do-expressions
-// Flags: --allow-natives-syntax
+// Flags: --ignition --ignition-generators --harmony-do-expressions
+// Flags: --allow-natives-syntax --turbo --turbo-from-bytecode
+
+
+// This file is identical to mjsunit/harmony/generators.js, except for its Flags
+// lines. The purpose is to explicitly mention --turbo-from-bytecode such that
+// Clusterfuzz can thoroughly test the new generators implementation.
function MaybeOptimizeOrDeoptimize(f) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698