Re: [lldb-dev] test decorator working on linux, but not on windows

2017-01-06 Thread Ted Woodward via lldb-dev
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

Re: [lldb-dev] test decorator working on linux, but not on windows

2017-01-06 Thread Zachary Turner via lldb-dev
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

[lldb-dev] test decorator working on linux, but not on windows

2017-01-06 Thread Ted Woodward via lldb-dev
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.