Index: slave/skia_slave_scripts/run_gm.py |
=================================================================== |
--- slave/skia_slave_scripts/run_gm.py (revision 11470) |
+++ slave/skia_slave_scripts/run_gm.py (working copy) |
@@ -69,6 +69,8 @@ |
cmd.extend(['--ignoreTests'] + additional_tests_to_ignore) |
# msaa16 is flaky on Macs (driver bug?) so we skip the test for now |
djsollen
2013/10/04 15:18:20
this comment is not out of place
borenet
2013/10/04 15:22:15
Done.
|
+ if 'Xoom' in self._builder_name: |
+ cmd.append('--resetGpuContext') |
rmistry
2013/10/04 15:19:24
Could you add a link to skia:1434 here?
borenet
2013/10/04 15:22:15
Done.
|
if sys.platform == 'darwin': |
cmd.extend(['--config', 'defaults', '~msaa16']) |
elif ('RazrI' in self._builder_name or |