diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-22 02:58:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-22 02:58:17 (GMT) |
commit | b84de02f75c906fbcf519b4c89b9dbdd18837276 (patch) | |
tree | 754700973fb81c761fbd473956b61eb2a7634e0d /Lib | |
parent | 4d90bbd292350d6e7c4b97651cb287a50e20371f (diff) | |
download | cpython-b84de02f75c906fbcf519b4c89b9dbdd18837276.zip cpython-b84de02f75c906fbcf519b4c89b9dbdd18837276.tar.gz cpython-b84de02f75c906fbcf519b4c89b9dbdd18837276.tar.bz2 |
Record that test_wait[34] get skipped on native Windows.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 85f57a6..143205c 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -744,6 +744,8 @@ _expectations = { test_sunaudiodev test_threadsignals test_timing + test_wait3 + test_wait4 """, 'linux2': """ |