]> granicus.if.org Git - python/commitdiff
Re-enable all tests, to see which ones fail on the buildbots.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 12 Apr 2010 05:22:25 +0000 (05:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 12 Apr 2010 05:22:25 +0000 (05:22 +0000)
Lib/test/test_gdb.py

index ba692bfa997534372f6c97eca21a9ad4d556c056..2b9e4adbfddb1ef5c21eda138578bdb4ed8d2764 100644 (file)
@@ -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__":