Author: emaste
Date: Mon Apr 21 10:24:07 2014
New Revision: 206761

URL: http://llvm.org/viewvc/llvm-project?rev=206761&view=rev
Log:
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)

Modified:
    lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py

Modified: lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py?rev=206761&r1=206760&r2=206761&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py 
(original)
+++ lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py Mon 
Apr 21 10:24:07 2014
@@ -13,7 +13,6 @@ class Radar9531204TestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     # rdar://problem/9531204
-    @expectedFailureFreeBSD('llvm.org/pr17183')
     def test_expr_commands(self):
         """The evaluating printf(...) after break stop and then up a stack 
frame."""
         self.buildDefault()


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to