llvm-project/lldb/test/expression_command/call-function
Zachary Turner 2878bf44b1 [Windows] XFAIL tests that depend on expression name lookup.
Name lookup doesn't work properly with Windows targets.  This is
most likely due to issues with name mangling, although there is at
least one set of debug info related issues as well, since some of
the name lookup requests appear to be failing on types rather than
symbols.

Specifically, this patch XFAILS the following set of tests:

TestChar1632T.py
TestRdar12991846.py
TestConstVariables.py
TestCallCPPFunction.py
TestCallStopAndContinue.py
TestCallUserDefinedFunction.py
TestCModules.py
TestCPPThis.py
TestExprs2.py
TestOverloadedFunctions.py
TestRvalueReferences.py

And fixing the underlying issue is tracked in http://llvm.org/pr24489

llvm-svn: 245338
2015-08-18 20:01:28 +00:00
..
Makefile Use wildcard instead of relying on shell globbing. 2015-06-02 19:07:26 +00:00
TestCallStdStringFunction.py Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
TestCallStopAndContinue.py [Windows] XFAIL tests that depend on expression name lookup. 2015-08-18 20:01:28 +00:00
TestCallUserDefinedFunction.py [Windows] XFAIL tests that depend on expression name lookup. 2015-08-18 20:01:28 +00:00
main.cpp Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00