aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2024-02-22 13:34:00 -0600
committerGitHub <noreply@github.com>2024-02-22 13:34:00 -0600
commit2685e7eadce08125672f0f6013145ae45b7a5ac3 (patch)
tree3127d350a32ff623c2663eb4e4489094c9ed4538 /lldb/packages
parent32994cc0d63513f77223c64148faeeb50aebb702 (diff)
downloadllvm-2685e7eadce08125672f0f6013145ae45b7a5ac3.zip
llvm-2685e7eadce08125672f0f6013145ae45b7a5ac3.tar.gz
llvm-2685e7eadce08125672f0f6013145ae45b7a5ac3.tar.bz2
[lldb][docs] Remove/update docs pointing to unittest2 (#82672)
Diffstat (limited to 'lldb/packages')
-rw-r--r--lldb/packages/Python/lldbsuite/test/README-TestSuite14
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/README-TestSuite b/lldb/packages/Python/lldbsuite/test/README-TestSuite
index f76e836..388f94d 100644
--- a/lldb/packages/Python/lldbsuite/test/README-TestSuite
+++ b/lldb/packages/Python/lldbsuite/test/README-TestSuite
@@ -91,20 +91,6 @@ to the Python test suite under the current 'test' directory.
Contains platform specific plugin to build binaries with dsym/dwarf debugging
info. Other platform specific functionalities may be added in the future.
-- unittest2 directory
-
- Many new features were added to unittest in Python 2.7, including test
- discovery. unittest2 allows you to use these features with earlier versions of
- Python.
-
- It currently has unittest2 0.5.1 from http://pypi.python.org/pypi/unittest2.
- Version 0.5.1 of unittest2 has feature parity with unittest in Python 2.7
- final. If you want to ensure that your tests run identically under unittest2
- and unittest in Python 2.7 you should use unittest2 0.5.1.
-
- Later versions of unittest2 include changes in unittest made in Python 3.2 and
- onwards after the release of Python 2.7.
-
- Profiling dotest.py runs
I used the following command line thingy to do the profiling on a SnowLeopard