Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Problems with UI tests in JIPP

On 27/11/20 12:04, Aleksandar Kurtakov wrote:
> 
> 
> On Fri, Nov 27, 2020 at 12:57 PM Lorenzo Bettini <lorenzo.bettini@xxxxxxxxx
> <mailto:lorenzo.bettini@xxxxxxxxx>> wrote:
> 
>     That's what I see before the UI tests are executed:
> 
>     [INFO] Running org.eclipse.emf.parsley.tests.FormWidgetFactoryTest
>     ***WARNING: GTK+ version too old (micro mismatch)
>     ***WARNING: SWT requires GTK 3.20.0
>     ***WARNING: Detected: 3.10.9
> 
>     so how can I get a newer version in JIPP?
> 
> 
> Your JIPP has to be moved to JIRO as the old infrastructure doesn't allow updates for one
> single project without doing it for everyone else . As it's being decommissioned spending
> time to do the updates there is not worth it.
> I see there is https://bugs.eclipse.org/bugs/show_bug.cgi?id=568105
> <https://bugs.eclipse.org/bugs/show_bug.cgi?id=568105> so you should be on the right track.

but we put the migration on hold due to the problems with performing releases (p2
composite site)

> P.S. SWT moved to require 3.14 since 2019-12 release so this is not a new requirement in
> anyway.

then it must be something else that changed in the meantime, since on August everything
worked.

>  
> 
> 
>     On 27/11/20 11:53, Aleksandar Kurtakov wrote:
>     > Which gtk version do you have there ?
>     >
>     >
>     >       gtk_event_controller_set_propagation_phase  is available since gtk 3.14 and latest
>     >       SWT requires 3.20. So please ensure you have new enough GTK.
>     >
>     >
>     > On Fri, Nov 27, 2020 at 12:41 PM Lorenzo Bettini <lorenzo.bettini@xxxxxxxxx
>     <mailto:lorenzo.bettini@xxxxxxxxx>
>     > <mailto:lorenzo.bettini@xxxxxxxxx <mailto:lorenzo.bettini@xxxxxxxxx>>> wrote:
>     >
>     >     Hi
>     >
>     >     when building our project EMF Parsley on JIPP, we experience issues with tests
>     that need
>     >     the UI (or at least, that's what I think it's happening).
>     >
>     >     We use icewm, which we launch like that
>     >
>     >     icewm --replace --sm-disable 2> icewm.err &
>     >
>     >     and in the .err file, as soon as a UI test runs we see
>     >
>     >     IceWM: using /opt/public/hipp/homes/genie.emf-parsley/.icewm for private
>     configuration
>     >     files
>     >     XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":323"
>     >           after 6777 requests (6777 known processed) with 0 events remaining.
>     >
>     >     Surefire also leaves this information in the dump file
>     >
>     >     /opt/public/common/java/openjdk/jdk-11/bin/java: symbol lookup error:
>     >   
>      /opt/public/hipp/homes/genie.emf-parsley/.swt/lib/linux/x86_64/libswt-pi3-gtk-4940r23.so:
>     >     undefined symbol: gtk_event_controller_set_propagation_ph
>     >
>     >     everything used to work a few months ago...
>     >
>     >     any clue please?
>     >     thanks in advance
>     >             Lorenzo
>     >



-- 
Prof. Lorenzo Bettini, Computer Science, DISIA, Univ. Firenze
HOME: http://www.lorenzobettini.it
TDD Book: https://leanpub.com/tdd-buildautomation-ci
Xtext Book:
https://www.packtpub.com/application-development/implementing-domain-specific-languages-xtext-and-xtend-second-edition


Back to the top