diff options
author | mbjorge <mbjorge@chromium.org> | 2016-03-18 17:54:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-19 00:56:23 +0000 |
commit | 6fc997045bad3cd8b307d9c05f82699db3c223a0 (patch) | |
tree | 40b965ee7d3575166f28d9c75a1b644472f6cc0f /chromecast | |
parent | 81f8ca47201a85310d6a69e4e92c8d12f22e6795 (diff) | |
download | chromium_src-6fc997045bad3cd8b307d9c05f82699db3c223a0.zip chromium_src-6fc997045bad3cd8b307d9c05f82699db3c223a0.tar.gz chromium_src-6fc997045bad3cd8b307d9c05f82699db3c223a0.tar.bz2 |
[Chromecast] Set cast_media_unittests to run serially.
BUG=None
Review URL: https://codereview.chromium.org/1817533004
Cr-Commit-Position: refs/heads/master@{#382155}
Diffstat (limited to 'chromecast')
-rw-r--r-- | chromecast/BUILD.gn | 5 | ||||
-rw-r--r-- | chromecast/chromecast_tests.gypi | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn index 2d53f77..03385af 100644 --- a/chromecast/BUILD.gn +++ b/chromecast/BUILD.gn @@ -113,7 +113,10 @@ cast_test_group("cast_tests") { # --enable-local-file-accesses => to load sample media files # --test-launcher-jobs=1 => so internal code can bind to port - filters += [ "cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1" ] + filters += [ + "cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1", + "cast_media_unittests --test-launcher-jobs=1", + ] if (use_alsa) { tests += diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi index 88dfba9..3084ad9 100644 --- a/chromecast/chromecast_tests.gypi +++ b/chromecast/chromecast_tests.gypi @@ -187,6 +187,7 @@ # --enable-local-file-accesses => to load sample media files # --test-launcher-jobs=1 => so internal code can bind to port 'cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1', + 'cast_media_unittests --test-launcher-jobs=1', ], }, 'conditions': [ |