cpython: 31349bc40214 (original) (raw)

Mercurial > cpython

changeset 78239:31349bc40214

Issue #15184: Fix test__remove_unsupported_archs failures on 10.6 by removing unwarranted assumptions that clang compiler chain cannot handle ppc (the driver passes off ppc compiles to gcc). Mock the behavior instead. [#15184]

Ned Deily nad@acm.org
date Sat, 21 Jul 2012 22:35:16 -0700
parents e683084c8bb9
children f4470babf79b
files Lib/test/test__osx_support.py
diffstat 1 files changed, 9 insertions(+), 1 deletions(-)[+] [-] Lib/test/test__osx_support.py 10

line wrap: on

line diff

--- a/Lib/test/test__osx_support.py +++ b/Lib/test/test__osx_support.py @@ -173,7 +173,6 @@ class Test_OSXSupport(unittest.TestCase) _osx_support._remove_universal_flags( config_vars))

@@ -195,6 +194,15 @@ class Test_OSXSupport(unittest.TestCase) } self.add_expected_saved_initial_values(config_vars, expected_vars)