Skip to content

Commit 7e69a5b

Browse files
committed
Revert "XFAIL failing lldb tests"
This reverts commit 7357afe.
1 parent bd2e42c commit 7e69a5b

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py

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

44
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, skipUnlessDarwin,
5-
expectedFailureAll(archs=['arm64_32'], bugnumber="<rdar://problem/58065423>"),
6-
skipIf(bugnumber='rdar://76105456', oslist=['macosx'])])
5+
expectedFailureAll(archs=['arm64_32'], bugnumber="<rdar://problem/58065423>")])
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import lldbsuite.test.lldbinline as lldbinline
22
from lldbsuite.test.decorators import *
33

4-
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, skipUnlessDarwin,
5-
skipIf(bugnumber='rdar://76105456', oslist=['macosx'])])
6-
4+
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, skipUnlessDarwin])

lldb/test/API/lang/swift/swiftieformatting/TestSwiftieFormatting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def setUp(self):
2929

3030
@skipUnlessDarwin
3131
@swiftTest
32-
@skipIf(bugnumber='rdar://76105456', oslist=['macosx'])
3332
def test_swiftie_formatting(self):
3433
"""Test that data formatters honor Swift conventions"""
3534
self.build()

lldb/test/Shell/SwiftREPL/ResilientArray.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
// RUN: %lldb --repl < %s | FileCheck %s
55

6-
// rdar://76105456
7-
// REQUIRES: radar76105456
8-
96
import Foundation
107

118
let x : [URL] = [URL(string: "https://github.com")!, URL(string: "https://apple.com")!]

lldb/test/Shell/SwiftREPL/ResilientDict.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=DICT
55

6-
// rdar://76105456
7-
// REQUIRES: radar76105456
8-
96
// The dictionary order isn't deterministic, so print the dictionary
107
// once per element.
118

0 commit comments

Comments
 (0)