Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index 5ee2b0268735681cb795c765f66fc743cf34c10e..a01033d42e8e5d99af8274a42bb2909cecfd36f7 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -327,6 +327,18 @@ |
"test_flags": ["sort"] |
} |
] |
+ }, |
+ { |
+ "name": "Arrays", |
Michael Achenbach
2017/03/22 08:52:58
The folder was called Array. This fails now on bot
|
+ "path": ["Arrays"], |
+ "main": "run.js", |
+ "resources": [ |
+ "filter.js" |
+ ], |
+ "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$", |
+ "tests": [ |
+ {"name": "Filter"} |
+ ] |
} |
] |
} |