Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
index 4c1eee2b7ef2f9a78b9eb2521c82e1674e16cf9f..d763d7720417c46b3d81981e162d30a351cf2ee5 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
@@ -106,7 +106,7 @@ class TestVTuneProfilerTabTestCase(tab_test_case.TabTestCase):
vtune_profiler.subprocess = mock_subprocess
try:
- # pylint: disable=W0212
+ # pylint: disable=protected-access
profiler = vtune_profiler.VTuneProfiler(self._browser._browser_backend,
self._browser._platform_backend,
'tmp',

Powered by Google App Engine
This is Rietveld 408576698