Lines Matching refs:dotest
4 - dotest.py
7 directory and issue the './dotest.py' command or './dotest.py -v' for more
8 verbose output. '.dotest.py -h' prints out the help messge.
11 directory in order to be recognized by 'dotest.py' test driver as a module
16 1. ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log0
19 …2. LLDB_LOG=/tmp/lldb.log GDB_REMOTE_LOG=/tmp/gdb-remote.log ./dotest.py -v . 2> ~/Developer/Log/l…
39 test case on its own. To run the whole test suite, 'dotest.py' is all you
108 - dotest.pl
110 In case you wonder, there is also a 'dotest.pl' perl script file. It was
117 suite become more reliable, we don't expect to be using 'dotest.pl' anymore.
119 Note: dotest.pl has been moved to the attic directory.
121 - Profiling dotest.py runs
126 …hon.framework/Versions/Current/lib/python2.6/cProfile.py -o my.profile ./dotest.py -v -w 2> ~/Deve…