[Lldb-commits] [lldb] 5fff4b7 - [lldb] Pass TestExternCSymbols.py on Windows
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 8 11:03:25 PDT 2022
Author: Alex Langford
Date: 2022-08-08T11:01:16-07:00
New Revision: 5fff4b75ca0d72759f7ded4c96fc5493d917a3a9
URL: https://github.com/llvm/llvm-project/commit/5fff4b75ca0d72759f7ded4c96fc5493d917a3a9
DIFF: https://github.com/llvm/llvm-project/commit/5fff4b75ca0d72759f7ded4c96fc5493d917a3a9.diff
LOG: [lldb] Pass TestExternCSymbols.py on Windows
This test previously was expected to fail on windows. As of my previous
patch (1d2a62afaf7561e331e2f3daf3937d14225b21bf) this test now passes on
windows consistently. This patch adjusts the expectations of the test
accordingly.
Added:
Modified:
lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py b/lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py
index b1b7e1744f1f8..c8308c16011e0 100644
--- a/lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py
+++ b/lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py
@@ -1,4 +1,4 @@
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
-lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]))
+lldbinline.MakeInlineTest(__file__, globals())
More information about the lldb-commits
mailing list