[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: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53319}
This commit is contained in:
Sigurd Schneider 2018-05-24 11:08:04 +02:00 committed by Commit Bot
parent 7fe2d8854a
commit c74f112666
4 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@
"ctor.js",
"exec.js",
"flags.js",
"inline_test.js",
"match.js",
"replace.js",
"search.js",

View File

@ -25,6 +25,7 @@
"ctor.js",
"exec.js",
"flags.js",
"inline_test.js",
"match.js",
"replace.js",
"search.js",

View File

@ -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;