Commit e92c52ba authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

[test] Remove obsolete variants of generator JSTests.

R=adamk@chromium.org

Bug: 
Change-Id: I47087c6a15beceb7084079dcf644de7e9ede772c
Reviewed-on: https://chromium-review.googlesource.com/505620Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45342}
parent 094cb0e9
......@@ -33,30 +33,6 @@
"flags": ["--harmony-function-sent"],
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "GeneratorsIgnition",
"path": ["Generators"],
"main": "run.js",
"resources": ["generators.js"],
"flags": [
"--harmony-function-sent",
"--ignition"
],
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "GeneratorsIgnitionTurbofan",
"path": ["Generators"],
"main": "run.js",
"resources": ["generators.js"],
"flags": [
"--harmony-function-sent",
"--ignition",
"--turbo",
"--turbo-from-bytecode"
],
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "RestParameters",
"path": ["RestParameters"],
......
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