summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-04-10 01:31:29 +0000
committerpaltherr <paltherr@epfl.ch>2004-04-10 01:31:29 +0000
commitbcf98e6de13d572ebedc2c5eeb2820de2a495f24 (patch)
tree263b77d3f31d2038ea226aeae4dacff59d652706 /test/files/run/tailcalls.check
parent9fa2048e5cecc7b488611f89b403c3738d8dae45 (diff)
downloadscala-bcf98e6de13d572ebedc2c5eeb2820de2a495f24.tar.gz
scala-bcf98e6de13d572ebedc2c5eeb2820de2a495f24.tar.bz2
scala-bcf98e6de13d572ebedc2c5eeb2820de2a495f24.zip
- Improved tests
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check54
1 files changed, 46 insertions, 8 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 63115d8f21..73d86cd2d2 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -1,8 +1,46 @@
-test Object.fun1 was successful
-test Object.fun2 was successful
-test Object.fun3 was successful
-test Class.fun1 was successful
-test Class.fun1 was successful
-test Class.fun2 was successful
-test Class.fun3 was successful
-test Class.fun4 was successful
+test Object .f was successful
+test Final .f was successful
+test Class .f raised exception java.lang.StackOverflowError
+test SubClass .f was successful
+test Sealed .f raised exception java.lang.StackOverflowError
+test SubSealed.f was successful
+
+test O .f was successful
+test c .f was successful
+test O.O .f was successful
+test O.c .f was successful
+test c.O .f was successful
+test c.c .f was successful
+test O.O.O .f was successful
+test O.O.c .f was successful
+test O.c.O .f was successful
+test O.c.c .f was successful
+test c.O.O .f was successful
+test c.O.c .f was successful
+test c.c.O .f was successful
+test c.c.c .f was successful
+test O.O.O.O.f was successful
+test O.O.O.c.f was successful
+test O.O.c.O.f was successful
+test O.O.c.c.f was successful
+test O.c.O.O.f was successful
+test O.c.O.c.f was successful
+test O.c.c.O.f was successful
+test O.c.c.c.f was successful
+test c.O.O.O.f was successful
+test c.O.O.c.f was successful
+test c.O.c.O.f was successful
+test c.O.c.c.f was successful
+test c.c.O.O.f was successful
+test c.c.O.c.f was successful
+test c.c.c.O.f was successful
+test c.c.c.c.f was successful
+
+test TailCall.f1 was successful
+test TailCall.f2 was successful
+test TailCall.f3 was successful
+test TailCall.g1 was successful
+test TailCall.g2 was successful
+test TailCall.g3 was successful
+test TailCall.h1 was successful
+