[all-commits] [llvm/llvm-project] d579a1: [lldb[test] TestCppUnionStaticMembers.py: XFAIL as...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Oct 6 08:05:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d579a1a24adc26794d9a720cea52f7bb8f37c683
https://github.com/llvm/llvm-project/commit/d579a1a24adc26794d9a720cea52f7bb8f37c683
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py
Log Message:
-----------
[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (#68408)
Split out the assertions that fail on Windows in preparation to
XFAILing them.
Drive-by change:
* Add a missing `self.build()` call in `test_union_in_anon_namespace`
* Fix formatting
* Add expectedFailureWindows decorator
More information about the All-commits
mailing list