Issue 3415 in pharo: Failing tests for SUNit

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

Issue 3415 in pharo: Failing tests for SUNit

pharo
Status: Accepted
Owner: marcus.denker
Labels: Milestone-1.2

New issue 3415 by marcus.denker: Failing tests for SUNit
http://code.google.com/p/pharo/issues/detail?id=3415

>>> SUnit.Tests.SUnitTest.testExpectedFailure 0.0 50
>>> SUnit.Tests.SUnitTest.testExpectedFailureDetection 0.0 50
>>> SUnit.Tests.SUnitTest.testExpectedFailurePass 0.0 50

These are testsing the expected failures defined by pragmas that we removed  
because of performance.

Tests should be fixed to use oldstyle expected failure definition


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3415 in pharo: Failing tests for SUNit

pharo
Updates:
        Status: Fixed

Comment #1 on issue 3415 by luc.fabresse: Failing tests for SUNit
http://code.google.com/p/pharo/issues/detail?id=3415

I just added the SUnitTest>>expectedFailure to make the tests pass.
I didn't remove the pragmas because it may be useful in the future.



Attachments:
        expectedFailuresTests.1.cs  241 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3415 in pharo: Failing tests for SUNit

pharo
Updates:
        Status: Closed

Comment #2 on issue 3415 by marcus.denker: Failing tests for SUNit
http://code.google.com/p/pharo/issues/detail?id=3415

12282