summaryrefslogtreecommitdiff
path: root/test/attic/files/cli/test3/Main.check.java5_j9
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-05 06:24:22 +0000
committerPaul Phillips <paulp@improving.org>2010-04-05 06:24:22 +0000
commite8a121e9e1ade3f283f42fceb3c18f30a8468f57 (patch)
treefc58111a69bb8940f7c5bd341fa3a8f097955403 /test/attic/files/cli/test3/Main.check.java5_j9
parent28ed5c6b216463a6e5bd8f06986c35a2036bda3f (diff)
downloadscala-e8a121e9e1ade3f283f42fceb3c18f30a8468f57.tar.gz
scala-e8a121e9e1ade3f283f42fceb3c18f30a8468f57.tar.bz2
scala-e8a121e9e1ade3f283f42fceb3c18f30a8468f57.zip
If I work on this patch any longer without chec...
If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
Diffstat (limited to 'test/attic/files/cli/test3/Main.check.java5_j9')
-rw-r--r--test/attic/files/cli/test3/Main.check.java5_j936
1 files changed, 36 insertions, 0 deletions
diff --git a/test/attic/files/cli/test3/Main.check.java5_j9 b/test/attic/files/cli/test3/Main.check.java5_j9
new file mode 100644
index 0000000000..9e228d7649
--- /dev/null
+++ b/test/attic/files/cli/test3/Main.check.java5_j9
@@ -0,0 +1,36 @@
+JVMJ9VM007E Command-line option unrecognised: -cpp
+Could not create the Java virtual machine.
+
+Usage: java [-options] class [args...]
+ (to execute a class)
+ or java [-jar] [-options] jarfile [args...]
+ (to execute a jar file)
+
+where options include:
+ -cp -classpath <directories and zip/jar files separated by :>
+ set search path for application classes and resources
+ -D<name>=<value>
+ set a system property
+ -verbose[:class|gc|jni]
+ enable verbose output
+ -version print product version
+ -version:<value>
+ require the specified version to run
+ -showversion print product version and continue
+ -jre-restrict-search | -no-jre-restrict-search
+ include/exclude user private JREs in the version search
+ -agentlib:<libname>[=<options>]
+ load native agent library <libname>, e.g. -agentlib:hprof
+ see also, -agentlib:jdwp=help and -agentlib:hprof=help
+ -agentpath:<pathname>[=<options>]
+ load native agent library by full pathname
+ -javaagent:<jarpath>[=<options>]
+ load Java programming language agent, see java.lang.instrument
+ -? -help print this help message
+ -X print help on non-standard options
+ -assert print help on assert options
+
+The java class is not found: test3.Main
+The java class is not found: test3.Main
+The java class is not found: test3.Main
+The java class is not found: test3.Main