summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/frame
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-30 21:05:36 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-30 21:05:36 +0000
commitba8ce0414ea4dbd4e7ad22aff0ac984e91066ed1 (patch)
tree34739aa2a11e898644db97f7022457b7e7f9d5fe /lldb/test/python_api/frame
parent6b288cfa7a75a5ab9911c19460b3e874da0f14cb (diff)
downloadbcm5719-llvm-ba8ce0414ea4dbd4e7ad22aff0ac984e91066ed1.tar.gz
bcm5719-llvm-ba8ce0414ea4dbd4e7ad22aff0ac984e91066ed1.zip
Removing expected failure decorator for a test that's passing.
llvm-svn: 193715
Diffstat (limited to 'lldb/test/python_api/frame')
-rw-r--r--lldb/test/python_api/frame/TestFrames.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py
index a13ecc32f06..6e1ba08c5d6 100644
--- a/lldb/test/python_api/frame/TestFrames.py
+++ b/lldb/test/python_api/frame/TestFrames.py
@@ -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):
OpenPOWER on IntegriCloud