summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-04-01 00:57:31 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-04-01 00:57:31 (GMT)
commitc51ee69b27a35bb45e501766dd33674eae7ddb30 (patch)
tree7853c32c266a623463cdd632178a298b1c0e53a1 /Lib/test/regrtest.py
parentc17976e9833f3093adb1019356737e728a24f7c9 (diff)
downloadcpython-c51ee69b27a35bb45e501766dd33674eae7ddb30.zip
cpython-c51ee69b27a35bb45e501766dd33674eae7ddb30.tar.gz
cpython-c51ee69b27a35bb45e501766dd33674eae7ddb30.tar.bz2
merged the sqlite-integration branch.
This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension module will not be built.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index f229360..be60023 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -741,6 +741,7 @@ _expectations = {
test_pwd
test_resource
test_signal
+ test_sqlite
test_sunaudiodev
test_threadsignals
test_timing
@@ -763,6 +764,7 @@ _expectations = {
test_nis
test_ntpath
test_ossaudiodev
+ test_sqlite
test_sunaudiodev
""",
'mac':
@@ -802,6 +804,7 @@ _expectations = {
test_pwd
test_resource
test_signal
+ test_sqlite
test_sunaudiodev
test_sundry
test_tarfile
@@ -826,6 +829,7 @@ _expectations = {
test_openpty
test_pyexpat
test_sax
+ test_sqlite
test_sunaudiodev
test_sundry
""",
@@ -848,6 +852,7 @@ _expectations = {
test_openpty
test_pyexpat
test_sax
+ test_sqlite
test_sunaudiodev
test_sundry
""",
@@ -875,6 +880,7 @@ _expectations = {
test_pyexpat
test_queue
test_sax
+ test_sqlite
test_sunaudiodev
test_sundry
test_thread
@@ -915,6 +921,7 @@ _expectations = {
test_pty
test_pwd
test_strop
+ test_sqlite
test_sunaudiodev
test_sundry
test_thread
@@ -944,6 +951,7 @@ _expectations = {
test_ntpath
test_ossaudiodev
test_poll
+ test_sqlite
test_sunaudiodev
""",
'sunos5':
@@ -962,6 +970,7 @@ _expectations = {
test_imgfile
test_linuxaudiodev
test_openpty
+ test_sqlite
test_zipfile
test_zlib
""",
@@ -988,6 +997,7 @@ _expectations = {
test_openpty
test_pyexpat
test_sax
+ test_sqlite
test_sunaudiodev
test_zipfile
test_zlib
@@ -1013,6 +1023,7 @@ _expectations = {
test_poll
test_popen2
test_resource
+ test_sqlite
test_sunaudiodev
""",
'cygwin':
@@ -1034,6 +1045,7 @@ _expectations = {
test_nis
test_ossaudiodev
test_socketserver
+ test_sqlite
test_sunaudiodev
""",
'os2emx':
@@ -1060,6 +1072,7 @@ _expectations = {
test_pty
test_resource
test_signal
+ test_sqlite
test_sunaudiodev
""",
'freebsd4':
@@ -1086,6 +1099,7 @@ _expectations = {
test_scriptpackages
test_socket_ssl
test_socketserver
+ test_sqlite
test_sunaudiodev
test_tcl
test_timeout
@@ -1115,6 +1129,7 @@ _expectations = {
test_macostools
test_nis
test_ossaudiodev
+ test_sqlite
test_sunaudiodev
test_tcl
test_winreg
@@ -1147,6 +1162,7 @@ _expectations = {
test_plistlib
test_scriptpackages
test_tcl
+ test_sqlite
test_sunaudiodev
test_unicode_file
test_winreg