diff options
author | Guido van Rossum <guido@python.org> | 2007-02-13 05:46:39 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-02-13 05:46:39 +0000 |
commit | 4726942cebe63b422ec2b9effcfb461cc7db322a (patch) | |
tree | d41b4e478fc23841a5711744ce58c2eccbcdf815 | |
parent | d9214d1f2cd9402e98c14809d17076e5f1db4167 (diff) | |
download | cpython-git-4726942cebe63b422ec2b9effcfb461cc7db322a.tar.gz |
List of broken tests at this time. If you fix a test, please update this file.
-rw-r--r-- | BROKEN | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BROKEN b/BROKEN new file mode 100644 index 0000000000..cc2dec3250 --- /dev/null +++ b/BROKEN @@ -0,0 +1,4 @@ + test_bsddb test_bsddb3 test_compile test_dict test_dumbdbm + test_importhooks test_iter test_iterlen test_minidom test_mutants + test_os test_pickletools test_plistlib test_richcmp test_shelve + test_unittest test_userdict |