Commit c74f1126 authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

[js-perf-test] Fix tests on android

Bug: v8:7779
Change-Id: I79471ecb038b710d21e938efd3f9207da30e6622

NOTRY=true

Change-Id: I79471ecb038b710d21e938efd3f9207da30e6622
Reviewed-on: https://chromium-review.googlesource.com/1071508
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53319}
parent 7fe2d885
......@@ -26,6 +26,7 @@
"ctor.js",
"exec.js",
"flags.js",
"inline_test.js",
"match.js",
"replace.js",
"search.js",
......
......@@ -25,6 +25,7 @@
"ctor.js",
"exec.js",
"flags.js",
"inline_test.js",
"match.js",
"replace.js",
"search.js",
......
......@@ -8,6 +8,7 @@ load('../base.js');
load('ctor.js');
load('exec.js');
load('flags.js');
load('inline_test.js')
load('match.js');
load('replace.js');
load('search.js');
......@@ -20,7 +21,6 @@ load('slow_replace.js');
load('slow_search.js');
load('slow_split.js');
load('slow_test.js');
load('test_inl.js')
var success = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment