mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
Re-enable tests disabled due to llvm.org/pr14541
- "platform process list" command works on Linux now - "process attach -n" (attach to process by name also works on Linux now) llvm-svn: 181905
This commit is contained in:
@@ -67,7 +67,6 @@ class HelloWorldTestCase(TestBase):
|
||||
self.setTearDownCleanup(dictionary=self.d)
|
||||
self.hello_world_attach_with_name_api()
|
||||
|
||||
@expectedFailureLinux # due to bugzilla 14541 -- lldb is unable to attach to process by name
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
def test_with_dwarf_and_attach_to_process_with_name_api(self):
|
||||
|
||||
Reference in New Issue
Block a user