diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-30 21:05:36 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-30 21:05:36 +0000 |
| commit | ba8ce0414ea4dbd4e7ad22aff0ac984e91066ed1 (patch) | |
| tree | 34739aa2a11e898644db97f7022457b7e7f9d5fe /lldb/test/python_api/frame | |
| parent | 6b288cfa7a75a5ab9911c19460b3e874da0f14cb (diff) | |
| download | bcm5719-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.py | 1 |
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): |

