From b84de02f75c906fbcf519b4c89b9dbdd18837276 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 22 Mar 2006 02:58:17 +0000 Subject: Record that test_wait[34] get skipped on native Windows. --- Lib/test/regrtest.py | 2 ++ 1 file changed, 2 insertions(+) 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': """ -- cgit v0.12