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

Unified Diff: test/mjsunit/regress/regress-618657.js

Issue 2637123002: Revert of [complier] Enable parallel eager inner function compilation with compiler dispatcher. (Closed)
Patch Set: Created 3 years, 11 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
Index: test/mjsunit/regress/regress-618657.js
diff --git a/test/mjsunit/regress/regress-618657.js b/test/mjsunit/regress/regress-618657.js
index cdec212fe7bde03475b33d6910567fd7fde46aa7..170e23501476f89763476cc6df95406b965ebf64 100644
--- a/test/mjsunit/regress/regress-618657.js
+++ b/test/mjsunit/regress/regress-618657.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --ignition
+// Flags: --ignition --ignition-filter=-foo
function* foo() { yield 42 }
function* goo() { yield 42 }

Powered by Google App Engine
This is Rietveld 408576698