]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Jun 2011 18:04:06 +0000 (20:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Jun 2011 18:04:06 +0000 (20:04 +0200)
1  2 
Lib/test/test_capi.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index f315c57b13cbe50b71e84f22127c1f29a23493d0,9ce6cb56789a3745edc8e78b70c631b84852eaf5..28d574f2ef7fb06b622985632b95cf3037c8d0f9
+++ b/Misc/NEWS
@@@ -938,40 -583,6 +938,42 @@@ Extension Module
  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.
 +
 +- Issue #12141: Install copies of template C module file so that
 +  test_build_ext of test_distutils and test_command_build_ext of
 +  test_packaging are no longer silently skipped when
 +  run outside of a build directory.
 +
 +- Issue #8746: Add additional tests for os.chflags() and os.lchflags().
 +  Patch by Garrett Cooper.
 +
 +- Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
 +  2.8 +  on Mac OS X.  (Patch by Ronald Oussoren)
 +
 +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2,
 +  iso2022_kr).
 +
 +- Issue #12180: Fixed a few remaining errors in test_packaging when no
 +  threading.
 +
 +- Issue #12120, #12119: skip a test in packaging and distutils
 +  if sys.dont_write_bytecode is set to True.
 +
 +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
 +  written by Charles-François Natali.
 +
 +- Issue #11614: import __hello__ prints "Hello World!". Patch written by
 +  Andreas Stührk.
 +
 +- Issue #5723: Improve json tests to be executed with and without accelerations.
 +
 +- Issue #12041: Make test_wait3 more robust.
 +
  - Issue #11873: Change regex in test_compileall to fix occasional failures when
    when the randomly generated temporary path happened to match the regex.