From 4f0d2cf73445d44bc80cdc91b468b112c3888de4 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 3 Jan 2009 04:54:05 +0000 Subject: [PATCH] updated patch to add list of tests that are ok if haiku skips them when running make test for python --- dev-lang/python/python-2.5.4-haiku.diff | 46 +++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/dev-lang/python/python-2.5.4-haiku.diff b/dev-lang/python/python-2.5.4-haiku.diff index 04edf058b..2a16f1f35 100644 --- a/dev-lang/python/python-2.5.4-haiku.diff +++ b/dev-lang/python/python-2.5.4-haiku.diff @@ -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