llvm-project/lldb/test/lang/c
Sean Callanan b8bf6efa6e Added support to ClangUserExpression for importing
all the macros from the modules the user has loaded.
These macros are currently imported textually into
the expression's source code, which turns out not to
impose the horrific string processing overhead that
I thought it would, but I still plan to look into
performance improvements.

Also modified TestCModules to test that this works.

llvm-svn: 234922
2015-04-14 18:36:17 +00:00
..
anonymous [TestAnonymous] Enable all tests for GCC 2015-04-10 19:24:48 +00:00
array_types Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin". 2015-04-02 18:24:03 +00:00
bitfields [TestBitfields] Correct the attribute name to "aligned" in the testcase. 2015-04-09 18:49:42 +00:00
blocks Associate a bug tracking ID with this test case 2014-10-16 22:06:26 +00:00
const_variables Converted TestConstVariables expected failure to @expectedFailureClang. 2014-02-28 17:13:42 +00:00
enum_types Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
forward Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
function_types Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin". 2015-04-02 18:24:03 +00:00
global_variables Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
inlines Move top level inlines dir to reside under lang/c. 2011-06-27 21:55:59 +00:00
modules Added support to ClangUserExpression for importing 2015-04-14 18:36:17 +00:00
recurse Move top level recurse dir to reside under lang/c. 2011-06-27 21:57:58 +00:00
register_variables xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot green 2015-03-25 00:39:25 +00:00
set_values Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
shared_lib Fix makefiles to build shared library tests on Windows. 2015-03-13 21:51:11 +00:00
shared_lib_stripped_symbols Fix several test failures on Linux/FreeBSD caused by compiler configuration and invalid environment - make lldbtest.registerSharedLibrariesWithTarget to support multiple platforms. 2014-12-01 23:21:18 +00:00
stepping Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
strings Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
struct_types Made the struct types test case a little stricter, 2015-04-07 20:19:37 +00:00
tls_globals Update sys.platform switched behavior in tests to use self.getPlatform (remote target platform) 2015-04-01 13:26:16 +00:00