Fix additional driver flag on 'KitKat Phone Tester (dbg)'.
Neglected to use --additional-driver-flag command line arg.
Bug: 875172
Change-Id: I3603e0b3659a2e6309673aad66b76a3dcb01fcc0
Reviewed-on: https://chromium-review.googlesource.com/1183884
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: John Budorick <[email protected]>
Cr-Commit-Position: refs/heads/master@{#584880}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 3e9f609..579e19b 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1473,7 +1473,7 @@
'--android',
# TODO(crbug.com/875172): run on the real GPU since the
# software fallback, SwiftShader, isn't yet for 32-bit ARM.
- '--use-gpu-in-tests',
+ '--additional-driver-flag=--use-gpu-in-tests',
],
'experiment_percentage': 100, # crbug.com/824539
},