Skip to content

Commit 7bff0b6

Browse files
committed
Remove decorator for now-passing test
The underlying issue was actually a Clang bug, now fixed. The test now reports XPASS for me locally and on the buildbot. llvm.org/pr17183 (LLDB) llvm.org/pr18950 (Clang) llvm-svn: 206761
1 parent b6209ad commit 7bff0b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Radar9531204TestCase(TestBase):
1313
mydir = TestBase.compute_mydir(__file__)
1414

1515
# rdar://problem/9531204
16-
@expectedFailureFreeBSD('llvm.org/pr17183')
1716
def test_expr_commands(self):
1817
"""The evaluating printf(...) after break stop and then up a stack frame."""
1918
self.buildDefault()

0 commit comments

Comments
 (0)