[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread miss-islington
miss-islington added the comment: New changeset c925108b991b9c5f0402feb0e7f725ee3ac7da11 by Miss Islington (bot) in branch '3.6': closes bpo-33445: fail properly in test_cprofile() (GH-6727)

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread miss-islington
miss-islington added the comment: New changeset 263523ae217e1af580628b4fe0609194823a51aa by Miss Islington (bot) in branch '3.7': closes bpo-33445: fail properly in test_cprofile() (GH-6727)

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +6426 ___ Python tracker ___

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +6425 ___ Python tracker ___

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset ac9240b9be31d073d1b2e50ce53481ff0fc9ed23 by Benjamin Peterson (jdemeyer) in branch 'master': closes bpo-33445: fail properly in test_cprofile() (GH-6727)

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread Jeroen Demeyer
Change by Jeroen Demeyer : -- keywords: +patch pull_requests: +6420 stage: -> patch review ___ Python tracker ___

[issue33445] test_cprofile should fail instead of displaying a message

2018-05-08 Thread Jeroen Demeyer
New submission from Jeroen Demeyer : When this test from Lib/test/test_profile.py fail, it just prints a message and doesn't fail the testsuite: def test_cprofile(self): results = self.do_profiling() expected = self.get_expected_output()