Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Unified Diff: media/media_unittests.isolate

Issue 851013002: Swarm media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_unittests.isolate
diff --git a/media/media_unittests.isolate b/media/media_unittests.isolate
index 3a17689503d5f09cbc1d218fc985a4a50e292f75..cea8c33f800c756d18a1f542f17af717eed8a092 100644
--- a/media/media_unittests.isolate
+++ b/media/media_unittests.isolate
@@ -15,33 +15,64 @@
}],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
- 'command': [
- '<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)',
- ],
'files': [
+ '../testing/test_env.py',
'<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
- # TODO(jmadill): should be automatic. http://crbug.com/418146
- ['OS=="win"', {
+ ['OS=="linux"', {
'variables': {
+ 'command': [
+ '../testing/xvfb.py',
+ '<(PRODUCT_DIR)',
+ '<(PRODUCT_DIR)/media_unittests',
+ '--brave-new-test-launcher',
+ '--test-launcher-bot-mode',
+ '--asan=<(asan)',
+ '--lsan=<(lsan)',
+ ],
'files': [
- '<(PRODUCT_DIR)/ffmpegsumo.dll',
+ '../testing/xvfb.py',
+ '<(PRODUCT_DIR)/libffmpegsumo.so',
+ '<(PRODUCT_DIR)/xdisplaycheck',
],
},
}],
['OS=="mac"', {
'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/media_unittests',
+ '--brave-new-test-launcher',
+ '--test-launcher-bot-mode',
+ '--asan=<(asan)',
+ '--lsan=<(lsan)',
+ ],
'files': [
'<(PRODUCT_DIR)/ffmpegsumo.so',
],
},
}],
- ['OS=="linux"', {
+ ['OS=="win"', {
'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/media_unittests.exe',
+ '--brave-new-test-launcher',
+ '--test-launcher-bot-mode',
+ '--asan=<(asan)',
+ '--lsan=<(lsan)',
+ ],
'files': [
- '<(PRODUCT_DIR)/libffmpegsumo.so',
+ '<(PRODUCT_DIR)/ffmpegsumo.dll',
+ ],
+ },
+ }],
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/media_unittests.exe.pdb',
],
},
}],
« no previous file with comments | « media/media.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698