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

Unified Diff: test/mjsunit/es6/tail-call-megatest-shard2.js

Issue 1778663004: Parallelize test/mjsunit/es6/tail-call-megatest.js in order to avoid timeouts on slow architectures. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 4 years, 9 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/mjsunit/es6/tail-call-megatest-shard1.js ('k') | test/mjsunit/es6/tail-call-megatest-shard3.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/tail-call-megatest-shard2.js
diff --git a/test/mjsunit/es6/tail-call-megatest-shard2.js b/test/mjsunit/es6/tail-call-megatest-shard2.js
new file mode 100644
index 0000000000000000000000000000000000000000..f61249d4f3d08eb5cc32868e0397c4dcd1edd251
--- /dev/null
+++ b/test/mjsunit/es6/tail-call-megatest-shard2.js
@@ -0,0 +1,15 @@
+// Copyright 2016 the V8 project authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Flags: --allow-natives-syntax --harmony-tailcalls
+// TODO(v8:4698), TODO(ishell): support these cases.
+// Flags: --turbo --nostress-opt
+
+try {
+ load("mjsunit/es6/tail-call-megatest.js");
+} catch(e) {
+ load("test/mjsunit/es6/tail-call-megatest.js");
+}
+
+run_tests(2);
« no previous file with comments | « test/mjsunit/es6/tail-call-megatest-shard1.js ('k') | test/mjsunit/es6/tail-call-megatest-shard3.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698