Commit 441fb767 authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

[tools/perf] Enable TBMv3 integration test

TBMv3 now works on all platforms, so we can enable this.

Bug: 990304
Change-Id: I56ab4022dc54d4b332e8fd748cb7e601f3f506ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007724Reviewed-by: default avatarDeepanjan Roy <dproy@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#733361}
parent 5e04cd97
...@@ -676,10 +676,6 @@ class ResultsProcessorIntegrationTests(unittest.TestCase): ...@@ -676,10 +676,6 @@ class ResultsProcessorIntegrationTests(unittest.TestCase):
self.assertEqual(exit_code, 0) self.assertEqual(exit_code, 0)
# TODO(crbug.com/990304): Enable this test when the long-term solution for
# building the trace_processor_shell on all platforms is found.
@unittest.skip('crbug.com/990304')
def testHistogramsOutput_TBMv3(self): def testHistogramsOutput_TBMv3(self):
self.SerializeIntermediateResults( self.SerializeIntermediateResults(
testing.TestResult( testing.TestResult(
...@@ -701,6 +697,7 @@ class ResultsProcessorIntegrationTests(unittest.TestCase): ...@@ -701,6 +697,7 @@ class ResultsProcessorIntegrationTests(unittest.TestCase):
'--output-dir', self.output_dir, '--output-dir', self.output_dir,
'--intermediate-dir', self.intermediate_dir, '--intermediate-dir', self.intermediate_dir,
'--results-label', 'label', '--results-label', 'label',
'--experimental-tbmv3-metrics',
]) ])
with open(os.path.join( with open(os.path.join(
......
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