History log of /external/lldb/test/types/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1aabaac9827104aecfad61e9b12412d8a89e66a0 21-Oct-2010 Johnny Chen <johnny.chen@apple.com> Mark these test methods to be eligible for running only under the 'darwin' platform.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117071 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/types/Makefile
548aefd19076bf9205c75cb19b0c54544c2b967b 12-Oct-2010 Johnny Chen <johnny.chen@apple.com> Added the capability for the test driver to relocate the tests and the intermediate
files to a different top level directory than those specified on the command line.

When relocated, the test clanups normally performed afterwards after each test method
and after each test class will not be exercised at all. This allows for an easier
postmortem analysis of test failures.

Example:

./dotest.py -v -t -r /tmp/lldbtest types

will create a /tmp/lldbtest directory which houses the types directory and its supported
files.

Files modified:

o dotest.py, lldbtest.py:

Add logic to process '-r dir' option to support relocating the tests to a different
top level directory instead of exected in place.

o darwin.py, test/types/Makefile:

The 'make clean' should only clean the minimum .o and .d files.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116255 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/types/Makefile
8ba13e6dda85f15dcd83f14d32edbbd99eed2405 27-Sep-2010 Johnny Chen <johnny.chen@apple.com> Added "long long" and "unsigned long long" to the TestBasicTypes.py.
Added a special "clean" target to the types/Makefile to clean up all the *.o/.d
files.

The generic_type_tester() method is modified to take a set of atoms, instead of
type string as a required parameter, for example:

o unsigned int => set(['unsigned', 'int'])
o unsigned long long => set(['unsigned', 'long long'])
o long long => set(['long long'])


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114871 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/types/Makefile
785275c80c685b58d29619a21a73ea937a075dcf 22-Sep-2010 Greg Clayton <gclayton@apple.com> Added the start of a test case that will test all basic types and all the
variety of ways they can be displayed in variable views.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114530 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/types/Makefile