Commit 8895a69e authored by Dirk Pranke's avatar Dirk Pranke Committed by Commit Bot

Mark chrome_elf_unittests as type 'console_test_launcher'.

At some point initially (I think)? chrome_elf_unittests was
a very thin binary that could not link in //base/test/launcher
to run as a regular chromium gtest-based test.

However, that appears to have changed quite a ways back is a
regular chromium gtest-based test. However, it was still configured
as a "raw" test, which meant that we could only look at the
exit code from the test and not rely on it conforming to the
normal chromium gtest command line API.

This CL fixes that.

Bug: 816629
Change-Id: I184af40d56feb01050a2ddcec020827250a51b7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354664Reviewed-by: default avatarPatrick Monette <pmonette@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#798732}
parent 9426b97b
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
}, },
"chrome_elf_unittests": { "chrome_elf_unittests": {
"label": "//chrome/chrome_elf:chrome_elf_unittests", "label": "//chrome/chrome_elf:chrome_elf_unittests",
"type": "raw", "type": "console_test_launcher",
}, },
"chrome_java_test_pagecontroller_junit_tests": { "chrome_java_test_pagecontroller_junit_tests": {
"label": "//chrome/test/android:chrome_java_test_pagecontroller_junit_tests", "label": "//chrome/test/android:chrome_java_test_pagecontroller_junit_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