]> granicus.if.org Git - python/commit
Issue #15184: Fix test__remove_unsupported_archs failures on 10.6
authorNed Deily <nad@acm.org>
Sun, 22 Jul 2012 05:35:16 +0000 (22:35 -0700)
committerNed Deily <nad@acm.org>
Sun, 22 Jul 2012 05:35:16 +0000 (22:35 -0700)
commit1ef871969cd8b30a8f8d4e6cefab68366eb71745
treefa8dc9ecabb24c941ddea5a3360897b12079730c
parent34fcafde168edf5ca0b8c76a732e8850d97ea00e
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.
Lib/test/test__osx_support.py