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

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> 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
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top