summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/process_launch/TestProcessLaunch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/functionalities/process_launch/TestProcessLaunch.py b/lldb/test/functionalities/process_launch/TestProcessLaunch.py
index dd287c2c281..82ba8173ed3 100644
--- a/lldb/test/functionalities/process_launch/TestProcessLaunch.py
+++ b/lldb/test/functionalities/process_launch/TestProcessLaunch.py
@@ -120,8 +120,9 @@ class ProcessLaunchTestCase(TestBase):
self.my_working_dir_test()
@skipIfFreeBSD # llvm.org/pr16684
- @dwarf_test
@expectedFailureDarwin("llvm.org/pr20265")
+ @expectedFailureLLGS("llvm.org/pr20265")
+ @dwarf_test
def test_set_working_dir_with_dwarf (self):
"""Test that '-w dir' sets the working dir when running the inferior."""
self.buildDwarf(dictionary=self.d)
OpenPOWER on IntegriCloud