History log of /external/lldb/test/dosep.ty
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8aa4acf696d76f9c71de63ea13b9953e2c3e42c4 13-May-2013 Daniel Malea <daniel.malea@intel.com> Cleanup test output when run via cmake/make check targets



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181735 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
4e7965ae9fb816aff4a1852035e78b58c1edfc54 19-Apr-2013 Daniel Malea <daniel.malea@intel.com> Fix (failing) test name reporting on buildbots
- now print both test name and suite



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@179870 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
f1c01a89a4cc66d5ef8177743368aa64ca88fd8f 13-Mar-2013 Daniel Malea <daniel.malea@intel.com> Add braces to crashed test summary (needed for buildbots to detect crashes)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176980 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
e27cafba1267c53004486c8f4afa966e52ee49c8 13-Mar-2013 Daniel Malea <daniel.malea@intel.com> Remove extra whitespace



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176978 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
d76b889466e474883f7a65a117f23c28525a4220 13-Mar-2013 Daniel Malea <daniel.malea@intel.com> Prepend "FAIL:" string to tests that crash so that buildbots pick them up.




git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176974 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
f2025c2431b557c52655fec7f9b204e578554cbb 20-Feb-2013 Daniel Malea <daniel.malea@intel.com> Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175669 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
361eb4320ab96f29bc58973a30bc460e031c32a1 15-Feb-2013 Daniel Malea <daniel.malea@intel.com> Improve test harness for the buildbots
- Add a "parsable" mode to dotest.py that outputs test results in exactly the same format as clang's lit tests
- Improve dosep script to output list of failing tests (output should look like clang test failure summaries)
- Cleanup lldb/test/Makefile to remove needless parameters and environment variables
- Switch makefile tests to use parsable-mode output; should make the buildbot results parsable
- Switch makefile tests to use dosep to log catch crashing tests (instead of halting the test suite)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175309 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
1da1f2e5ca93a91ee62c8397d910cb3f3cc2ab7c 16-Nov-2011 Johnny Chen <johnny.chen@apple.com> Remove invalid docstring (due to cut-and-paste error).


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144807 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty
f35a112038c12fa3ea1168f1a25c1699d4e443b0 31-Oct-2011 Johnny Chen <johnny.chen@apple.com> Add a Python script to invoke each test file under the test root using a separate process.
Example:

[11:33:09] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dosep.ty -o "-v -n"
dotest.py options: -v -n
Running /Volumes/data/lldb/svn/trunk/test/dotest.py -v -n -p TestPublicAPIHeaders.py /Volumes/data/lldb/svn/trunk/test/api/check_public_api_headers
1: test_sb_api_directory (TestPublicAPIHeaders.SBDirCheckerCase)
Test the SB API directory and make sure there's no unwanted stuff. ... ok

----------------------------------------------------------------------
Ran 1 test in 4.404s

OK
Running /Volumes/data/lldb/svn/trunk/test/dotest.py -v -n -p TestEmulations.py /Volumes/data/lldb/svn/trunk/test/arm_emulation
1: test_arm_emulations (TestEmulations.ARMEmulationTestCase) ... ok
2: test_thumb_emulations (TestEmulations.ARMEmulationTestCase) ... ok

----------------------------------------------------------------------
Ran 2 tests in 1.399s

OK

...


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143355 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/dosep.ty