Skip to main content

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

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