Skip to content

Commit fe2ec15

Browse files
Skip tests known to fail on 15.0
These tests are passing on 15.1: rdar://139217313
1 parent 2904031 commit fe2ec15

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lldb/test/API/lang/swift/foundation_value_types/measurement/TestSwiftFoundationTypeMeasurement.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from lldbsuite.test import lldbutil
1616

1717

18+
@skipIf(macos_version=["=", "15.0"])
1819
class TestCase(TestBase):
1920
@swiftTest
2021
@skipUnlessDarwin

lldb/test/API/lang/swift/nsarray_code_running_formatter/TestSwiftNSArrayCodeRunningFormatter.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
import lldbsuite.test.lldbinline as lldbinline
1313
from lldbsuite.test.decorators import *
1414

15-
lldbinline.MakeInlineTest(__file__, globals(),
16-
decorators=[swiftTest,skipUnlessDarwin])
15+
lldbinline.MakeInlineTest(
16+
__file__,
17+
globals(),
18+
decorators=[swiftTest, skipUnlessDarwin, skipIf(macos_version=["=", "15.0"])],
19+
)

0 commit comments

Comments
 (0)