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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2694193005: Disable service_unittests on Mac Pros. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 2bc0e427cc5b12e4e0cca5b1a1adcd018cab7289..640c34ed0f28665c53680c1e2f41e74833c31c44 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1258,6 +1258,8 @@ COMMON_GTESTS = {
],
'test': 'gles2_conform_test',
},
+ # Face and barcode detection unit tests, which currently only run on
+ # Mac OS, and require physical hardware.
'service_unittests': {
'tester_configs': [
{
@@ -1266,6 +1268,16 @@ COMMON_GTESTS = {
'os_types': ['mac'],
},
],
+ 'disabled_tester_configs': [
+ {
+ 'swarming_dimension_sets': [
+ # These tests fail on the Mac Pros.
+ {
+ 'gpu': '1002:679e',
+ },
+ ],
+ },
+ ],
'args': [
'--gtest_filter=*Detection*',
'--use-gpu-in-tests'
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698