~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Lib/test/regrtest.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 21:39:45 UTC
  • mfrom: (39055.1.33 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922213945-23717m5eiqpamcyn
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    curses -    Tests that use curses and will modify the terminal's
92
92
                state and output modes.
93
93
 
 
94
    lib2to3 -   Run the tests for 2to3 (They take a while.)
 
95
 
94
96
    largefile - It is okay to run some test that may create huge
95
97
                files.  These tests can take a long time and may
96
98
                consume >2GB of disk space temporarily.
1128
1130
                self.expected.add('test_imageop')
1129
1131
 
1130
1132
            if not sys.platform in ("mac", "darwin"):
1131
 
                MAC_ONLY = ["test_macostools", "test_aepack",
 
1133
                MAC_ONLY = ["test_macos", "test_macostools", "test_aepack",
1132
1134
                            "test_plistlib", "test_scriptpackages",
1133
1135
                            "test_applesingle"]
1134
1136
                for skip in MAC_ONLY:
1135
1137
                    self.expected.add(skip)
 
1138
            elif len(u'\0'.encode('unicode-internal')) == 4:
 
1139
                self.expected.add("test_macostools")
 
1140
 
1136
1141
 
1137
1142
            if sys.platform != "win32":
1138
1143
                # test_sqlite is only reliable on Windows where the library