Looks good with 2 minor comment
================ Comment at: www/test.html:72-73 @@ +71,4 @@ + decreasing the time it takes to run the full testsuite. The number of concurrent + tests is controlled by the <code>LLDB_TEST_THREADS</code> environment variable and + defaults to the number of CPUs on your system. To pass additional options to + <code>dotest.py</code>, specify those options as an <code>-o</code> argument to ---------------- It can be also specified by '-t' or by '--threads' ================ Comment at: www/test.html:86-88 @@ +85,5 @@ + <p> + Running the test-suite remotely is supported both with <code>dotest.py</code> and + <code>dosep.py</code>. The general process is the same as when running a local test + suite, but there are two things to have in mind: + </p> ---------------- Probably add a note that running the test suit against a remote target with multiple threads isn't fully supported yet. http://reviews.llvm.org/D8873 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
