| Index: tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py
|
| 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 fd31de33f4e96159f39b222e5cc5055aeada2832..7ae6aff4c086214ffc50ac1b480806b5fa6c8529 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)
|
|
|