updated patch to add list of tests that are ok if haiku skips them when running make test for python

This commit is contained in:
Scott McCreary
2009-01-03 04:54:05 +00:00
parent f1e7761cfe
commit 4f0d2cf734

View File

@@ -1,3 +1,49 @@
diff -urN Python-2.5.4/Lib/test/regrtest.py Python-2.5.4-haiku/Lib/test/regrtest.py
--- Python-2.5.4/Lib/test/regrtest.py 2009-01-02 15:47:37.000000000 +0000
+++ Python-2.5.4-haiku/Lib/test/regrtest.py 2009-01-03 04:18:40.000000000 +0000
@@ -846,6 +846,42 @@
test_wait3
test_wait4
""",
+ 'haiku1':
+ """
+ test_al
+ test_applesingle
+ test_bsddb
+ test_bsddb185
+ test_bsddb3
+ test_cd
+ test_cl
+ test_codecmaps_cn
+ test_codecmaps_hk
+ test_codecmaps_jp
+ test_codecmaps_kr
+ test_codecmaps_tw
+ test_curses
+ test_dbm
+ test_dl
+ test_gl
+ test_gdbm
+ test_imgfile
+ test_linuxaudiodev
+ test__locale
+ test_gl
+ test_macfs
+ test_macostools
+ test_mailbox
+ test_nis
+ test_normalization
+ test_old_mailbox
+ test_ossaudiodev
+ test_pep277
+ test_plistlib
+ test_resource
+ test_startfile
+ test_sunaudiodev
+ """,
'linux2':
"""
test_al
diff -urN Python-2.5.4/Modules/resource.c Python-2.5.4-haiku/Modules/resource.c
--- Python-2.5.4/Modules/resource.c 2009-01-02 15:46:32.000000000 +0000
+++ Python-2.5.4-haiku/Modules/resource.c 2009-01-02 15:49:40.000000000 +0000