Commit 1c5d6aae authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Win10 Tests x64 (debug): Fix tests

Forces layout tests to run in a debug mode.

Bug: 818832
Change-Id: I860e41169ea759e32806ba4ab45ca4e0d72ba4cd
Reviewed-on: https://chromium-review.googlesource.com/1014634Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551230}
parent 23777af0
...@@ -1771,6 +1771,9 @@ ...@@ -1771,6 +1771,9 @@
} }
}, },
{ {
"args": [
"--debug"
],
"isolate_name": "webkit_layout_tests_exparchive", "isolate_name": "webkit_layout_tests_exparchive",
"merge": { "merge": {
"args": [ "args": [
......
...@@ -3644,6 +3644,11 @@ ...@@ -3644,6 +3644,11 @@
], ],
}, },
}, },
'Win10 Tests x64 (dbg)': {
'args': [
'--debug',
],
},
}, },
}, },
'webkit_unit_tests': { 'webkit_unit_tests': {
......
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