Description[Android] Turn heap_profiler_unittests into an apk and reenable them.
heap_profiler_unittests was previously a native executable target.
It turns out that we don't have the harness in place to run native
executable tests reliably on all Android versions due to the PIE
vs non-PIE issue (L vs ICS, see crbug.com/373219).
This caused a revert in crrev.com/416003005.
This change is making heap_profiler_unittests an apk target, following
the same pattern of the other tests we have in the codebase.
This change is also re-adding the tests to the the bot list.
BUG=393964
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291197
Patch Set 1 #
Total comments: 2
Patch Set 2 : Move to EXPERIMENTAL_TEST_SUITES #
Messages
Total messages: 8 (0 generated)
|