diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-09-26 23:30:59 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-09-26 23:30:59 +0000 |
| commit | ee969f9f274989bd55794bcff9e925663bbc5df4 (patch) | |
| tree | 15f6a3bdec03726e5800ef4d4edce2ad6024f771 /lldb/test/python_api/hello_world | |
| parent | 3c6ee599a2a9e43f70bbae277cfd41db9a30f35c (diff) | |
| download | bcm5719-llvm-ee969f9f274989bd55794bcff9e925663bbc5df4.tar.gz bcm5719-llvm-ee969f9f274989bd55794bcff9e925663bbc5df4.zip | |
Mark 32/64-bit tests as expected fail after root causing and referencing bugzilla.
Fix TestFrames.py error to check against a None pc value.
llvm-svn: 191470
Diffstat (limited to 'lldb/test/python_api/hello_world')
| -rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index af71dab9572..bfaeaded2ac 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -49,6 +49,7 @@ class HelloWorldTestCase(TestBase): @not_remote_testsuite_ready @python_api_test @dwarf_test + @expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly def test_with_dwarf_and_attach_to_process_with_id_api(self): """Create target, spawn a process, and attach to it with process id. @@ -74,6 +75,7 @@ class HelloWorldTestCase(TestBase): @not_remote_testsuite_ready @python_api_test @dwarf_test + @expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly def test_with_dwarf_and_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name. |

