| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index c99b003f736c94ad8933a1f305f3504373540069..d74c1e958b43be8e98916307e041c99d27bf9237 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -736,3 +736,19 @@ def GenTests(api):
|
| api.override_step_data('webkit_tests (without patch)',
|
| api.test_utils.canned_test_output(passing=True, minimal=True))
|
| )
|
| +
|
| + yield (
|
| + api.test('dont_deapply_patch') +
|
| + props(mastername='tryserver.chromium.mac',
|
| + buildername='mac_optional_gpu_tests_rel') +
|
| + api.platform.name('mac') +
|
| + api.override_step_data(
|
| + 'read test spec (chromium.gpu.fyi.json)',
|
| + api.json.output({
|
| + 'Optional Mac Retina Release': {
|
| + 'gtest_tests': ['base_unittests'],
|
| + },
|
| + })
|
| + ) +
|
| + suppress_analyze()
|
| + )
|
|
|