[Lldb-commits] [lldb] r193715 - Removing expected failure decorator for a test that's passing.

Andrew Kaylor andrew.kaylor at intel.com
Wed Oct 30 14:05:36 PDT 2013


Author: akaylor
Date: Wed Oct 30 16:05:36 2013
New Revision: 193715

URL: http://llvm.org/viewvc/llvm-project?rev=193715&view=rev
Log:
Removing expected failure decorator for a test that's passing.

Modified:
    lldb/trunk/test/python_api/frame/TestFrames.py

Modified: lldb/trunk/test/python_api/frame/TestFrames.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/frame/TestFrames.py?rev=193715&r1=193714&r2=193715&view=diff
==============================================================================
--- lldb/trunk/test/python_api/frame/TestFrames.py (original)
+++ lldb/trunk/test/python_api/frame/TestFrames.py Wed Oct 30 16:05:36 2013
@@ -21,7 +21,6 @@ class FrameAPITestCase(TestBase):
         self.buildDsym()
         self.do_get_arg_vals()
 
-    @expectedFailurei386 # llvm.org/pr17385: registers are unavailable above frame 0 in the inferior including pc
     @python_api_test
     @dwarf_test
     def test_get_arg_vals_for_call_stack_with_dwarf(self):





More information about the lldb-commits mailing list