llvm-project/lldb/test/functionalities/data-formatter
Siva Chandra 51aba6ffa9 Mark 9 lldb unit tests for ubuntu as XFAIL.
The following lldb unit tests fail check-lldb on ubuntu:

TestDataFormatterStdMap.py
TestDataFormatterStdVBool.py
TestDataFormatterStdVector.py
TestDataFormatterSynthVal.py
TestEvents.py
TestInitializerList.py
TestMemoryHistory.py
TestReportData.py
TestValueVarUpdate.py

These unit test failures are for non-core functionality. The intent is to
reduce the check-lldb FAILS to core functionality FAILS and then circle
back later and fix these FAILS at a later date.

llvm-svn: 222608
2014-11-22 05:55:00 +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 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-stl Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +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
stringprinter Allow inline test case to register actually useful teardown hooks by allowing a hook to be passed back the test instance, were it not to be already bound to self. Use this ability to make the reversal of escape-non-printables a teardown hook for added reliability of the testing logic 2014-11-05 21:31:57 +00:00
typedef_array When trying to get the element type of an array type, do not go to the canonical type, since that will strip typedefs where we want them to be preserved. Fixes rdar://15453076 2014-10-28 18:25:50 +00:00
user-format-vs-summary <rdar://problem/16006373> 2014-02-15 01:24:44 +00:00
varscript_formatting Add a feature where a string data formatter can now be partially composed of Python summary functions 2014-10-28 21:07:00 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00