[Python-checkins] peps: confirm that test_parser and test_posixpath fail on Linux too

georg.brandl python-checkins at python.org
Wed Mar 23 21:26:53 CET 2011


http://hg.python.org/peps/rev/c7320e91f338
changeset:   148:c7320e91f338
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Wed Aug 23 14:56:26 2000 +0000
summary:
  confirm that test_parser and test_posixpath fail on Linux too

files:
  pep-0200.txt |  9 ++++-----
  1 files changed, 4 insertions(+), 5 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -88,12 +88,11 @@
 
     test case         platform    date reported
     ---------         --------    -------------
-    test_parser       Windows     22-Aug-2000
-        [probably all platforms]
+    test_parser       all         22-Aug-2000
 
-    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_posixpath    all         22-Aug-2000
+        [think it's because Skip backed out commonpathprefix changes
+        but didn't change the tests] 
 
     test_fork1        Linux       26-Jul-2000 
         [no clue; there are probably two bugs here]

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


More information about the Python-checkins mailing list