Author: David Spickett Date: 2024-01-08T12:11:52Z New Revision: 8b49ed8ba1ba5ecd35bd1efa4be5a0f56b0135b8
URL: https://github.com/llvm/llvm-project/commit/8b49ed8ba1ba5ecd35bd1efa4be5a0f56b0135b8 DIFF: https://github.com/llvm/llvm-project/commit/8b49ed8ba1ba5ecd35bd1efa4be5a0f56b0135b8.diff LOG: [lldb][test] Skip DWARF inline source file test on Windows This was added by 917b404e2ccdcc31d2d64971ad094b80967a240b and fails for unknown reasons. Added: Modified: lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py index 20ed0ce00661f0..ad10a63e601329 100644 --- a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py +++ b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py @@ -8,6 +8,8 @@ class InlineSourceFilesTestCase(TestBase): @skipIf(compiler="gcc") @skipIf(compiler="clang", compiler_version=["<", "18.0"]) + # Fails on Windows for unknown reasons. + @skipIfWindows def test(self): """Test DWARF inline source files.""" self.build() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits