Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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
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> 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> 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 [ice-dev-bounces@xxxxxxxxxxx] on behalf of Jay Jay Billings [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>> 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>
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



--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings
_______________________________________________
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

Alex McCaskey
ORNL Computer Science Research
(865) 574-8715





_______________________________________________
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