summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-02 03:58:41 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-02 03:58:41 (GMT)
commitaa78236636d62a07af4759b64ea89452c6690c7e (patch)
treeae20c70f8c842e71cd3a3a51109320d6b2500b51 /Lib/test/regrtest.py
parentbdee63fff332803bedbbb52aba7b24dc7dccfdbc (diff)
downloadcpython-aa78236636d62a07af4759b64ea89452c6690c7e.zip
cpython-aa78236636d62a07af4759b64ea89452c6690c7e.tar.gz
cpython-aa78236636d62a07af4759b64ea89452c6690c7e.tar.bz2
Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py70
1 files changed, 35 insertions, 35 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index c6d3a04..62975dd 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -513,41 +513,41 @@ _expectations = {
test_winsound
""",
'mac':
- """
- test_al
- test_bsddb
- test_cd
- test_cl
- test_commands
- test_crypt
- test_dbm
- test_dl
- test_fcntl
- test_fork1
- test_gl
- test_grp
- test_imgfile
- test_largefile
- test_linuxaudiodev
- test_locale
- test_mmap
- test_nis
- test_ntpath
- test_openpty
- test_poll
- test_popen2
- test_pty
- test_pwd
- test_signal
- test_socket_ssl
- test_socketserver
- test_sunaudiodev
- test_sundry
- test_timing
- test_unicode_file
- test_winreg
- test_winsound
- """,
+ """
+ test_al
+ test_bsddb
+ test_cd
+ test_cl
+ test_commands
+ test_crypt
+ test_dbm
+ test_dl
+ test_fcntl
+ test_fork1
+ test_gl
+ test_grp
+ test_imgfile
+ test_largefile
+ test_linuxaudiodev
+ test_locale
+ test_mmap
+ test_nis
+ test_ntpath
+ test_openpty
+ test_poll
+ test_popen2
+ test_pty
+ test_pwd
+ test_signal
+ test_socket_ssl
+ test_socketserver
+ test_sunaudiodev
+ test_sundry
+ test_timing
+ test_unicode_file
+ test_winreg
+ test_winsound
+ """,
}
class _ExpectedSkips: