Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Build failures

Sounds good, thanks!
________________________________________
From: ice-dev-bounces@xxxxxxxxxxx [ice-dev-bounces@xxxxxxxxxxx] on behalf of Jordan Deyton [deytonjh@xxxxxxxx]
Sent: Thursday, July 09, 2015 1:19 PM
To: ice-dev@xxxxxxxxxxx
Subject: Re: [ice-dev] Build failures

Thanks, I'll take a look at it when I get a chance.

Jordan Deyton
Oak Ridge National Laboratory
Telephone: (865) 574-1091
Email: deytonjh@xxxxxxxx

On 7/9/2015 1:06 PM, Jordan Deyton wrote:
> Can you create a bug ticket for this and assign it to me for now?
>
> Thanks,
> Jordan
>
> Jordan Deyton
> Oak Ridge National Laboratory
> Telephone: (865) 574-1091
> Email: deytonjh@xxxxxxxx
>
> On 7/9/2015 12:50 PM, Bennett, Andrew R. wrote:
>> I can't get the tests to pass even if I don't touch anything.
>> Running `mvn install` from both Eclipse/ICE and the terminal fail
>> still.  For now I'll just comment out those tests and put it in a
>> gitignore.
>>
>> Andrew
>> ________________________________________
>> From: ice-dev-bounces@xxxxxxxxxxx [ice-dev-bounces@xxxxxxxxxxx] on
>> behalf of Jordan Deyton [deytonjh@xxxxxxxx]
>> Sent: Thursday, July 09, 2015 11:02 AM
>> To: ice-dev@xxxxxxxxxxx
>> Subject: Re: [ice-dev] Build failures
>>
>> I think we can remove the setBackground test. It's only there to make
>> sure that applying a color to the TimeSliderComposite correctly
>> updates all of its contained widgets (this prevents ugly gray on
>> white blocks all over it).
>>
>> And yes, there are one or two tests in particular that seem to throw
>> things off. In particular, the only way to set the text of a widget
>> and notify its listeners (like ModifyListeners or KeyListeners) is
>> with the typeText(String) operation. This has the unfortunate side
>> effect of breaking if you use the mouse and/or keyboard while any of
>> the related tests are running. I've seen it do things like type in
>> the values it should be putting in the Text widget inside my active
>> editor in Eclipse.
>>
>> Jordan
>>
>> Jordan Deyton
>> Oak Ridge National Laboratory
>> Telephone: (865) 574-1091
>> Email: deytonjh@xxxxxxxx<mailto:deytonjh@xxxxxxxx>
>>
>> On 7/9/2015 10:16 AM, McCaskey, Alex wrote:
>> It’s the same way on the Mac. I have to start it and just watch,
>> without touching anything else.
>>
>> Alex
>>
>> On Jul 9, 2015, at 10:09 AM, Jay Jay Billings
>> <jayjaybillings@xxxxxxxxx<mailto:jayjaybillings@xxxxxxxxx>> wrote:
>>
>> That just failed on my machine too. Apparently you must surrender
>> control to the build when it gets to those bundles because Jordan
>> wrote a series of very complex tests that require a long time to run.
>> Try starting a build and just watching it without touching your
>> computer and see if it still breaks.
>>
>> Jay
>>
>> On Wed, Jul 8, 2015 at 11:07 PM, Bennett, Andrew R.
>> <bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>> wrote:
>> Linux with Java 8.  If I comment out the ofending lines the build
>> passes, so this seems to be the only problem.
>>
>> Andrew
>> ________________________________________
>> From: ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>
>> [ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>] on
>> behalf of Jay Jay Billings
>> [jayjaybillings@xxxxxxxxx<mailto:jayjaybillings@xxxxxxxxx>]
>> Sent: Wednesday, July 08, 2015 10:23 PM
>> To: ice developer discussions
>> Subject: Re: [ice-dev] Build failures
>>
>> I believe so, yes. What are you building on? Linux or Mac? Are you
>> using Java 8?
>>
>> Jay
>>
>> On Jul 8, 2015 8:37 PM, "Bennett, Andrew R."
>> <bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx><mailto:bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>>>
>> wrote:
>> Today I tried to build ICE the usual way and found this error:
>>
>>    TimeSliderCompositeTester.checkSetBackground:430 expected:<Color
>> {0, 128, 0, 255}> but was:<Color {249, 250, 251, 255}>
>>
>> Am I the only one with this issue?
>>
>> Andrew
>> _______________________________________________
>> ice-dev mailing list
>> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx><mailto:ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>>
>>
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-dev
>> _______________________________________________
>> ice-dev mailing list
>> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-dev
>>
>>
>>
>> --
>> Jay Jay Billings
>> Oak Ridge National Laboratory
>> Twitter Handle: @jayjaybillings
>> _______________________________________________
>> ice-dev mailing list
>> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-dev
>>
>> Alex McCaskey
>> ORNL Computer Science Research
>> mccaskeyaj@xxxxxxxx<mailto:mccaskeyaj@xxxxxxxx>
>> (865) 574-8715
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> ice-dev mailing list
>> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-dev
>>
>> _______________________________________________
>> ice-dev mailing list
>> ice-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-dev
>>
>
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
>

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev



Back to the top