llvm-project/lldb/test/expression_command
Vince Harron 5a6b8aa4dd Use -fstandalone-debug for few tests to get around a Clang optimization
clang-3.5+ outputs FullDebugInfo by default for Darwin/FreeBSD targets.
Other targets do not, which causes several tests to fail.  This flag
enables FullDebugInfo for all targets.

Fixes the following tests:

TestCallStdStringFunction.py
TestDataFormatterSkipSummary.py
TestDataFormatterStdIterator.py
TestDataFormatterStdList.py
TestDataFormatterStdString.py
TestSBValuePersist.py
TestStringPrinter.py
TestTypeCompletion.py

llvm-svn: 230831
2015-02-28 01:07:50 +00:00
..
call-function Use -fstandalone-debug for few tests to get around a Clang optimization 2015-02-28 01:07:50 +00:00
call-restarts Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
call-throws Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
formatters Some more cleanup of the ValueObjectConstResultImpl code. NFC. 2014-12-12 22:37:44 +00:00
issue_11588 Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
persist_objc_pointeetype Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext* 2015-01-28 01:09:45 +00:00
persistent_types Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
persistent_variables Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
po_verbosity The number '5' triggers a bug unrelated to LLDB, and is not instrumental to this test in any way. Use another, randomly chosen, number to make the test pass again and provide useful actionable feedback about things that truly matter 2014-10-16 23:06:40 +00:00
radar_8638051 Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
radar_9531204 Remove decorator for now-passing test 2014-04-21 15:24:07 +00:00
radar_9673664 Make this test an expected fail on darwin until we can fix this bug. 2013-12-11 23:08:25 +00:00
test Some more failure to bug tracking 2014-10-16 22:27:17 +00:00
timeout This test case was incorrect, it was relying on the fact 2014-10-07 20:59:00 +00:00
two-files Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00