Marcus Denker wrote:
Cool. Does the CI use TestRunner? Where should I dig to try to get similar behaviour for failed tests from user initiated Test Runner - in Pharo 4 :)? For now I am resorting to modifying TestResult>>runCase: to remove the exception catching to allow a debugger to open on failures. btw, watching the execution of method "TestRunner>>runTestSuites: testSuites" I notice that parameter 'testSuites' holds a Set, such that the testSuites are run in random order. That might be great for coverage but is poor for reproducibility, and one reason that multiple <Run Selected> "all tests" can produce different results each time. It would useful if that was an OrderedList with several different randomization choices (fully manual, each Image startup, each TestRunner session, each <Run Selected>) and that list could be exported to be shared with others.
Sorry I wasn't clear. I was not testing PharoLauncher images. I was using PharoLauncher to create fresh Pharo images for testing. cheers -ben |
- [Pharo-dev] test failures in downloaded image 30733 btc
- Re: [Pharo-dev] test failures in downloaded image 307... Marcus Denker
- Re: [Pharo-dev] test failures in downloaded image... btc
- Re: [Pharo-dev] test failures in downloaded i... Marcus Denker
- Re: [Pharo-dev] test failures in download... btc
- Re: [Pharo-dev] test failures in dow... btc
- [Pharo-dev] access to CI debug i... btc
- Re: [Pharo-dev] access to CI... Max Leske
- Re: [Pharo-dev] access to CI... btc
- Re: [Pharo-dev] access to CI... Max Leske
- Re: [Pharo-dev] access to CI... Camillo Bruni
- Re: [Pharo-dev] test failures in downloaded image... Usman Bhatti
- Re: [Pharo-dev] test failures in downloaded i... Goubier Thierry
- Re: [Pharo-dev] test failures in download... Usman Bhatti
- Re: [Pharo-dev] test failures in dow... Goubier Thierry
