Lines Matching refs:dotest
4 o 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…
41 test case on its own. To run the whole test suite, 'dotest.py' is all you
113 o dotest.pl
115 In case you wonder, there is also a 'dotest.pl' perl script file. It was
122 suite become more reliable, we don't expect to be using 'dotest.pl' anymore.
124 Note: dotest.pl has been moved to the attic directory.
126 o Profiling dotest.py runs
131 …hon.framework/Versions/Current/lib/python2.6/cProfile.py -o my.profile ./dotest.py -v -w 2> ~/Deve…