summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-12-26 21:09:38 +0000
committerVlastimil Babka <caster@gentoo.org>2010-12-26 21:09:38 +0000
commit22dee40bd578bd75391129faa2379a9ed2653438 (patch)
tree0947770d6ea1517bf47c42787df2b343dbf4415d /dev-java/swt/README
parentAdd generic pathtest. (diff)
downloadjava-testcases-22dee40bd578bd75391129faa2379a9ed2653438.tar.gz
java-testcases-22dee40bd578bd75391129faa2379a9ed2653438.tar.bz2
java-testcases-22dee40bd578bd75391129faa2379a9ed2653438.zip
Update tests.HEADmaster
svn path=/testcases/; revision=8266
Diffstat (limited to 'dev-java/swt/README')
-rw-r--r--dev-java/swt/README42
1 files changed, 2 insertions, 40 deletions
diff --git a/dev-java/swt/README b/dev-java/swt/README
index 4d0ebf8..345e696 100644
--- a/dev-java/swt/README
+++ b/dev-java/swt/README
@@ -1,47 +1,9 @@
-======== Instructions for >=dev-java-swt-3.2.2-r1 =========
-To run the test, execute runtest2.sh <swt-slot>
+To run the test of xulrunner integration, execute runtest.sh <swt-slot>
-The test should load http://www.eclipse.org to a window. This window does not
-seem to close properly so just pkill -9 java if you don't have anything else
-java running.
-
-You should test swt built agains firefox, seamonkey and xulrunner (if applicable)
-by remerging with various USE flags. It can be built and only against one of the
-three, so specifying multiple flags will result in effectively one, with this
-priority:
-xulrunner > firefox > seamonkey
-
-So the test scenario for version that supports all three could look like this:
-USE="seamonkey -firefox -xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-USE="firefox -xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-USE="xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-
-
-======== Instructions for <=dev-java-swt-3.2.2 =========
-
-runtest.sh takes one argument that is the browser implementation swt was built
-against. So for examples:
- runtest.sh xulrunner
-
-(xulrunner) is the default
+The swt should be built with USE=xulrunner.
The test should load http://www.eclipse.org to a window. This window does not
seem to close properly so just pkill -9 java if you don't have anything else
java running.
-You should test both seamonkey and xulrunner, like this:
-USE="seamonkey -xulrunner" emerge swt
-runtest.sh seamonkey
-pkill -9 java
-USE="xulrunner -seamonkey" emerge swt
-runtest.sh xulrunner
-pkill -9 java
-
-(if you put both in USE, it builds against xulrunner)