Commit 063d1eb0 authored by Nico Weber's avatar Nico Weber

Stop passing --test-launcher-print-test-stdio=always to sandbox_linux_unittests on 4 bots.

If we always want the output, we should add the flag in testing/buildbot/gn_isolate_map.pyl
or waterfalls.pyl for all bots, and not set this for a small arbitrary subset.

Bug: 843511
Change-Id: I8a1e1f32ec22da2b02bc05ac56ecee659b4448ee
Reviewed-on: https://chromium-review.googlesource.com/1136517Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575012}
parent 3d5801a9
......@@ -726,9 +726,6 @@
"test": "remoting_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
......@@ -1343,9 +1340,6 @@
"test": "remoting_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
......
......@@ -2221,9 +2221,6 @@
"test": "remoting_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
......@@ -2920,9 +2917,6 @@
"test": "printing_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
......
......@@ -892,30 +892,6 @@
'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
],
},
'sandbox_linux_unittests': {
'modifications': {
'linux-chromeos-dbg': {
'args': [
'--test-launcher-print-test-stdio=always',
],
},
'linux-chromeos-rel': {
'args': [
'--test-launcher-print-test-stdio=always',
],
},
'Linux Tests (dbg)(1)': {
'args': [
'--test-launcher-print-test-stdio=always',
],
},
'Linux Tests (dbg)(1)(32)': {
'args': [
'--test-launcher-print-test-stdio=always',
],
},
},
},
'services_unittests': {
'remove_from': [
# chromium.clang
......
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