Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index f8dbf77ae98e4baf95403b3aed8f9603e166c863..334da5a15548c3b2412324fc7bfc5338021da914 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -182,6 +182,16 @@ def GenTests(api): |
'base_unittests', |
{'test': 'browser_tests', 'shard_index': 0, 'total_shards': 2}, |
{'test': 'content_unittests', 'name': 'renamed_content_unittests'}, |
+ { |
+ 'test': 'gl_unittests', |
+ 'args': ['--correct-common-arg'], |
+ 'precommit_args': ['--SHOULD-NOT-BE-PRESENT-DURING-THE-RUN'], |
+ 'non_precommit_args': [ |
+ '--these-args-should-be-present', |
+ '--test-machine-name=\"${buildername}\"', |
+ '--build-revision=\"${got_revision}\"', |
+ ], |
+ }, |
], |
}, |
})) |