Commit 7d5467ab authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add media_unittests to cros VM tester.

Some tests are failing, so this adds them to a filter file and adds it
in a la fuchsia.

Bug: 860066, 840967
Change-Id: I6ebe67a0d4a5ab5e58c543524d36ada6ae55219f
Reviewed-on: https://chromium-review.googlesource.com/1136884Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575846}
parent e34e65dd
...@@ -28,6 +28,10 @@ template("generate_vm_runner_script") { ...@@ -28,6 +28,10 @@ template("generate_vm_runner_script") {
invoker.generated_script, invoker.generated_script,
] ]
deps = [
"//testing/buildbot/filters:chromeos_filters",
]
data = [ data = [
# We use android test-runner's results libs to construct gtest output # We use android test-runner's results libs to construct gtest output
# json. # json.
......
...@@ -149,6 +149,22 @@ ...@@ -149,6 +149,22 @@
}, },
"test": "latency_unittests" "test": "latency_unittests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.media_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
]
},
"test": "media_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
...@@ -26,6 +26,12 @@ source_set("browser_tests_filters") { ...@@ -26,6 +26,12 @@ source_set("browser_tests_filters") {
] ]
} }
source_set("chromeos_filters") {
data = [
"//testing/buildbot/filters/chromeos.media_unittests.filter",
]
}
source_set("content_browsertests_filters") { source_set("content_browsertests_filters") {
testonly = true testonly = true
......
# TODO(crbug.com/863626): Enable these.
# Fails consistently due to g_cras_audio_handler initiailization errors.
-AudioManagerTest.CheckMinMaxAudioBufferSizeCallbacks
-AudioManagerTest.DefaultCommunicationsLabelsContainRealLabels
-AudioManagerTest.GroupId
# Flakes.
-CrasInputStreamTest.CaptureFrames
...@@ -349,6 +349,11 @@ ...@@ -349,6 +349,11 @@
'ipc_tests': {}, 'ipc_tests': {},
'jingle_unittests': {}, 'jingle_unittests': {},
'latency_unittests': {}, 'latency_unittests': {},
'media_unittests': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.media_unittests.filter',
],
},
'midi_unittests': {}, 'midi_unittests': {},
'mojo_unittests': {}, 'mojo_unittests': {},
'ozone_unittests': {}, 'ozone_unittests': {},
......
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