Commit b8defbc9 authored by Simon Zünd's avatar Simon Zünd Committed by Commit Bot

Add missing file to resources for TypedArray.p.sort benchmarks.

R=sergiyb@chromium.org

Bug: v8:7382
Change-Id: I6fc0b2ca9857a80192e1a202ee516f544105ee56
Reviewed-on: https://chromium-review.googlesource.com/1011611Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Simon Zünd <szuend@google.com>
Cr-Commit-Position: refs/heads/master@{#52588}
parent 87557649
...@@ -520,25 +520,25 @@ ...@@ -520,25 +520,25 @@
{ {
"name": "SortIntTypes", "name": "SortIntTypes",
"main": "run.js", "main": "run.js",
"resources": ["sort-int.js"], "resources": ["sort.js", "sort-int.js"],
"test_flags": ["sort-int"] "test_flags": ["sort-int"]
}, },
{ {
"name": "SortFloatTypes", "name": "SortFloatTypes",
"main": "run.js", "main": "run.js",
"resources": ["sort-float.js"], "resources": ["sort.js", "sort-float.js"],
"test_flags": ["sort-float"] "test_flags": ["sort-float"]
}, },
{ {
"name": "SortCustomCompareFnIntTypes", "name": "SortCustomCompareFnIntTypes",
"main": "run.js", "main": "run.js",
"resources": ["sort-cmpfn-int.js"], "resources": ["sort.js", "sort-cmpfn-int.js"],
"test_flags": ["sort-cmpfn-int"] "test_flags": ["sort-cmpfn-int"]
}, },
{ {
"name": "SortCustomCompareFnFloatTypes", "name": "SortCustomCompareFnFloatTypes",
"main": "run.js", "main": "run.js",
"resources": ["sort-cmpfn-float.js"], "resources": ["sort.js", "sort-cmpfn-float.js"],
"test_flags": ["sort-cmpfn-float"] "test_flags": ["sort-cmpfn-float"]
}, },
{ {
......
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