commit | 71cbafbda124585b3dad1485659b32241be0038b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jun 30 20:02:54 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jun 30 20:02:54 2011 +0200 |
tree | 2dc55fc802ac3682aed37f59fad71ed60d0d192f | |
parent | a6d2c769fb38129b6654f8e4ad5b6b27af182f2c [diff] [blame] |
Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index 5fa463a..9ce6cb5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -136,6 +136,8 @@ Tests ----- +- Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. + - Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures the output and displays it on failure instead. regrtest -v doesn't print the error twice anymore if there is only one error.