Testtypedef.py
Changing it to hexagon-clang.exe solved the problem.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux
Foundation Collaborative Project
From: Zachary Turner [mailto:ztur...@google.com]
Sent: Friday, Janu
You will probably need to debug the python code to figure out why this is
happening. Start with this line in
lldb/packages/Python/lldbsuite/test/decorators.py
def _decorateTest(mode,
bugnumber=None, oslist=None, hostoslist=None,
compiler=None, compiler_version=N
packages/Python/lldbsuite/test/lang/c/typedef/Testtypedef.py has this
decorator:
@expectedFailureAll(compiler="clang", bugnumber="llvm.org/pr19238")
On Linux, I'm building with hexagon-clang, and this decorator fires, so the
test is xfailed.
On Windows, I'm building with hexagon-clang.