Commit 88676dcc authored by primiano@chromium.org's avatar primiano@chromium.org

Revert of [Android] Add heap_profiler_unittests to Android bots....

Revert of [Android] Add heap_profiler_unittests to Android bots. (https://codereview.chromium.org/351183003/)

Reason for revert:
It seems to be breaking some internal bots. :-/


Original issue's description:
> [Android] Add heap_profiler_unittests to Android bots.
> 
> Add proper coverage to heap_profiler.
> 
> BUG=382489
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282626

TBR=aurimas@chromium.org
NOTRY=true
NOTREECHECKS=true

Review URL: https://codereview.chromium.org/386073002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282656 0039d316-1c4b-4281-b951-d872f2087c98
parent e5075d62
...@@ -754,7 +754,6 @@ ...@@ -754,7 +754,6 @@
'../tools/android/android_tools.gyp:android_tools', '../tools/android/android_tools.gyp:android_tools',
'../tools/android/android_tools.gyp:memconsumer', '../tools/android/android_tools.gyp:memconsumer',
'../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test', '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
'../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unittests_stripped',
'../ui/events/events.gyp:events_unittests', '../ui/events/events.gyp:events_unittests',
'../ui/ui_unittests.gyp:ui_unittests', '../ui/ui_unittests.gyp:ui_unittests',
# Unit test bundles packaged as an apk. # Unit test bundles packaged as an apk.
......
...@@ -23,7 +23,6 @@ STABLE_TEST_SUITES = [ ...@@ -23,7 +23,6 @@ STABLE_TEST_SUITES = [
'events_unittests', 'events_unittests',
'gl_tests', 'gl_tests',
'gpu_unittests', 'gpu_unittests',
'heap_profiler_unittests',
'ipc_tests', 'ipc_tests',
'media_unittests', 'media_unittests',
'net_unittests', 'net_unittests',
......
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