From: Martin v. Löwis Date: Mon, 12 Apr 2010 05:22:25 +0000 (+0000) Subject: Re-enable all tests, to see which ones fail on the buildbots. X-Git-Tag: v2.7b2~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a96543b367ab520033f47df34611c6dfdcfb1ab;p=thirdparty%2FPython%2Fcpython.git Re-enable all tests, to see which ones fail on the buildbots. --- diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index ba692bfa9975..2b9e4adbfddb 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -663,12 +663,12 @@ class PyLocalsTests(DebuggerTests): r".*\na = 1\nb = 2\nc = 3\n.*") def test_main(): - run_unittest(#PrettyPrintTests, - #PyListTests, - #StackNavigationTests, - #PyBtTests, - #PyPrintTests, - #PyLocalsTests + run_unittest(PrettyPrintTests, + PyListTests, + StackNavigationTests, + PyBtTests, + PyPrintTests, + PyLocalsTests ) if __name__ == "__main__":