Commit 8225bf8f authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

Fuchsia: Remove the base unittests filter.

All the remaining tests have been manually disabled.

Bug: 706592
Change-Id: I043163517817794891f8a31d6f09913ca74b500c
Reviewed-on: https://chromium-review.googlesource.com/1105020Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568955}
parent f633a570
...@@ -125,6 +125,6 @@ The run script also symbolizes backtraces. ...@@ -125,6 +125,6 @@ The run script also symbolizes backtraces.
A useful alias (for "Build And Run Filtered") is: A useful alias (for "Build And Run Filtered") is:
```shell ```shell
alias barf='ninja -C out/fuchsia base_unittests -j1000 && out/fuchsia/bin/run_base_unittests --test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter' alias barf='ninja -C out/fuchsia net_unittests -j1000 && out/fuchsia/bin/run_net_unittests --test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.net_unittests.filter'
``` ```
to build and run only the tests that are not excluded/known-failing on the bot. to build and run only the tests that are not excluded/known-failing on the bot.
...@@ -820,9 +820,6 @@ ...@@ -820,9 +820,6 @@
], ],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter"
],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
...@@ -989,9 +986,6 @@ ...@@ -989,9 +986,6 @@
], ],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter"
],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
...@@ -1129,9 +1123,6 @@ ...@@ -1129,9 +1123,6 @@
], ],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter"
],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
}, },
......
...@@ -538,9 +538,6 @@ ...@@ -538,9 +538,6 @@
], ],
"gtest_tests": [ "gtest_tests": [
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter"
],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
......
...@@ -57,7 +57,6 @@ source_set("content_unittests_filters") { ...@@ -57,7 +57,6 @@ source_set("content_unittests_filters") {
source_set("fuchsia_filters") { source_set("fuchsia_filters") {
data = [ data = [
"//testing/buildbot/filters/fuchsia.base_unittests.filter",
"//testing/buildbot/filters/fuchsia.content_unittests.filter", "//testing/buildbot/filters/fuchsia.content_unittests.filter",
"//testing/buildbot/filters/fuchsia.ipc_tests.filter", "//testing/buildbot/filters/fuchsia.ipc_tests.filter",
"//testing/buildbot/filters/fuchsia.mojo_unittests.filter", "//testing/buildbot/filters/fuchsia.mojo_unittests.filter",
......
# TODO(fuchsia): Being ported, see https://crbug.com/706592.
...@@ -903,11 +903,7 @@ ...@@ -903,11 +903,7 @@
}, },
'fuchsia_gtests': { 'fuchsia_gtests': {
'base_unittests': { 'base_unittests': {},
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.base_unittests.filter',
],
},
'content_unittests': { 'content_unittests': {
'args': [ 'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter',
...@@ -921,8 +917,7 @@ ...@@ -921,8 +917,7 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.ipc_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.ipc_tests.filter',
], ],
}, },
'media_unittests': { 'media_unittests': {},
},
'mojo_unittests': { 'mojo_unittests': {
'args': [ 'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.mojo_unittests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.mojo_unittests.filter',
......
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