Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-29 13:51:46 +0000
committerAndrew Overholt2011-03-29 13:51:46 +0000
commitd136b73082c2575c9ed0a46bb01eabfa0d7566b4 (patch)
treeb2aaa3fa089b94c6c1834a937900a3b6e7c8d952 /valgrind
parent8eedddd2d04f3cb71230964bd82b246abdd1e336 (diff)
downloadorg.eclipse.linuxtools-d136b73082c2575c9ed0a46bb01eabfa0d7566b4.tar.gz
org.eclipse.linuxtools-d136b73082c2575c9ed0a46bb01eabfa0d7566b4.tar.xz
org.eclipse.linuxtools-d136b73082c2575c9ed0a46bb01eabfa0d7566b4.zip
Fix test failures in massif tests by using UI thread
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.massif.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/pom.xml
index b447b44374..aa29ae3274 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/pom.xml
@@ -37,7 +37,7 @@
<testSuite>org.eclipse.linuxtools.valgrind.massif.tests</testSuite>
<testClass>org.eclipse.linuxtools.internal.valgrind.massif.tests.AllTests</testClass>
<useUIHarness>true</useUIHarness>
- <useUIThread>false</useUIThread>
+ <useUIThread>true</useUIThread>
<product>org.eclipse.sdk.ide</product>
</configuration>
</plugin>

Back to the top