[Lldb-commits] [lldb] 9537bfe - [lldb] Remove mention of dotest.pl
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 29 10:21:55 PDT 2022
Author: Dave Lee
Date: 2022-08-29T10:21:40-07:00
New Revision: 9537bfeedf52654eff45564015a51b2265e8c5f6
URL: https://github.com/llvm/llvm-project/commit/9537bfeedf52654eff45564015a51b2265e8c5f6
DIFF: https://github.com/llvm/llvm-project/commit/9537bfeedf52654eff45564015a51b2265e8c5f6.diff
LOG: [lldb] Remove mention of dotest.pl
Added:
Modified:
lldb/packages/Python/lldbsuite/test/README-TestSuite
Removed:
################################################################################
diff --git a/lldb/packages/Python/lldbsuite/test/README-TestSuite b/lldb/packages/Python/lldbsuite/test/README-TestSuite
index 4e1a8c093852b..f76e836ab777c 100644
--- a/lldb/packages/Python/lldbsuite/test/README-TestSuite
+++ b/lldb/packages/Python/lldbsuite/test/README-TestSuite
@@ -105,19 +105,6 @@ to the Python test suite under the current 'test' directory.
Later versions of unittest2 include changes in unittest made in Python 3.2 and
onwards after the release of Python 2.7.
-- dotest.pl
-
- In case you wonder, there is also a 'dotest.pl' perl script file. It was
- created to visit each Python test case under the specified directory and
- invoke Python's builtin unittest.main() on each test case.
-
- It does not take advantage of the test runner and test suite functionality
- provided by Python's unitest framework. Its existence is because we want a
-
diff erent way of running the whole test suite. As lldb and the Python test
- suite become more reliable, we don't expect to be using 'dotest.pl' anymore.
-
- Note: dotest.pl has been moved to the attic directory.
-
- Profiling dotest.py runs
I used the following command line thingy to do the profiling on a SnowLeopard
More information about the lldb-commits
mailing list