Commit a3b72922 authored by Dirk Pranke's avatar Dirk Pranke Committed by Commit Bot

Mark cronet_unittests_ios as a 'console_test_launcher'.

It looks like this binary was originally declared as a 'raw'
test (meaning that we didn't know how to do anything other than
look at the exit code to determine pass/fail), but that was
probably a mistake, as it looks like it is a normal
chromium gtest-based test. This fixes that.

However, it also looks like we're not running this test anywhere,
so I can't easily verify this on a bot. This CL makes no attempt
to fix that, but I did confirm that the test runs locally under
iossim and looks like a gtest-based test.

Bug: 816629
Change-Id: Ibf5370d365e0b7e2ba5238bbcc416db0407d8b73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354778Reviewed-by: default avatarEric Roman <eroman@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#798456}
parent 0beccd2c
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
}, },
"cronet_unittests_ios": { "cronet_unittests_ios": {
"label": "//components/cronet/ios:cronet_unittests_ios", "label": "//components/cronet/ios:cronet_unittests_ios",
"type": "raw", "type": "console_test_launcher",
}, },
"cros_browser_sanity_test": { "cros_browser_sanity_test": {
"args": [ "args": [
......
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