Commit e8305343 authored by Kenneth Russell's avatar Kenneth Russell

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/1183884Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584880}
parent 714933eb
...@@ -3158,7 +3158,7 @@ ...@@ -3158,7 +3158,7 @@
"args": [ "args": [
"--debug", "--debug",
"--android", "--android",
"--use-gpu-in-tests" "--additional-driver-flag=--use-gpu-in-tests"
], ],
"experiment_percentage": 100, "experiment_percentage": 100,
"isolate_name": "webkit_layout_tests_exparchive", "isolate_name": "webkit_layout_tests_exparchive",
......
...@@ -1473,7 +1473,7 @@ ...@@ -1473,7 +1473,7 @@
'--android', '--android',
# TODO(crbug.com/875172): run on the real GPU since the # TODO(crbug.com/875172): run on the real GPU since the
# software fallback, SwiftShader, isn't yet for 32-bit ARM. # 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 'experiment_percentage': 100, # crbug.com/824539
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment