Skip to content

Commit

Permalink
[LLDB]Skip Summary Statistics Tests for Windows (llvm#108079)
Browse files Browse the repository at this point in the history
Follow up to llvm#102708, the tests are failing for windows. There is a
large variance in these tests between summary strings and built in
types. I'm disabling these test for windows, and will add windows
specific tests as a follow up to this.
  • Loading branch information
Jlalond authored Sep 10, 2024
1 parent 957af73 commit 10c04d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/test/API/commands/statistics/basic/TestStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ def test_order_of_options_do_not_matter(self):
f"The order of options '{options[0]}' and '{options[1]}' should not matter",
)

@skipIfWindows
def test_summary_statistics_providers(self):
"""
Test summary timing statistics is included in statistics dump when
Expand Down Expand Up @@ -960,6 +961,7 @@ def test_summary_statistics_providers(self):
self.assertIn("'totalTime':", summary_provider_str)
self.assertIn("'type': 'python'", summary_provider_str)

@skipIfWindows
def test_summary_statistics_providers_vec(self):
"""
Test summary timing statistics is included in statistics dump when
Expand Down

0 comments on commit 10c04d9

Please sign in to comment.