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

Unified Diff: test/mjsunit/ignition/stack-trace-source-position.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
« no previous file with comments | « test/debugger/debug/ignition/debugger-statement.js ('k') | test/mjsunit/regress/regress-618657.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/ignition/stack-trace-source-position.js
diff --git a/test/mjsunit/ignition/stack-trace-source-position.js b/test/mjsunit/ignition/stack-trace-source-position.js
index b82263ff30450936cc489aed5bc4a954f52f3006..ce236c398c480ca296ae6d32dc59afbdb16cc1b0 100644
--- a/test/mjsunit/ignition/stack-trace-source-position.js
+++ b/test/mjsunit/ignition/stack-trace-source-position.js
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Flags: --ignition-filter=f
// Flags: --no-turbo
// TODO(yangguo): fix for turbofan
@@ -15,6 +16,6 @@
var stack_lines = f(2).split("\n");
-assertTrue(/at f \(.*?:11:12\)/.test(stack_lines[1]));
-assertTrue(/at f \(.*?:13:10\)/.test(stack_lines[2]));
-assertTrue(/at f \(.*?:13:10\)/.test(stack_lines[3]));
+assertTrue(/at f \(.*?:12:12\)/.test(stack_lines[1]));
+assertTrue(/at f \(.*?:14:10\)/.test(stack_lines[2]));
+assertTrue(/at f \(.*?:14:10\)/.test(stack_lines[3]));
« no previous file with comments | « test/debugger/debug/ignition/debugger-statement.js ('k') | test/mjsunit/regress/regress-618657.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698