From 7ed76d275fc442a2bf9b7442920e057c7ca924aa Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Mon, 5 Sep 2016 22:03:02 +0000 Subject: remove dependence of TestGdbRemoteExitCode.py on parent directory source As Pavel pointed out in a comment on llvm.org/pr30271, the VPATH I was using here to eliminate duplication of a .cpp file had a side effect of attempting to pull in a .o/.obj file from that same parent dir, where other tests can be running in parallel. This is no good. For now, I have removed the VPATH, which should address llvm.org/pr30271. I have also removed the XFAIL. llvm-svn: 280675 --- .../lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py') diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py index 20e4abbd827..e77f2b7acec 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py @@ -59,7 +59,6 @@ class TestGdbRemoteExitCode(GdbRemoteTestCaseBase): self.start_inferior() @llgs_test - @expectedFailureAll(bugnumber="llvm.org/pr30271") def test_start_inferior_llgs(self): self.init_llgs_test() self.build() @@ -119,7 +118,6 @@ class TestGdbRemoteExitCode(GdbRemoteTestCaseBase): self.inferior_exit_42() @llgs_test - @expectedFailureAll(bugnumber="llvm.org/pr30271") def test_inferior_exit_42_llgs(self): self.init_llgs_test() self.build() -- cgit v1.2.3