From 49fdcead2be3fb974069fe8b70651e6b26ba9455 Mon Sep 17 00:00:00 2001 From: skyostil Date: Fri, 6 Mar 2015 11:10:13 -0800 Subject: [PATCH] Re-enable Android profiling helper unittests These seem to be passing locally now. BUG=437081 Review URL: https://codereview.chromium.org/981293002 Cr-Commit-Position: refs/heads/master@{#319471} --- .../core/platform/profiler/android_profiling_helper_unittest.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py index fd31de33f4e9..7ae6aff4c086 100644 --- a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py +++ b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py @@ -96,9 +96,7 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase): browser_backend = self._browser._browser_backend self._device = browser_backend._adb.device() - # Test fails: crbug.com/437081 - # @decorators.Enabled('android') - @decorators.Disabled + @decorators.Enabled('android') def testCreateSymFs(self): # pylint: disable=W0212 browser_pid = self._browser._browser_backend.pid @@ -129,9 +127,7 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase): finally: shutil.rmtree(symfs_dir) - # Test fails: crbug.com/437081 - # @decorators.Enabled('android') - @decorators.Disabled + @decorators.Enabled('android') def testGetToolchainBinaryPath(self): with tempfile.NamedTemporaryFile() as libc: self._device.PullFile('/system/lib/libc.so', libc.name) -- 2.11.4.GIT