Disable overlay scrollbars when running tests to prevent crash
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 16 Dec 2015 03:35:31 +0000 (22:35 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 16 Dec 2015 15:41:44 +0000 (10:41 -0500)
commit7d97c73c7c90490124371da51c40ba43e1cff0d2
tree84ddaf37914daff44e1ff868b13366d90375c782
parentc2a843a8b3e610414f03ee644cc224649d468a75
Disable overlay scrollbars when running tests to prevent crash

When running tests, the Eclipse launcher is not used which means
that the code that usually disables the overlay scrollbars is not
executed. The overlay scrollbars under GTK2 are unstable and can
cause crash. Specifically, a crash was frequently seen in
tmf.ui.swtbot.tests on Ubuntu.

Change-Id: I130d7fd95affa4f7eb68d2c2d1e0b0134e84ee07
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/62780
Reviewed-by: Hudson CI
Reviewed-by: Francis Giraldeau <francis.giraldeau@gmail.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml
ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml
lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml
lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml
pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml
releng/org.eclipse.tracecompass.alltests/pom.xml
tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml
This page took 0.025485 seconds and 5 git commands to generate.