Skip to content

Commit 10c04d9

Browse files
authored
[LLDB]Skip Summary Statistics Tests for Windows (#108079)
Follow up to #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.
1 parent 957af73 commit 10c04d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/statistics/basic/TestStats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ def test_order_of_options_do_not_matter(self):
921921
f"The order of options '{options[0]}' and '{options[1]}' should not matter",
922922
)
923923

924+
@skipIfWindows
924925
def test_summary_statistics_providers(self):
925926
"""
926927
Test summary timing statistics is included in statistics dump when
@@ -960,6 +961,7 @@ def test_summary_statistics_providers(self):
960961
self.assertIn("'totalTime':", summary_provider_str)
961962
self.assertIn("'type': 'python'", summary_provider_str)
962963

964+
@skipIfWindows
963965
def test_summary_statistics_providers_vec(self):
964966
"""
965967
Test summary timing statistics is included in statistics dump when

0 commit comments

Comments
 (0)