[all-commits] [llvm/llvm-project] cf2f43: [lldb] Remove Windows XFAIL for TestDollarInVariab...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jul 24 06:26:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf2f4334582b55d42a74ca61c8feafa6a85e80f4
https://github.com/llvm/llvm-project/commit/cf2f4334582b55d42a74ca61c8feafa6a85e80f4
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py
Log Message:
-----------
[lldb] Remove Windows XFAIL for TestDollarInVariable.py
Since 5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff this test has
been upassing on Linaro's Windows on Arm lldb bot:
https://lab.llvm.org/buildbot/#/builders/219/builds/4320
I can't explain exactly how that happened, but I do see a bunch
of QEnvironment packets going by in that test. It is very likely
that the order would have been different on Windows.
Indeed, when it was xfailed back in df9051e7cfda5519f4584cda22e9ef2006517e94
the reason was not known either.
More information about the All-commits
mailing list