I expect test_univnewlines to be skipped on Windows.  I expect this
because it *is* skipped.  I'm not entirely sure it should be skipped, but
figuring that out would take actual thought <wink>.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 843deef..18decfe 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -511,6 +511,7 @@
         test_socketserver
         test_sunaudiodev
         test_timing
+        test_univnewlines
         """,
     'linux2':
         """