summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-11-11 13:39:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-11 21:40:23 +0000
commit213e54328031dd1474a438de48f8fd32da7a5171 (patch)
treed65fb42e701baa6b984a4a34928eb9c3dc37b41d /testing
parent1a57fcd05d963bcfda687e63b958602b1ced20f8 (diff)
downloadchromium_src-213e54328031dd1474a438de48f8fd32da7a5171.zip
chromium_src-213e54328031dd1474a438de48f8fd32da7a5171.tar.gz
chromium_src-213e54328031dd1474a438de48f8fd32da7a5171.tar.bz2
Clean up the runner directory.
- Remove obsolete or unnecessary tests - Move fetcher/data_pipe_peek tests to mojo_shell_unittests - Run the new mojo_runner_host_unittests. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/1439523002 Cr-Commit-Position: refs/heads/master@{#359163}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.linux.json4
-rw-r--r--testing/buildbot/chromium.win.json2
-rw-r--r--testing/buildbot/gn_isolate_map.pyl4
3 files changed, 5 insertions, 5 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 502294f..8922182 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -84,7 +84,7 @@
"test": "mojo_public_utility_unittests"
},
{
- "test": "mojo_runner_unittests"
+ "test": "mojo_runner_host_unittests"
},
{
"test": "mojo_shell_unittests"
@@ -553,7 +553,7 @@
"test": "mojo_public_utility_unittests"
},
{
- "test": "mojo_runner_unittests"
+ "test": "mojo_runner_host_unittests"
},
{
"test": "mojo_shell_unittests"
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 5aada22..6fe68af 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -1587,7 +1587,7 @@
"test": "mojo_public_utility_unittests"
},
{
- "test": "mojo_runner_unittests"
+ "test": "mojo_runner_host_unittests"
},
{
"test": "mojo_shell_unittests"
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index a87beb9..904b6e0 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -280,8 +280,8 @@
"label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
"type": "console_test_launcher",
},
- "mojo_runner_unittests": {
- "label": "//mojo/runner:mojo_runner_unittests",
+ "mojo_runner_host_unittests": {
+ "label": "//mojo/runner/host:unittests",
"type": "unknown",
},
"mojo_shell_unittests": {