summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2004-10-07 12:47:32 +0000
committermihaylov <mihaylov@epfl.ch>2004-10-07 12:47:32 +0000
commit71643852e25289863db91d6594186f2f26b59efe (patch)
treeddf3646edd90dca99a507990be85868db50007bb /test
parent02e58d8f1c2ef6fa27d5baeee723ca2ed0a543ff (diff)
downloadscala-71643852e25289863db91d6594186f2f26b59efe.tar.gz
scala-71643852e25289863db91d6594186f2f26b59efe.tar.bz2
scala-71643852e25289863db91d6594186f2f26b59efe.zip
*** empty log message ***
Diffstat (limited to 'test')
-rwxr-xr-xtest/files/run/tailcalls-msil.check46
1 files changed, 46 insertions, 0 deletions
diff --git a/test/files/run/tailcalls-msil.check b/test/files/run/tailcalls-msil.check
new file mode 100755
index 0000000000..ce8a651d0f
--- /dev/null
+++ b/test/files/run/tailcalls-msil.check
@@ -0,0 +1,46 @@
+test Object .f was successful
+test Final .f was successful
+test Class .f raised exception System.StackOverflowException: Exception of type System.StackOverflowException was thrown.
+test SubClass .f was successful
+test Sealed .f raised exception System.StackOverflowException: Exception of type System.StackOverflowException was thrown.
+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
+