hanchenye-llvm-project/lldb/test/types
Johnny Chen 9a27713a74 First step to make the test suite runnable for remote platforms.
For the types directory, we were running lldbtest.system() to execute the compiled program
on the test host to collect golden output in order to compare with the output of various
lldb debugger commands as performed later.  This won't work for the remote platform
scenario where the architecture of the target and host platforms are different.

Modify the AbstractBase class to use lldb to launch the inferior while specifying the
output file, from which the golden output is collected and grokked.  How to bootstrap and
to connect to the remote platform is still being worked at.

llvm-svn: 154699
2012-04-13 20:40:52 +00:00
..
AbstractBase.py First step to make the test suite runnable for remote platforms. 2012-04-13 20:40:52 +00:00
HideTestFailures.py Modify the test cases (there are a bunch of them) under test/types so that they 2011-06-22 21:15:10 +00:00
Makefile Mark these test methods to be eligible for running only under the 'darwin' platform. 2010-10-21 21:58:02 +00:00
TestFloatTypes.py The final batch of adding @dsym_test/@dwarf_test decorators. 2012-04-06 21:33:58 +00:00
TestFloatTypesExpr.py The final batch of adding @dsym_test/@dwarf_test decorators. 2012-04-06 21:33:58 +00:00
TestIntegerTypes.py The final batch of adding @dsym_test/@dwarf_test decorators. 2012-04-06 21:33:58 +00:00
TestIntegerTypesExpr.py The final batch of adding @dsym_test/@dwarf_test decorators. 2012-04-06 21:33:58 +00:00
basic_type.cpp Add comment for build_and_run_with_source_atoms_expr() and remove redundant #include from basic_type.cpp. 2012-01-10 23:36:06 +00:00
char.cpp Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. 2010-09-24 22:54:18 +00:00
double.cpp Added "float" and "double" to types/TestBasicTypes.py. Abstracted the generic 2010-09-27 23:29:54 +00:00
float.cpp Added "float" and "double" to types/TestBasicTypes.py. Abstracted the generic 2010-09-27 23:29:54 +00:00
int.cpp Added a generic_type_tester() to the TestBasicTypes class to be used for 2010-09-23 23:35:28 +00:00
long.cpp Added two new .cpp files to be tested via TestBasicTypes.py for correct display 2010-09-24 20:41:17 +00:00
long_long.cpp Added "long long" and "unsigned long long" to the TestBasicTypes.py. 2010-09-27 20:44:46 +00:00
short.cpp Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. 2010-09-24 22:54:18 +00:00
unsigned_char.cpp Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. 2010-09-24 22:54:18 +00:00
unsigned_int.cpp Added two new .cpp files to be tested via TestBasicTypes.py for correct display 2010-09-24 20:41:17 +00:00
unsigned_long.cpp Added "long long" and "unsigned long long" to the TestBasicTypes.py. 2010-09-27 20:44:46 +00:00
unsigned_long_long.cpp Added "long long" and "unsigned long long" to the TestBasicTypes.py. 2010-09-27 20:44:46 +00:00
unsigned_short.cpp Added 'char'/'unsigned char'/'short'/'unsigned short' to the test suite. 2010-09-24 22:54:18 +00:00