[Lldb-commits] [lldb] bc3f87c - Xfail this test temporarily until AdrianM or I can
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 18:53:24 PST 2020
Author: Jason Molenda
Date: 2020-02-03T18:53:17-08:00
New Revision: bc3f87cc029e7f8519e584e38ba0b4b2500a7258
URL: https://github.com/llvm/llvm-project/commit/bc3f87cc029e7f8519e584e38ba0b4b2500a7258
DIFF: https://github.com/llvm/llvm-project/commit/bc3f87cc029e7f8519e584e38ba0b4b2500a7258.diff
LOG: Xfail this test temporarily until AdrianM or I can
debug why his patch is causing this regression; or
if it doesn't get figured out tomorrow, we'll
revert the patch.
Added:
Modified:
lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py
Removed:
################################################################################
diff --git a/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py
index 8a0fe377f268..91e4c6a9e101 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py
@@ -22,6 +22,7 @@ def setUp(self):
self.teardown_hook_added = False
@no_debug_info_test
+ @expectedFailureDarwin('until AdrianM or I find a fix for his 2020-02-03 CommandObjectTarget change')
def test_add_dsym_command_with_error(self):
"""Test that the 'add-dsym' command informs the user about failures."""
More information about the lldb-commits
mailing list