diff options
| author | Oleksiy Vyalov <ovyalov@google.com> | 2015-03-10 01:15:28 +0000 |
|---|---|---|
| committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-03-10 01:15:28 +0000 |
| commit | 63acdfdeb26616dfa1d9657fa666afc9b9440a2a (patch) | |
| tree | e16c9b93f68e2a5ddd835845a4801ec1dead78c5 /lldb/test/python_api/hello_world/TestHelloWorld.py | |
| parent | 8fb05ac9987bb2fe210e3d0d02ef762793524c45 (diff) | |
| download | bcm5719-llvm-63acdfdeb26616dfa1d9657fa666afc9b9440a2a.tar.gz bcm5719-llvm-63acdfdeb26616dfa1d9657fa666afc9b9440a2a.zip | |
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets.
http://reviews.llvm.org/D8037
llvm-svn: 231734
Diffstat (limited to 'lldb/test/python_api/hello_world/TestHelloWorld.py')
| -rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index 58250a5ad85..1a8029a524a 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -46,7 +46,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_id_api() - @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 @@ -56,7 +55,7 @@ class HelloWorldTestCase(TestBase): Use dwarf map (no dsym) and attach to process with id API. """ self.buildDwarf(dictionary=self.d) - self.setTearDownCleanup(dictionary=self.d) + #self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_id_api() @not_remote_testsuite_ready @@ -72,7 +71,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_name_api() - @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 |

