Skip to content

Commit 2786bb3

Browse files
authored
Merge pull request #620 from dcci/the-paths-of-glory-lead-but-to-the-grave
[arm64/arm64e] Re-enable a couple of tests that have been fixed.
2 parents 8cb5b73 + f83c843 commit 2786bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/packages/Python/lldbsuite/test/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from lldbsuite.test.decorators import *
33

44
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, skipUnlessDarwin,
5-
expectedFailureAll(archs=['arm64', 'arm64e', 'arm64_32'], bugnumber="<rdar://problem/58065423>")])
5+
expectedFailureAll(archs=['arm64_32'], bugnumber="<rdar://problem/58065423>")])

lldb/packages/Python/lldbsuite/test/lang/swift/foundation_value_types/url/TestSwiftFoundationTypeURL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
lldbinline.MakeInlineTest(__file__, globals(),
1616
decorators=[swiftTest,skipUnlessDarwin,
17-
expectedFailureAll(archs=['arm64', 'arm64e', 'arm64_32'], bugnumber="<rdar://problem/58065423>")])
17+
expectedFailureAll(archs=['arm64_32'], bugnumber="<rdar://problem/58065423>")])

0 commit comments

Comments
 (0)