[Python-checkins] cpython: Skip crasher tests (original) (raw)
antoine.pitrou python-checkins at python.org
Sat Mar 19 19:54:05 CET 2011
- Previous message: [Python-checkins] cpython: untab
- Next message: [Python-checkins] cpython (3.2): Call unfakehttp in order to close connection while opening the connection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/481ad9129a0f changeset: 68687:481ad9129a0f user: Antoine Pitrou <solipsis at pitrou.net> date: Sat Mar 19 19:54:01 2011 +0100 summary: Skip crasher tests
files: Lib/test/test_crashers.py
diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py --- a/Lib/test/test_crashers.py +++ b/Lib/test/test_crashers.py @@ -17,6 +17,7 @@
class CrasherTest(unittest.TestCase):
- @unittest.skip("these tests are too fragile") @test.support.cpython_only def test_crashers_crash(self): for fname in glob.glob(CRASHER_FILES):
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython: untab
- Next message: [Python-checkins] cpython (3.2): Call unfakehttp in order to close connection while opening the connection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]