[LLDB] Remove XFAIL on Windows decorator XPASSes
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 08:12:16 +0000 (12:12 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 08:13:16 +0000 (12:13 +0400)
commitd093111ab135154cabc77e5bad625d9d7cd720d5
tree7850b10f837fe58f26dd2368c14e2b7269e0fd60
parente20931b2ccd10de2fd25d9a6fbe9c166e7430f23
[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
lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
lldb/test/API/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py
lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
lldb/test/API/lang/cpp/namespace/TestNamespace.py
lldb/test/API/lang/cpp/this_class_type_mixing/TestThisClassTypeMixing.py