[Python-checkins] peps: Recorded new test failures on Windows. If Jeremy doesn't object, I'll keep

georg.brandl python-checkins at python.org
Wed Mar 23 21:25:51 CET 2011


http://hg.python.org/peps/rev/4c74e8d11b03
changeset:   126:4c74e8d11b03
user:        Tim Peters <tim.peters at gmail.com>
date:        Wed Aug 23 03:38:53 2000 +0000
summary:
  Recorded new test failures on Windows.  If Jeremy doesn't object, I'll keep
the Windows bugs part of this PEP up-to-date for him.

files:
  pep-0200.txt |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -90,6 +90,13 @@
 
     test case         platform   R B    date reported
     ---------         --------   - -    -------------
+    test_parser       Windows    ? ?    22-Aug-2000
+        [probably all platforms]
+
+    test_posixpath    Windows    ? ?    22-Aug-2000
+        [probably all platforms; think it's because Skip backed out
+         commonpathprefix changes but didn't change the tests]
+
     test_fork1        Linux      X      26-Jul-2000     just SMP?
         [no clue; there are probably two bugs here]
         [19-Aug-200 tim

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list