[all-commits] [llvm/llvm-project] d09311: [LLDB] Remove XFAIL on Windows decorator XPASSes
Omair Javaid via All-commits
all-commits at lists.llvm.org
Mon May 29 01:14:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d093111ab135154cabc77e5bad625d9d7cd720d5
https://github.com/llvm/llvm-project/commit/d093111ab135154cabc77e5bad625d9d7cd720d5
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
M lldb/test/API/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py
M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
M lldb/test/API/lang/cpp/namespace/TestNamespace.py
M lldb/test/API/lang/cpp/this_class_type_mixing/TestThisClassTypeMixing.py
Log Message:
-----------
[LLDB] Remove XFAIL on Windows decorator XPASSes
Following tests are now passing on LLDB AArch64 Windows buildbot:
lldb-api :: commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
lldb-api :: functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py
lldb-api :: lang/cpp/constructors/TestCppConstructors.py
lldb-api :: lang/cpp/namespace/TestNamespace.py
lldb-api :: lang/cpp/this_class_type_mixing/TestThisClassTypeMixing.py
https://lab.llvm.org/buildbot/#/builders/219/builds/3012
This patch removes XFAIL decorator from all of the above.
Differential Revision: https://reviews.llvm.org/D151268
More information about the All-commits
mailing list