From e8a121e9e1ade3f283f42fceb3c18f30a8468f57 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 5 Apr 2010 06:24:22 +0000 Subject: 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.] --- test/files/bench/equality/eqeq.eqlog | 42 +++++++ test/files/bench/equality/eqeq.log | 42 ------- .../buildmanager/t2653/t2653.changes/A2.scala | 1 - test/files/cli/test1/Main.check.j9vm5 | 4 - test/files/cli/test1/Main.check.java | 6 - test/files/cli/test1/Main.check.java5 | 6 - test/files/cli/test1/Main.check.java5_api | 19 ---- test/files/cli/test1/Main.check.java5_j9 | 4 - test/files/cli/test1/Main.check.javac | 19 ---- test/files/cli/test1/Main.check.javac5 | 24 ---- test/files/cli/test1/Main.check.javac6 | 29 ----- test/files/cli/test1/Main.check.jikes | 3 - test/files/cli/test1/Main.check.jikes5 | 3 - test/files/cli/test1/Main.check.scala | 24 ---- test/files/cli/test1/Main.check.scala_api | 33 ------ test/files/cli/test1/Main.check.scala_j9 | 15 --- test/files/cli/test1/Main.check.scalac | 63 ----------- test/files/cli/test1/Main.check.scalaint | 45 -------- test/files/cli/test1/Main.java | 8 -- test/files/cli/test1/Main.scala | 8 -- test/files/cli/test2/Main.check.j9vm5 | 4 - test/files/cli/test2/Main.check.java | 6 - test/files/cli/test2/Main.check.java5 | 6 - test/files/cli/test2/Main.check.java5_api | 24 ---- test/files/cli/test2/Main.check.java5_j9 | 36 ------ test/files/cli/test2/Main.check.javac | 27 ----- test/files/cli/test2/Main.check.javac5 | 28 ----- test/files/cli/test2/Main.check.javac6 | 33 ------ test/files/cli/test2/Main.check.jikes | 9 -- test/files/cli/test2/Main.check.jikes5 | 9 -- test/files/cli/test2/Main.check.scala | 24 ---- test/files/cli/test2/Main.check.scala_api | 37 ------ test/files/cli/test2/Main.check.scala_j9 | 15 --- test/files/cli/test2/Main.check.scalac | 63 ----------- test/files/cli/test2/Main.check.scalaint | 45 -------- test/files/cli/test2/Main.java | 8 -- test/files/cli/test2/Main.scala | 8 -- test/files/cli/test3/Main.check.j9vm5 | 5 - test/files/cli/test3/Main.check.java | 10 -- test/files/cli/test3/Main.check.java5 | 10 -- test/files/cli/test3/Main.check.java5_api | 29 ----- test/files/cli/test3/Main.check.java5_j9 | 36 ------ test/files/cli/test3/Main.check.javac | 33 ------ test/files/cli/test3/Main.check.javac5 | 31 ----- test/files/cli/test3/Main.check.javac6 | 36 ------ test/files/cli/test3/Main.check.jikes | 14 --- test/files/cli/test3/Main.check.jikes5 | 14 --- test/files/cli/test3/Main.check.scala | 28 ----- test/files/cli/test3/Main.check.scala_api | 41 ------- test/files/cli/test3/Main.check.scala_j9 | 19 ---- test/files/cli/test3/Main.check.scalac | 63 ----------- test/files/cli/test3/Main.check.scalaint | 48 -------- test/files/cli/test3/Main.java | 10 -- test/files/cli/test3/Main.scala | 10 -- test/files/continuations-neg/function0.check | 6 - test/files/continuations-neg/function0.scala | 16 --- test/files/continuations-neg/function2.check | 6 - test/files/continuations-neg/function2.scala | 16 --- test/files/continuations-neg/function3.check | 6 - test/files/continuations-neg/function3.scala | 15 --- test/files/continuations-neg/infer0.check | 4 - test/files/continuations-neg/infer0.scala | 14 --- test/files/continuations-neg/infer2.check | 4 - test/files/continuations-neg/infer2.scala | 19 ---- test/files/continuations-neg/lazy.check | 6 - test/files/continuations-neg/lazy.scala | 16 --- test/files/continuations-neg/t1929.check | 6 - test/files/continuations-neg/t1929.scala | 17 --- test/files/continuations-neg/t2285.check | 6 - test/files/continuations-neg/t2285.scala | 11 -- test/files/continuations-neg/t2949.check | 6 - test/files/continuations-neg/t2949.scala | 15 --- test/files/continuations-neg/trycatch2.check | 7 -- test/files/continuations-neg/trycatch2.scala | 33 ------ test/files/continuations-run/basics.check | 2 - test/files/continuations-run/basics.scala | 23 ---- test/files/continuations-run/function1.check | 1 - test/files/continuations-run/function1.scala | 16 --- test/files/continuations-run/function4.check | 1 - test/files/continuations-run/function4.scala | 15 --- test/files/continuations-run/function5.check | 1 - test/files/continuations-run/function5.scala | 15 --- test/files/continuations-run/function6.check | 1 - test/files/continuations-run/function6.scala | 16 --- test/files/continuations-run/ifelse0.check | 2 - test/files/continuations-run/ifelse0.scala | 18 --- test/files/continuations-run/ifelse1.check | 4 - test/files/continuations-run/ifelse1.scala | 25 ---- test/files/continuations-run/ifelse2.check | 4 - test/files/continuations-run/ifelse2.scala | 16 --- test/files/continuations-run/ifelse3.check | 2 - test/files/continuations-run/ifelse3.scala | 21 ---- test/files/continuations-run/infer1.scala | 33 ------ test/files/continuations-run/match0.check | 2 - test/files/continuations-run/match0.scala | 18 --- test/files/continuations-run/match1.check | 2 - test/files/continuations-run/match1.scala | 18 --- test/files/continuations-run/match2.check | 2 - test/files/continuations-run/match2.scala | 26 ----- test/files/continuations-run/t1807.check | 1 - test/files/continuations-run/t1807.scala | 14 --- test/files/continuations-run/t1808.scala | 10 -- test/files/continuations-run/t1820.scala | 14 --- test/files/continuations-run/t1821.check | 4 - test/files/continuations-run/t1821.scala | 20 ---- test/files/continuations-run/t2864.check | 1 - test/files/continuations-run/t2864.scala | 30 ----- test/files/continuations-run/t2934.check | 1 - test/files/continuations-run/t2934.scala | 10 -- test/files/continuations-run/t3199.check | 1 - test/files/continuations-run/t3199.scala | 20 ---- test/files/continuations-run/t3199b.check | 1 - test/files/continuations-run/t3199b.scala | 11 -- test/files/continuations-run/t3223.check | 1 - test/files/continuations-run/t3223.scala | 19 ---- test/files/continuations-run/t3225.check | 12 -- test/files/continuations-run/t3225.scala | 56 --------- test/files/continuations-run/trycatch0.check | 2 - test/files/continuations-run/trycatch0.scala | 25 ---- test/files/continuations-run/trycatch1.check | 4 - test/files/continuations-run/trycatch1.scala | 48 -------- test/files/continuations-run/while0.check | 1 - test/files/continuations-run/while0.scala | 22 ---- test/files/continuations-run/while1.check | 11 -- test/files/continuations-run/while1.scala | 22 ---- test/files/continuations-run/while2.check | 19 ---- test/files/continuations-run/while2.scala | 23 ---- test/files/files.iml | 17 --- test/files/jvm/NestedAnnotations.java | 25 ---- test/files/jvm/OuterEnum.java | 5 - test/files/jvm/OuterTParams.java | 6 - test/files/jvm/SourceAnnotation.java | 9 -- test/files/jvm/deprecation.cmds | 3 + test/files/jvm/genericNest.scala | 13 --- .../jvm/genericNest/genericNest.jar.desired.sha1 | 1 + test/files/jvm/genericNest/genericNest.scala | 13 +++ test/files/jvm/inner.scala | 2 +- test/files/jvm/lib/annotations.jar.desired.sha1 | 1 + test/files/jvm/lib/nest.jar.desired.sha1 | 1 + test/files/jvm/methvsfield.java | 11 -- test/files/jvm/methvsfield.scala | 4 - .../jvm/methvsfield/methvsfield.jar.desired.sha1 | 1 + test/files/jvm/methvsfield/methvsfield.java | 11 ++ test/files/jvm/methvsfield/methvsfield.scala | 4 + test/files/jvm/mkAnnotationsJar.sh | 28 ----- test/files/jvm/nest.java | 38 ------- test/files/jvm/nest.scala | 21 ---- test/files/jvm/nest/nest.java | 38 +++++++ test/files/jvm/nest/nest.scala | 21 ++++ test/files/jvm/outerEnum.scala | 9 -- test/files/jvm/outerEnum/enums.jar.desired.sha1 | 1 + test/files/jvm/outerEnum/outerEnum.scala | 9 ++ test/files/jvm/t1652.check | 2 - test/files/jvm/t2470.cmds | 3 + test/files/jvm/t3003.cmds | 2 + test/files/jvm/unittest_io.scala | 2 +- test/files/lib/annotations.jar.desired.sha1 | 1 - test/files/lib/enums.jar.desired.sha1 | 1 - test/files/lib/genericNest.jar.desired.sha1 | 1 - test/files/lib/methvsfield.jar.desired.sha1 | 1 - test/files/lib/nest.jar.desired.sha1 | 1 - .../lib/scalacheck-1.7-SNAPSHOT.jar.desired.sha1 | 1 - test/files/neg/bug1210.check | 7 -- test/files/neg/bug1279a.check | 6 - test/files/neg/bug414.check | 5 - test/files/neg/bug961.check | 5 - test/files/neg/bug961.scala | 6 +- test/files/neg/migration28.check | 3 +- test/files/neg/multi-array.flags | 1 + test/files/neg/t3115.flags | 2 +- test/files/pos/bug715.cmds | 2 + test/files/pos/spec-partially.flags | 2 +- test/files/pos/super.cmds | 2 + test/files/pos/switchUnbox.flags | 2 +- test/files/pos/t0971.java | 4 - test/files/pos/t1029.cmds | 2 + test/files/pos/t1380.flags | 1 - test/files/pos/t1380/gnujaxp.jar.desired.sha1 | 1 - test/files/pos/t1380/hallo.scala | 3 - test/files/pos/t1751.cmds | 3 + test/files/pos/t1782.cmds | 2 + test/files/pos/t1942.cmds | 2 + test/files/pos/t2464.cmds | 3 + test/files/pos/t2726.cmds | 2 + test/files/pos/t2868.cmds | 3 + test/files/pos/t294.cmds | 3 + test/files/res/bug687.check | 5 +- test/files/run/arybufgrow.scala | 2 +- test/files/run/bug594.scala | 2 +- test/files/run/programmatic-main.check | 2 + test/files/run/regularpatmat.check | 126 --------------------- test/files/run/t2074.scala | 3 - test/files/run/t2074_2.scala | 2 + test/files/run/t2212.scala | 10 ++ test/files/run/t2946/Parsers.scala | 4 + test/files/run/t2946/ResponseCommon.scala | 14 +++ test/files/run/t2946/Test.scala | 7 ++ test/files/run/unittest_collection.scala | 2 +- test/files/script/fact.scala | 0 test/files/script/loadAndExecute/lAndE1.scala | 3 - test/files/script/loadAndExecute/lAndE2.scala | 1 - .../script/loadAndExecute/loadAndExecute.check | 1 - .../script/loadAndExecute/loadAndExecute.scala | 3 - test/files/script/utf8.bat | 11 -- test/files/script/utf8.check | 2 - test/files/script/utf8.scala | 27 ----- 206 files changed, 230 insertions(+), 2509 deletions(-) create mode 100644 test/files/bench/equality/eqeq.eqlog delete mode 100755 test/files/bench/equality/eqeq.log delete mode 100644 test/files/cli/test1/Main.check.j9vm5 delete mode 100644 test/files/cli/test1/Main.check.java delete mode 100644 test/files/cli/test1/Main.check.java5 delete mode 100644 test/files/cli/test1/Main.check.java5_api delete mode 100644 test/files/cli/test1/Main.check.java5_j9 delete mode 100644 test/files/cli/test1/Main.check.javac delete mode 100644 test/files/cli/test1/Main.check.javac5 delete mode 100644 test/files/cli/test1/Main.check.javac6 delete mode 100644 test/files/cli/test1/Main.check.jikes delete mode 100644 test/files/cli/test1/Main.check.jikes5 delete mode 100644 test/files/cli/test1/Main.check.scala delete mode 100644 test/files/cli/test1/Main.check.scala_api delete mode 100644 test/files/cli/test1/Main.check.scala_j9 delete mode 100644 test/files/cli/test1/Main.check.scalac delete mode 100644 test/files/cli/test1/Main.check.scalaint delete mode 100644 test/files/cli/test1/Main.java delete mode 100644 test/files/cli/test1/Main.scala delete mode 100644 test/files/cli/test2/Main.check.j9vm5 delete mode 100644 test/files/cli/test2/Main.check.java delete mode 100644 test/files/cli/test2/Main.check.java5 delete mode 100644 test/files/cli/test2/Main.check.java5_api delete mode 100644 test/files/cli/test2/Main.check.java5_j9 delete mode 100644 test/files/cli/test2/Main.check.javac delete mode 100644 test/files/cli/test2/Main.check.javac5 delete mode 100644 test/files/cli/test2/Main.check.javac6 delete mode 100644 test/files/cli/test2/Main.check.jikes delete mode 100644 test/files/cli/test2/Main.check.jikes5 delete mode 100644 test/files/cli/test2/Main.check.scala delete mode 100644 test/files/cli/test2/Main.check.scala_api delete mode 100644 test/files/cli/test2/Main.check.scala_j9 delete mode 100644 test/files/cli/test2/Main.check.scalac delete mode 100644 test/files/cli/test2/Main.check.scalaint delete mode 100644 test/files/cli/test2/Main.java delete mode 100644 test/files/cli/test2/Main.scala delete mode 100644 test/files/cli/test3/Main.check.j9vm5 delete mode 100644 test/files/cli/test3/Main.check.java delete mode 100644 test/files/cli/test3/Main.check.java5 delete mode 100644 test/files/cli/test3/Main.check.java5_api delete mode 100644 test/files/cli/test3/Main.check.java5_j9 delete mode 100644 test/files/cli/test3/Main.check.javac delete mode 100644 test/files/cli/test3/Main.check.javac5 delete mode 100644 test/files/cli/test3/Main.check.javac6 delete mode 100644 test/files/cli/test3/Main.check.jikes delete mode 100644 test/files/cli/test3/Main.check.jikes5 delete mode 100644 test/files/cli/test3/Main.check.scala delete mode 100644 test/files/cli/test3/Main.check.scala_api delete mode 100644 test/files/cli/test3/Main.check.scala_j9 delete mode 100644 test/files/cli/test3/Main.check.scalac delete mode 100644 test/files/cli/test3/Main.check.scalaint delete mode 100644 test/files/cli/test3/Main.java delete mode 100644 test/files/cli/test3/Main.scala delete mode 100644 test/files/continuations-neg/function0.check delete mode 100644 test/files/continuations-neg/function0.scala delete mode 100644 test/files/continuations-neg/function2.check delete mode 100644 test/files/continuations-neg/function2.scala delete mode 100644 test/files/continuations-neg/function3.check delete mode 100644 test/files/continuations-neg/function3.scala delete mode 100644 test/files/continuations-neg/infer0.check delete mode 100644 test/files/continuations-neg/infer0.scala delete mode 100644 test/files/continuations-neg/infer2.check delete mode 100644 test/files/continuations-neg/infer2.scala delete mode 100644 test/files/continuations-neg/lazy.check delete mode 100644 test/files/continuations-neg/lazy.scala delete mode 100644 test/files/continuations-neg/t1929.check delete mode 100644 test/files/continuations-neg/t1929.scala delete mode 100644 test/files/continuations-neg/t2285.check delete mode 100644 test/files/continuations-neg/t2285.scala delete mode 100644 test/files/continuations-neg/t2949.check delete mode 100644 test/files/continuations-neg/t2949.scala delete mode 100644 test/files/continuations-neg/trycatch2.check delete mode 100644 test/files/continuations-neg/trycatch2.scala delete mode 100755 test/files/continuations-run/basics.check delete mode 100755 test/files/continuations-run/basics.scala delete mode 100644 test/files/continuations-run/function1.check delete mode 100644 test/files/continuations-run/function1.scala delete mode 100644 test/files/continuations-run/function4.check delete mode 100644 test/files/continuations-run/function4.scala delete mode 100644 test/files/continuations-run/function5.check delete mode 100644 test/files/continuations-run/function5.scala delete mode 100644 test/files/continuations-run/function6.check delete mode 100644 test/files/continuations-run/function6.scala delete mode 100644 test/files/continuations-run/ifelse0.check delete mode 100644 test/files/continuations-run/ifelse0.scala delete mode 100644 test/files/continuations-run/ifelse1.check delete mode 100644 test/files/continuations-run/ifelse1.scala delete mode 100644 test/files/continuations-run/ifelse2.check delete mode 100644 test/files/continuations-run/ifelse2.scala delete mode 100644 test/files/continuations-run/ifelse3.check delete mode 100644 test/files/continuations-run/ifelse3.scala delete mode 100644 test/files/continuations-run/infer1.scala delete mode 100644 test/files/continuations-run/match0.check delete mode 100644 test/files/continuations-run/match0.scala delete mode 100644 test/files/continuations-run/match1.check delete mode 100644 test/files/continuations-run/match1.scala delete mode 100644 test/files/continuations-run/match2.check delete mode 100644 test/files/continuations-run/match2.scala delete mode 100644 test/files/continuations-run/t1807.check delete mode 100644 test/files/continuations-run/t1807.scala delete mode 100644 test/files/continuations-run/t1808.scala delete mode 100644 test/files/continuations-run/t1820.scala delete mode 100644 test/files/continuations-run/t1821.check delete mode 100644 test/files/continuations-run/t1821.scala delete mode 100644 test/files/continuations-run/t2864.check delete mode 100644 test/files/continuations-run/t2864.scala delete mode 100644 test/files/continuations-run/t2934.check delete mode 100644 test/files/continuations-run/t2934.scala delete mode 100644 test/files/continuations-run/t3199.check delete mode 100644 test/files/continuations-run/t3199.scala delete mode 100644 test/files/continuations-run/t3199b.check delete mode 100644 test/files/continuations-run/t3199b.scala delete mode 100644 test/files/continuations-run/t3223.check delete mode 100644 test/files/continuations-run/t3223.scala delete mode 100644 test/files/continuations-run/t3225.check delete mode 100644 test/files/continuations-run/t3225.scala delete mode 100644 test/files/continuations-run/trycatch0.check delete mode 100644 test/files/continuations-run/trycatch0.scala delete mode 100644 test/files/continuations-run/trycatch1.check delete mode 100644 test/files/continuations-run/trycatch1.scala delete mode 100644 test/files/continuations-run/while0.check delete mode 100644 test/files/continuations-run/while0.scala delete mode 100644 test/files/continuations-run/while1.check delete mode 100644 test/files/continuations-run/while1.scala delete mode 100644 test/files/continuations-run/while2.check delete mode 100644 test/files/continuations-run/while2.scala delete mode 100644 test/files/files.iml delete mode 100644 test/files/jvm/NestedAnnotations.java delete mode 100644 test/files/jvm/OuterEnum.java delete mode 100644 test/files/jvm/OuterTParams.java delete mode 100644 test/files/jvm/SourceAnnotation.java create mode 100644 test/files/jvm/deprecation.cmds delete mode 100644 test/files/jvm/genericNest.scala create mode 100644 test/files/jvm/genericNest/genericNest.jar.desired.sha1 create mode 100644 test/files/jvm/genericNest/genericNest.scala create mode 100644 test/files/jvm/lib/annotations.jar.desired.sha1 create mode 100644 test/files/jvm/lib/nest.jar.desired.sha1 delete mode 100644 test/files/jvm/methvsfield.java delete mode 100644 test/files/jvm/methvsfield.scala create mode 100644 test/files/jvm/methvsfield/methvsfield.jar.desired.sha1 create mode 100644 test/files/jvm/methvsfield/methvsfield.java create mode 100644 test/files/jvm/methvsfield/methvsfield.scala delete mode 100755 test/files/jvm/mkAnnotationsJar.sh delete mode 100644 test/files/jvm/nest.java delete mode 100644 test/files/jvm/nest.scala create mode 100644 test/files/jvm/nest/nest.java create mode 100644 test/files/jvm/nest/nest.scala delete mode 100644 test/files/jvm/outerEnum.scala create mode 100644 test/files/jvm/outerEnum/enums.jar.desired.sha1 create mode 100644 test/files/jvm/outerEnum/outerEnum.scala delete mode 100644 test/files/jvm/t1652.check create mode 100644 test/files/jvm/t2470.cmds create mode 100644 test/files/jvm/t3003.cmds delete mode 100644 test/files/lib/annotations.jar.desired.sha1 delete mode 100644 test/files/lib/enums.jar.desired.sha1 delete mode 100644 test/files/lib/genericNest.jar.desired.sha1 delete mode 100644 test/files/lib/methvsfield.jar.desired.sha1 delete mode 100644 test/files/lib/nest.jar.desired.sha1 delete mode 100644 test/files/lib/scalacheck-1.7-SNAPSHOT.jar.desired.sha1 delete mode 100644 test/files/neg/bug1210.check delete mode 100644 test/files/neg/bug1279a.check create mode 100644 test/files/neg/multi-array.flags create mode 100644 test/files/pos/bug715.cmds create mode 100644 test/files/pos/super.cmds delete mode 100644 test/files/pos/t0971.java create mode 100644 test/files/pos/t1029.cmds delete mode 100644 test/files/pos/t1380.flags delete mode 100644 test/files/pos/t1380/gnujaxp.jar.desired.sha1 delete mode 100644 test/files/pos/t1380/hallo.scala create mode 100644 test/files/pos/t1751.cmds create mode 100644 test/files/pos/t1782.cmds create mode 100644 test/files/pos/t1942.cmds create mode 100644 test/files/pos/t2464.cmds create mode 100644 test/files/pos/t2726.cmds create mode 100644 test/files/pos/t2868.cmds create mode 100644 test/files/pos/t294.cmds delete mode 100644 test/files/run/regularpatmat.check delete mode 100644 test/files/run/t2074.scala create mode 100644 test/files/run/t2212.scala create mode 100644 test/files/run/t2946/Parsers.scala create mode 100644 test/files/run/t2946/ResponseCommon.scala create mode 100644 test/files/run/t2946/Test.scala mode change 100644 => 100755 test/files/script/fact.scala delete mode 100755 test/files/script/loadAndExecute/lAndE1.scala delete mode 100755 test/files/script/loadAndExecute/lAndE2.scala delete mode 100644 test/files/script/loadAndExecute/loadAndExecute.check delete mode 100755 test/files/script/loadAndExecute/loadAndExecute.scala delete mode 100755 test/files/script/utf8.bat delete mode 100644 test/files/script/utf8.check delete mode 100755 test/files/script/utf8.scala (limited to 'test/files') diff --git a/test/files/bench/equality/eqeq.eqlog b/test/files/bench/equality/eqeq.eqlog new file mode 100644 index 0000000000..d1e27aceed --- /dev/null +++ b/test/files/bench/equality/eqeq.eqlog @@ -0,0 +1,42 @@ +Banchmark results for testing equality operations: +eq.scala: Base case, use eq equality only +eqeq.scala: Test case, use == instead of eq. +All tests run on Thinkpad T400, 1.6.0_12 client VM. +Test command: java eq 5 5 + java eqeq 5 5 +eq.scala, no -optimise +eq$ 109 78 79 63 63 +eq$ 94 63 63 78 78 +eq$ 94 62 62 62 78 +eq$ 94 78 78 78 78 +eq$ 94 78 78 78 78 +eq.scala, with -optimise +eq$ 421 63 62 47 63 +eq$ 406 62 62 63 62 +eq$ 407 62 62 78 63 +eq$ 406 63 63 62 62 +eq$ 407 62 62 63 47 +eqeq.scala with version of BoxesRuntime as of Nov 13th, no -optimise +eqeq$ 562 516 516 516 515 +eqeq$ 547 515 515 531 532 +eqeq$ 532 516 516 515 516 +eqeq$ 547 531 531 516 531 +eqeq$ 547 515 515 516 516 +eqeq.scala with version of BoxesRuntime as of Nov 13th, with -optimise +eqeq$ 1031 390 391 391 391 +eqeq$ 1031 391 391 391 390 +eqeq$ 1031 390 390 391 391 +eqeq$ 1031 406 407 391 390 +eqeq$ 1031 390 390 391 391 +eqeq.scala with 1st optimized of Nov 14th, no -optimise +eqeq$ 484 421 438 438 437 +eqeq$ 484 438 437 437 438 +eqeq$ 469 437 453 454 438 +eqeq$ 468 437 438 468 438 +eqeq$ 485 437 437 422 438 +eqeq.scala with 1st optimized of Nov 14th, with -optimise +eqeq$ 1016 375 391 375 375 +eqeq$ 1016 375 391 390 375 +eqeq$ 1016 390 391 375 375 +eqeq$ 1015 375 391 390 375 +eqeq$ 1016 390 375 375 375 diff --git a/test/files/bench/equality/eqeq.log b/test/files/bench/equality/eqeq.log deleted file mode 100755 index d1e27aceed..0000000000 --- a/test/files/bench/equality/eqeq.log +++ /dev/null @@ -1,42 +0,0 @@ -Banchmark results for testing equality operations: -eq.scala: Base case, use eq equality only -eqeq.scala: Test case, use == instead of eq. -All tests run on Thinkpad T400, 1.6.0_12 client VM. -Test command: java eq 5 5 - java eqeq 5 5 -eq.scala, no -optimise -eq$ 109 78 79 63 63 -eq$ 94 63 63 78 78 -eq$ 94 62 62 62 78 -eq$ 94 78 78 78 78 -eq$ 94 78 78 78 78 -eq.scala, with -optimise -eq$ 421 63 62 47 63 -eq$ 406 62 62 63 62 -eq$ 407 62 62 78 63 -eq$ 406 63 63 62 62 -eq$ 407 62 62 63 47 -eqeq.scala with version of BoxesRuntime as of Nov 13th, no -optimise -eqeq$ 562 516 516 516 515 -eqeq$ 547 515 515 531 532 -eqeq$ 532 516 516 515 516 -eqeq$ 547 531 531 516 531 -eqeq$ 547 515 515 516 516 -eqeq.scala with version of BoxesRuntime as of Nov 13th, with -optimise -eqeq$ 1031 390 391 391 391 -eqeq$ 1031 391 391 391 390 -eqeq$ 1031 390 390 391 391 -eqeq$ 1031 406 407 391 390 -eqeq$ 1031 390 390 391 391 -eqeq.scala with 1st optimized of Nov 14th, no -optimise -eqeq$ 484 421 438 438 437 -eqeq$ 484 438 437 437 438 -eqeq$ 469 437 453 454 438 -eqeq$ 468 437 438 468 438 -eqeq$ 485 437 437 422 438 -eqeq.scala with 1st optimized of Nov 14th, with -optimise -eqeq$ 1016 375 391 375 375 -eqeq$ 1016 375 391 390 375 -eqeq$ 1016 390 391 375 375 -eqeq$ 1015 375 391 390 375 -eqeq$ 1016 390 375 375 375 diff --git a/test/files/buildmanager/t2653/t2653.changes/A2.scala b/test/files/buildmanager/t2653/t2653.changes/A2.scala index ffc1b97ebb..51d13cce6e 100644 --- a/test/files/buildmanager/t2653/t2653.changes/A2.scala +++ b/test/files/buildmanager/t2653/t2653.changes/A2.scala @@ -1,3 +1,2 @@ class A[T] - diff --git a/test/files/cli/test1/Main.check.j9vm5 b/test/files/cli/test1/Main.check.j9vm5 deleted file mode 100644 index de454ef478..0000000000 --- a/test/files/cli/test1/Main.check.j9vm5 +++ /dev/null @@ -1,4 +0,0 @@ -env: -cpp: No such file or directory -env: test1.Main: No such file or directory -env: -cp: No such file or directory -1: test 3 passed diff --git a/test/files/cli/test1/Main.check.java b/test/files/cli/test1/Main.check.java deleted file mode 100644 index 64410de98f..0000000000 --- a/test/files/cli/test1/Main.check.java +++ /dev/null @@ -1,6 +0,0 @@ -Unrecognized option: -cpp -Could not create the Java virtual machine. -1: test 1 passed (1) -1: test 2 passed (1) -1: test 3 passed (1) -1: test 4 passed (2) diff --git a/test/files/cli/test1/Main.check.java5 b/test/files/cli/test1/Main.check.java5 deleted file mode 100644 index 64410de98f..0000000000 --- a/test/files/cli/test1/Main.check.java5 +++ /dev/null @@ -1,6 +0,0 @@ -Unrecognized option: -cpp -Could not create the Java virtual machine. -1: test 1 passed (1) -1: test 2 passed (1) -1: test 3 passed (1) -1: test 4 passed (2) diff --git a/test/files/cli/test1/Main.check.java5_api b/test/files/cli/test1/Main.check.java5_api deleted file mode 100644 index 8693a5d92f..0000000000 --- a/test/files/cli/test1/Main.check.java5_api +++ /dev/null @@ -1,19 +0,0 @@ -|-- allclasses-frame.html -|-- allclasses-noframe.html -|-- constant-values.html -|-- deprecated-list.html -|-- help-doc.html -|-- index-all.html -|-- index.html -|-- overview-tree.html -|-- package-list -|-- resources -| `-- inherit.gif -|-- stylesheet.css -`-- test1 - |-- Main.html - |-- package-frame.html - |-- package-summary.html - `-- package-tree.html - -2 directories, 15 files diff --git a/test/files/cli/test1/Main.check.java5_j9 b/test/files/cli/test1/Main.check.java5_j9 deleted file mode 100644 index de454ef478..0000000000 --- a/test/files/cli/test1/Main.check.java5_j9 +++ /dev/null @@ -1,4 +0,0 @@ -env: -cpp: No such file or directory -env: test1.Main: No such file or directory -env: -cp: No such file or directory -1: test 3 passed diff --git a/test/files/cli/test1/Main.check.javac b/test/files/cli/test1/Main.check.javac deleted file mode 100644 index ba25d9b6ca..0000000000 --- a/test/files/cli/test1/Main.check.javac +++ /dev/null @@ -1,19 +0,0 @@ -javac: invalid flag: -dd -Usage: javac -where possible options include: - -g Generate all debugging info - -g:none Generate no debugging info - -g:{lines,vars,source} Generate only some debugging info - -nowarn Generate no warnings - -verbose Output messages about what the compiler is doing - -deprecation Output source locations where deprecated APIs are used - -classpath Specify where to find user class files - -sourcepath Specify where to find input source files - -bootclasspath Override location of bootstrap class files - -extdirs Override location of installed extensions - -d Specify where to place generated class files - -encoding Specify character encoding used by source files - -source Provide source compatibility with specified release - -target Generate class files for specific VM version - -help Print a synopsis of standard options - diff --git a/test/files/cli/test1/Main.check.javac5 b/test/files/cli/test1/Main.check.javac5 deleted file mode 100644 index 0cb29d31ff..0000000000 --- a/test/files/cli/test1/Main.check.javac5 +++ /dev/null @@ -1,24 +0,0 @@ -javac: invalid flag: -dd -Usage: javac -where possible options include: - -g Generate all debugging info - -g:none Generate no debugging info - -g:{lines,vars,source} Generate only some debugging info - -nowarn Generate no warnings - -verbose Output messages about what the compiler is doing - -deprecation Output source locations where deprecated APIs are used - -classpath Specify where to find user class files - -cp Specify where to find user class files - -sourcepath Specify where to find input source files - -bootclasspath Override location of bootstrap class files - -extdirs Override location of installed extensions - -endorseddirs Override location of endorsed standards path - -d Specify where to place generated class files - -encoding Specify character encoding used by source files - -source Provide source compatibility with specified release - -target Generate class files for specific VM version - -version Version information - -help Print a synopsis of standard options - -X Print a synopsis of nonstandard options - -J Pass directly to the runtime system - diff --git a/test/files/cli/test1/Main.check.javac6 b/test/files/cli/test1/Main.check.javac6 deleted file mode 100644 index 8f37a05bcb..0000000000 --- a/test/files/cli/test1/Main.check.javac6 +++ /dev/null @@ -1,29 +0,0 @@ -javac: invalid flag: -dd -Usage: javac -where possible options include: - -g Generate all debugging info - -g:none Generate no debugging info - -g:{lines,vars,source} Generate only some debugging info - -nowarn Generate no warnings - -verbose Output messages about what the compiler is doing - -deprecation Output source locations where deprecated APIs are used - -classpath Specify where to find user class files and annotation processors - -cp Specify where to find user class files and annotation processors - -sourcepath Specify where to find input source files - -bootclasspath Override location of bootstrap class files - -extdirs Override location of installed extensions - -endorseddirs Override location of endorsed standards path - -proc:{none, only} Control whether annotation processing and/or compilation is done. - -processor Name of the annotation processor to run; bypasses default discovery process - -processorpath Specify where to find annotation processors - -d Specify where to place generated class files - -s Specify where to place generated source files - -encoding Specify character encoding used by source files - -source Provide source compatibility with specified release - -target Generate class files for specific VM version - -version Version information - -help Print a synopsis of standard options - -A[key[=value]] Options to pass to annotation processors - -X Print a synopsis of nonstandard options - -J Pass directly to the runtime system - diff --git a/test/files/cli/test1/Main.check.jikes b/test/files/cli/test1/Main.check.jikes deleted file mode 100644 index cd891689db..0000000000 --- a/test/files/cli/test1/Main.check.jikes +++ /dev/null @@ -1,3 +0,0 @@ -Error: "-dd" is an invalid option. -use: jikes [options] [@files] file.java... -For more help, try -help or -version. diff --git a/test/files/cli/test1/Main.check.jikes5 b/test/files/cli/test1/Main.check.jikes5 deleted file mode 100644 index cd891689db..0000000000 --- a/test/files/cli/test1/Main.check.jikes5 +++ /dev/null @@ -1,3 +0,0 @@ -Error: "-dd" is an invalid option. -use: jikes [options] [@files] file.java... -For more help, try -help or -version. diff --git a/test/files/cli/test1/Main.check.scala b/test/files/cli/test1/Main.check.scala deleted file mode 100644 index 43b200ae02..0000000000 --- a/test/files/cli/test1/Main.check.scala +++ /dev/null @@ -1,24 +0,0 @@ -unknown option: '-cpp' -scala [