From acd0a5cfba993c03c005aea8bf7230bc071e6f7e Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Wed, 28 Oct 2015 18:36:11 +0000 Subject: Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338. llvm-svn: 251542 --- .../Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py index 84ad17ab6ee..8c3e97f5b7e 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py @@ -74,6 +74,7 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @expectedFailureWindows("llvm.org/pr24600") + @expectedFailurei386("llvm.org/pr25338") def test_with_attach_to_process_with_id_api(self): """Create target, spawn a process, and attach to it with process id.""" self.build(dictionary=self.d) @@ -102,6 +103,7 @@ class HelloWorldTestCase(TestBase): @add_test_categories(['pyapi']) @expectedFailureWindows("llvm.org/pr24600") + @expectedFailurei386("llvm.org/pr25338") def test_with_attach_to_process_with_name_api(self): """Create target, spawn a process, and attach to it with process name.""" self.build(dictionary=self.d) -- cgit v1.2.3