[regression reporter]regression occurred
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux... 3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
Maybe some class #initialize did not run ? Remember: existing class initializers are only run when the source code text changes. On 06 Sep 2013, at 14:08, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
On Sep 6, 2013, at 2:17 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Maybe some class #initialize did not run ? Remember: existing class initializers are only run when the source code text changes.
I added explicitly a call to initialize⦠the strange thing is that the change set seemed to work fine. Maybe we need to load it as a change set.
On 06 Sep 2013, at 14:08, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
My bad, I fixed the Color class>fromString:. I should've used a detect:ifNone: instead of detect: Fix here: https://pharo.fogbugz.com/f/cases/11534/ColorTest-is-failing On Fri, Sep 6, 2013 at 2:20 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Sep 6, 2013, at 2:17 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Maybe some class #initialize did not run ? Remember: existing class initializers are only run when the source code text changes.
I added explicitly a call to initialize⦠the strange thing is that the change set seemed to work fine.
Maybe we need to load it as a change set.
On 06 Sep 2013, at 14:08, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
Perfect! Thanks for the quick response :P On 2013-09-06, at 10:22, Fernando Olivero <fernando.olivero.mail@gmail.com> wrote:
My bad, I fixed the Color class>fromString:.
I should've used a detect:ifNone: instead of detect:
Fix here: https://pharo.fogbugz.com/f/cases/11534/ColorTest-is-failing
On Fri, Sep 6, 2013 at 2:20 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Sep 6, 2013, at 2:17 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Maybe some class #initialize did not run ? Remember: existing class initializers are only run when the source code text changes.
I added explicitly a call to initialize⦠the strange thing is that the change set seemed to work fine.
Maybe we need to load it as a change set.
On 06 Sep 2013, at 14:08, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
Ah right, let's try manually :), and yeah it's not always easy to modify these core UI things without breaking it ;) On 2013-09-06, at 09:17, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Maybe some class #initialize did not run ? Remember: existing class initializers are only run when the source code text changes.
On 06 Sep 2013, at 14:08, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 09:03, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-09-06, at 08:59, no-reply@ci.inria.fr wrote:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux...
3 regressions found. Graphics.Tests.Primitives.ColorTest.testAsHTMLColor Graphics.Tests.Primitives.ColorTest.testColorFrom Graphics.Tests.Primitives.ColorTest.testFromString
Fernando this is all yours :)
Arg, seems like this image is unusable in UI mode and fails on the same things as the three testss :(
participants (5)
-
Camillo Bruni -
Fernando Olivero -
Marcus Denker -
no-reply@ci.inria.fr -
Sven Van Caekenberghe