Author: David Spickett Date: 2025-06-06T14:03:58Z New Revision: 016ce351c8b260c5d7fff9db3e373640e7d6d00c
URL: https://github.com/llvm/llvm-project/commit/016ce351c8b260c5d7fff9db3e373640e7d6d00c DIFF: https://github.com/llvm/llvm-project/commit/016ce351c8b260c5d7fff9db3e373640e7d6d00c.diff LOG: [lldb][test] Enable settings test case on Windows Fixes #43776 Whatever the problem was, it's now fixed. Added: Modified: lldb/test/API/commands/settings/TestSettings.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/settings/TestSettings.py b/lldb/test/API/commands/settings/TestSettings.py index 4f4fa0e032b50..4ac1239a0b4cd 100644 --- a/lldb/test/API/commands/settings/TestSettings.py +++ b/lldb/test/API/commands/settings/TestSettings.py @@ -169,7 +169,6 @@ def test_set_term_width(self): ) # rdar://problem/10712130 - @skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431") def test_set_frame_format(self): """Test that 'set frame-format' with a backtick char in the format string works as well as fullpath.""" self.build() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits