Commit d45e92bf authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[Tests] Update resources for SixSpeed and JSTest tests.

The resources list is required for android, where these files are
pushed to the device. The android bots have been failing due to these
missing resources, as the files are not available on the devices.

NOTRY=true
Change-Id: Ibef3cfc10e01250cb380128013e3c304927b5459

Change-Id: Ibef3cfc10e01250cb380128013e3c304927b5459
Reviewed-on: https://chromium-review.googlesource.com/463266
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44291}
parent cb812f8e
......@@ -283,11 +283,13 @@
{
"name": "CopyWithin",
"main": "run.js",
"resources": ["copywithin.js"],
"test_flags": ["copywithin"]
},
{
"name": "Constructor",
"main": "run.js",
"resources": ["constructor.js"],
"test_flags": ["constructor"]
},
{
......@@ -295,11 +297,13 @@
"flags": ["--no-turbo"],
"results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$",
"main": "run.js",
"resources": ["constructor.js"],
"test_flags": ["constructor"]
},
{
"name": "ConstructWithBuffer",
"main": "run.js",
"resources": ["construct-buffer.js"],
"test_flags": ["construct-buffer"]
},
{
......@@ -307,11 +311,13 @@
"flags": ["--no-turbo"],
"results_regexp": "^TypedArrays\\-ConstructWithBuffer\\(Score\\): (.+)$",
"main": "run.js",
"resources": ["construct-buffer.js"],
"test_flags": ["construct-buffer"]
},
{
"name": "ConstructArrayLike",
"main": "run.js",
"resources": ["construct-arraylike.js"],
"test_flags": ["construct-arraylike"]
},
{
......@@ -319,11 +325,13 @@
"flags": ["--no-turbo"],
"results_regexp": "^TypedArrays\\-ConstructArrayLike\\(Score\\): (.+)$",
"main": "run.js",
"resources": ["construct-arraylike.js"],
"test_flags": ["construct-arraylike"]
},
{
"name": "ConstructByTypedArray",
"main": "run.js",
"resources": ["construct-typedarray.js"],
"test_flags": ["construct-typedarray"]
},
{
......@@ -331,16 +339,19 @@
"flags": ["--no-turbo"],
"results_regexp": "^TypedArrays\\-ConstructByTypedArray\\(Score\\): (.+)$",
"main": "run.js",
"resources": ["construct-typedarray.js"],
"test_flags": ["construct-typedarray"]
},
{
"name": "ConstructBySameTypedArray",
"main": "run.js",
"resources": ["construct-same-typedarray.js"],
"test_flags": ["construct-same-typedarray"]
},
{
"name": "Sort",
"main": "run.js",
"resources": ["sort.js"],
"test_flags": ["sort"]
}
]
......
......@@ -16,11 +16,13 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["array_destructuring/es5.js"],
"test_flags": ["array_destructuring/es5"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["array_destructuring/es6.js"],
"test_flags": ["array_destructuring/es6"]
}
]
......@@ -33,11 +35,13 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["object_literals/es5.js"],
"test_flags": ["object_literals/es5"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["object_literals/es6.js"],
"test_flags": ["object_literals/es6"]
}
]
......@@ -50,11 +54,13 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["defaults/es5.js"],
"test_flags": ["defaults/es5"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["defaults/es6.js"],
"test_flags": ["defaults/es6"]
}
]
......@@ -68,16 +74,19 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["spread/es5.js"],
"test_flags": ["spread/es5"]
},
{
"name": "Babel",
"main": "run.js",
"resources": ["spread/babel.js"],
"test_flags": ["spread/babel"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["spread/es6.js"],
"test_flags": ["spread/es6"]
}
]
......@@ -91,16 +100,19 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["super_spread/es5.js"],
"test_flags": ["super_spread/es5"]
},
{
"name": "Babel",
"main": "run.js",
"resources": ["super_spread/babel.js"],
"test_flags": ["super_spread/babel"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["super_spread/es6.js"],
"test_flags": ["super_spread/es6"]
}
]
......@@ -114,16 +126,19 @@
{
"name": "ES5",
"main": "run.js",
"resources": ["spread_literal/es5.js"],
"test_flags": ["spread_literal/es5"]
},
{
"name": "Babel",
"main": "run.js",
"resources": ["spread_literal/babel.js"],
"test_flags": ["spread_literal/babel"]
},
{
"name": "ES6",
"main": "run.js",
"resources": ["spread_literal/es6.js"],
"test_flags": ["spread_literal/es6"]
}
]
......
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