projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3679727
)
Skip this test as it doesn't apply to Windows. It was added for
author
Brian Curtin
<brian.curtin@gmail.com>
Thu, 22 Jul 2010 15:38:28 +0000
(15:38 +0000)
committer
Brian Curtin
<brian.curtin@gmail.com>
Thu, 22 Jul 2010 15:38:28 +0000
(15:38 +0000)
#9189 for some GCC flags.
Lib/test/test_sysconfig.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_sysconfig.py
b/Lib/test/test_sysconfig.py
index 428379c3c310b0a497a991ed68c659bd17b40785..053859238dd3b77789ca6875f15f2a2236370c21 100644
(file)
--- a/
Lib/test/test_sysconfig.py
+++ b/
Lib/test/test_sysconfig.py
@@
-277,6
+277,7
@@
class TestSysConfig(unittest.TestCase):
_main()
self.assertTrue(len(output.getvalue().split('\n')) > 0)
+ @unittest.skipIf(sys.platform == "win32", "Does not apply to Windows")
def test_ldshared_value(self):
ldflags = sysconfig.get_config_var('LDFLAGS')
ldshared = sysconfig.get_config_var('LDSHARED')