Commit a6d3592a authored by Nico Weber's avatar Nico Weber

Run exo_unittests on the cros memory bots, it should pass now.

Bug: 855573
Change-Id: If84f612e1500d9189f2206a4ff106fccfdc308d5
Reviewed-on: https://chromium-review.googlesource.com/1112468Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569877}
parent a2a95f59
...@@ -4454,6 +4454,12 @@ ...@@ -4454,6 +4454,12 @@
}, },
"test": "events_unittests" "test": "events_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "exo_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -5022,6 +5028,12 @@ ...@@ -5022,6 +5028,12 @@
}, },
"test": "events_unittests" "test": "events_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "exo_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -1810,7 +1810,7 @@ ...@@ -1810,7 +1810,7 @@
# TODO(thakis): Fix all failing tests, add them here, then remove this. # TODO(thakis): Fix all failing tests, add them here, then remove this.
'linux_chromeos_rel_specific_gtests_asan_bringup': { 'linux_chromeos_rel_specific_gtests_asan_bringup': {
'chromevox_tests': {}, 'chromevox_tests': {},
#'exo_unittests': {}, # https://crbug.com/855573 'exo_unittests': {},
'gl_unittests_ozone': {}, 'gl_unittests_ozone': {},
'ozone_gl_unittests': { 'ozone_gl_unittests': {
'args': [ 'args': [
......
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