[all-commits] [llvm/llvm-project] 6ea1a0: [LLDB] Add/Remove xfail for some API tests on Windows
Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue May 2 16:46:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ea1a0d4fc3823de143a288df2059b48dc01cf72
https://github.com/llvm/llvm-project/commit/6ea1a0d4fc3823de143a288df2059b48dc01cf72
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
M lldb/test/API/commands/expression/save_jit_objects/TestSaveJITObjects.py
M lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
M lldb/test/API/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py
M lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
M lldb/test/API/lang/c/step-target/TestStepTarget.py
M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
M lldb/test/API/lang/cpp/global_variables/TestCPPGlobalVariables.py
M lldb/test/API/lang/cpp/namespace/TestNamespace.py
M lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
M lldb/test/API/lang/cpp/this_class_type_mixing/TestThisClassTypeMixing.py
M lldb/test/API/python_api/function_symbol/TestDisasmAPI.py
M lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
M lldb/test/API/python_api/symbol-context/TestSymbolContext.py
M lldb/test/API/python_api/target/TestTargetAPI.py
M lldb/test/API/python_api/value/TestValueAPI.py
Log Message:
-----------
[LLDB] Add/Remove xfail for some API tests on Windows
This patch add or removes XFAIL decorator from various tests which were marked
xfail for windows.
since 44363f2 various tests have started passing but introduced a couple of new failures.
Weight is in favor of new XPasses and I have removed XFail decorator from them. Also
some new tests have started failing for which we need to file separate bugs. I have
marked them xfail for now and will add the bug id after investigating the issue.
Differential Revision: https://reviews.llvm.org/D149235
More information about the All-commits
mailing list