llvm-project/lldb/test/functionalities/data-formatter
Zachary Turner 51f96eeb24 Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument""
Reverting this commit led to other failures which I did not see at
first.  This turned out to be an easy problem to fix, so I added
SBVariablesOptions.cpp to the CMakeLists.txt.  In the future please
try to make sure new files are added to CMake.

llvm-svn: 229516
2015-02-17 17:55:50 +00:00
..
data-formatter-advanced 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
data-formatter-categories Change this test case so that it no longer fails in the face of Bug 21190. The failure and the bug are entirely unrelated, and it's trivial to write a repro case for that bug anyway, so no need to use this complicated test case 2014-10-07 22:57:57 +00:00
data-formatter-cpp 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
data-formatter-disabling More categories could be added, and having an explicit list in this test case is a fairly bullet-proof recipe for disaster. Use the * enabling feature to workaround this. Fixes rdar://18358649 2014-09-16 22:53:30 +00:00
data-formatter-enum-format Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
data-formatter-globals 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
data-formatter-named-summaries 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
data-formatter-objc Move a bunch of summary formatters to oneliner mode. This makes more cases eligible for oneline printing, and fixes rdar://18120906 2014-11-11 19:52:12 +00:00
data-formatter-python-synth On FreeBSD skip test that produces bogus output 2014-08-05 17:50:04 +00:00
data-formatter-script 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
data-formatter-skip-summary Add decorators for tests failing to build on the lab.llvm.org FreeBSD buildbot 2014-08-06 11:43:54 +00:00
data-formatter-smart-array Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class. 2015-02-04 22:00:53 +00:00
data-formatter-stl Re-add makefiles of inline tests 2015-02-12 14:43:35 +00:00
data-formatter-synth Extend synthetic children to produce synthetic values (as in, those that GetValueAsUnsigned(), GetValueAsCString() would return) 2014-10-08 18:27:36 +00:00
data-formatter-synthval Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +00:00
format-propagation 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
frameformat_smallstruct Add a test case for the previous commit 2014-03-25 22:09:24 +00:00
ptr_ref_typedef TestPtrRef2Typedef.py change - take 2. 2014-04-21 17:09:35 +00:00
rdar-3534688 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
rdar-9973865 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
rdar-9973992 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
rdar-9974002 Mark Radar9974002DataFormatterTestCase test XFAIL on Linux. 2014-07-07 21:13:39 +00:00
rdar-10449092 Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
rdar-10642615 Remove unnecessary dependence on vecLib. 2014-03-19 23:25:11 +00:00
rdar-10887661 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
rdar-11086338 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
rdar-11628688 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
rdar-11773899 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
rdar-11988289 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
rdar-12437442 Modify call-function and rdar-12437442 tests to clean up all files produced during test run. 2014-09-08 16:44:17 +00:00
rdar-12529957 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
rdar-13338477 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
refpointer-recursion <rdar://problem/15776874> 2014-01-27 21:31:26 +00:00
setvaluefromcstring Skip Objective-C test on non-Darwin platforms 2015-01-30 16:31:07 +00:00
stringprinter Check-in generated test makefiles 2015-02-05 17:03:22 +00:00
typedef_array Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument"" 2015-02-17 17:55:50 +00:00
user-format-vs-summary <rdar://problem/16006373> 2014-02-15 01:24:44 +00:00
varscript_formatting Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class. 2015-02-04 22:00:53 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00