Add outstanding_crashes.py with tests for crashes.
diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py
index be71fde..7b17ba8 100644
--- a/Lib/test/outstanding_bugs.py
+++ b/Lib/test/outstanding_bugs.py
@@ -22,3 +22,6 @@
 
 def test_main():
     test_support.run_unittest(TestBug1385040)
+
+if __name__ == "__main__":
+    test_main()