Victor Stinner
b1e11c31c5
bpo-40443: Remove unused imports in tests (GH-19804)
2020-04-30 02:21:30 +02:00
Michael Felt
76db37b1d3
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225)
2020-04-03 16:38:28 +02:00
Michael Felt
ed57e13df6
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)
...
Command line options for the xlc compiler behave differently from gcc and clang,
so skip this test case for now when xlc is the compiler.
Patch by aixtools (Michael Felt)
2018-12-29 00:03:17 +10:00
Xavier de Gaye
dfc13e069a
Issue 26931: Skip the test_distutils tests using a compiler executable
...
that is not found
2016-11-17 09:00:19 +01:00
Serhiy Storchaka
3c02ecefba
Issue #19492 : Silently skipped distutils tests now reported as skipped.
2013-12-18 16:41:01 +02:00
Serhiy Storchaka
39989157ad
Issue #19600 : Use specific asserts in distutils tests.
2013-11-17 00:17:46 +02:00
Éric Araujo
db95c7a60c
Make C code in one distutils test comply with ISO C ( #10359 ).
...
Patch by Hallvard B Furuseth.
2011-10-07 23:13:45 +02:00
Ezio Melotti
b3aedd4862
#9424 : Replace deprecated assert* methods in the Python test suite.
2010-11-20 19:04:17 +00:00
Éric Araujo
70ec44a773
Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
2010-11-06 02:44:43 +00:00
Benjamin Peterson
c9c0f201fe
convert old fail* assertions to assert*
2009-06-30 23:06:06 +00:00
Tarek Ziadé
8162382c48
Merged revisions 72094 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72094 | tarek.ziade | 2009-04-29 10:03:46 +0200 (Wed, 29 Apr 2009) | 1 line
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
........
2009-04-29 08:07:44 +00:00
Tarek Ziadé
f1f003ca0a
Merged revisions 71569 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71569 | tarek.ziade | 2009-04-13 14:42:26 +0200 (Mon, 13 Apr 2009) | 1 line
deactivate test_search_cpp under win32
........
2009-04-13 12:59:03 +00:00
Tarek Ziadé
865a714ac0
Merged revisions 71533 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71533 | tarek.ziade | 2009-04-12 19:02:08 +0200 (Sun, 12 Apr 2009) | 1 line
removed string usage and added a test for _clean
........
2009-04-12 17:04:39 +00:00
Tarek Ziadé
bccb0c928f
Merged revisions 71528 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71528 | tarek.ziade | 2009-04-12 18:45:32 +0200 (Sun, 12 Apr 2009) | 1 line
added a test for finalize_options
........
2009-04-12 16:49:20 +00:00
Tarek Ziadé
fd39b7aa6e
Merged revisions 71523 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71523 | tarek.ziade | 2009-04-12 18:31:24 +0200 (Sun, 12 Apr 2009) | 1 line
added a simple test for search_cpp
........
2009-04-12 16:34:34 +00:00
Tarek Ziadé
0eb13041d2
Merged revisions 71509 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71509 | tarek.ziade | 2009-04-12 16:53:51 +0200 (Sun, 12 Apr 2009) | 1 line
removed the print statements and added a test
........
2009-04-12 14:57:46 +00:00