aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-29 12:05:43 +0200
committerSven Gothel <[email protected]>2011-07-29 12:05:43 +0200
commita7bd295f0fd5740833a0c2fb55c474d995f65819 (patch)
treedb2b6466d3a47da0d02cac0bc3168b4ab6d29816 /make/build-test.xml
parent630c9ce1dc643934f276b58b4cab0e04becf9879 (diff)
NEW unit test, use bug 502 workaround property until fixed otherwise
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 9dfc526c9..8f4d1bf38 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -221,6 +221,7 @@
<env key="CLASSPATH" value="${junit_jogl_newt.run.jars}"/>
<arg value="-Djava.library.path=${obj.all.paths}"/>
<arg line="${jvmarg.headless}"/>
+ <arg line="-Dnativewindow.x11.mt-bug=true"/> <!-- bug 502 workaround -->
<!--
<arg line="-Dnewt.debug.EDT"/>
-->
@@ -255,6 +256,7 @@
<junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" timeout="${batchtest.timeout}">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>
<jvmarg value="-Djava.library.path=${obj.all.paths}"/>
+ <jvmarg value="-Dnativewindow.x11.mt-bug=true"/> <!-- bug 502 workaround -->
<!--
<jvmarg value="-Dnewt.debug.EDT"/>
@@ -446,6 +448,7 @@
<junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" timeout="${batchtest.timeout}">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>
<jvmarg value="-Djava.library.path=${obj.all.paths}"/>
+ <jvmarg value="-Dnativewindow.x11.mt-bug=true"/> <!-- bug 502 workaround -->
<!--
<jvmarg value="-Dnewt.debug.EDT"/>