Issue 4911 in pharo: Run failures is broken

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4911 in pharo: Run failures is broken

pharo
Status: Accepted
Owner: marianopeck
Labels: Milestone-1.4

New issue 4911 by marianopeck: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911


Pharo core version: 14192

Steps to reproduce:
1. Run some tests from the TestRunner and be sure to have at least one as  
failure
2. Press the button "Run Failures" from the TestRunner and you will have an  
error MessageNotUnderstood: YourTestClass >> suite

TestRunner >> runCollection: aTestSuiteCollection
        aTestSuiteCollection
                do: [ :testCase|
                        self basicRunSuite: testCase suite do: [ :each | self runTest: each ].
                        self updateResults]
                displayingProgress: 'Running Tests'.



sends #suite to a testCase.

Attached PharoDebug.log

Attachments:
        PharoDebug.log  65.9 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4911 in pharo: Run failures is broken

pharo
Updates:
        Status: FixProposed

Comment #1 on issue 4911 by [hidden email]: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911

Name: SUnit-UI-CarloTeixeira.11
Author: CarloTeixeira
Time: 24 October 2011, 10:41:18 pm
UUID: 2f5517b6-7620-4ae6-8965-b1cbcb42c752
Ancestors: SUnit-UI-MarcusDenker.10

Fixed run failures and run errors by ensuring that we run test suites.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4911 in pharo: Run failures is broken

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 4911 by marianopeck: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911

Thanks Carlo!!!!  I tested and it works


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4911 in pharo: Run failures is broken

pharo

Comment #3 on issue 4911 by [hidden email]: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911

Sorry I forgot to remove some unnecessary methods, which I have done in  
this slice....


Name: SLICE-Issue-4911-Run-failures-is-broken-CarloTeixeira.1
Author: CarloTeixeira
Time: 24 October 2011, 10:48:30 pm
UUID: 5a920db8-d784-46e5-981a-1593500b24dc
Ancestors:
Dependencies: SUnit-UI-CarloTeixeira.12

Removed unneccessary methods and fixed running test failures and test errors


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4911 in pharo: Run failures is broken

pharo
Updates:
        Labels: Type-Bug

Comment #4 on issue 4911 by [hidden email]: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4911 in pharo: Run failures is broken

pharo
Updates:
        Status: Integrated

Comment #5 on issue 4911 by [hidden email]: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911

in 14209


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker