Description[android] Add support for passing command-line flags directly.
Previously, command-line flags to be passed to the test had to be
passed via:
- (gtests) --test-arguments <string>
- (instrumentation tests) --device-flags{,-file} <file>
This CL changes it s.t. any flags not recognized by the test runner
are passed down to the binary. It also removes --device-flags and
deprecates --test-arguments.
BUG=700366
Review-Url: https://codereview.chromium.org/2752493002
Cr-Commit-Position: refs/heads/master@{#457513}
Committed: https://chromium.googlesource.com/chromium/src/+/7d30806cf9bcb492d60dab0b3987aba72ff59f87
Patch Set 1 #
Total comments: 10
Patch Set 2 : mikecase and shenghuazhang comments #Patch Set 3 : rebase #Patch Set 4 : Ensure command_line_flags is always present in the Namespace. #
Dependent Patchsets: Messages
Total messages: 22 (10 generated)
|