diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-15 23:56:04 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-15 23:56:04 (GMT) |
commit | a91a02a76d35bedb5eb9ed2b06c43c0250a872c8 (patch) | |
tree | 935ff0ff0b25ee3d4f3e805fda7481b72e82df41 /Lib | |
parent | f022a4d451d1d91d3462a7508b0bda8ef3d7ff24 (diff) | |
download | cpython-a91a02a76d35bedb5eb9ed2b06c43c0250a872c8.zip cpython-a91a02a76d35bedb5eb9ed2b06c43c0250a872c8.tar.gz cpython-a91a02a76d35bedb5eb9ed2b06c43c0250a872c8.tar.bz2 |
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>.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ _expectations = { test_socketserver test_sunaudiodev test_timing + test_univnewlines """, 'linux2': """ |