summaryrefslogtreecommitdiff
path: root/test/disabled/run/Course-2002-13.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-12 06:46:53 +0000
committerPaul Phillips <paulp@improving.org>2010-04-12 06:46:53 +0000
commitdd9a1245ed65e3fb07fe1a20e20383b1d90cde8f (patch)
tree1be71f5524268026cfc44ca9842fc419de354a63 /test/disabled/run/Course-2002-13.check
parent8ced5e85f8718474e975d0a19327364a32cedb93 (diff)
downloadscala-dd9a1245ed65e3fb07fe1a20e20383b1d90cde8f.tar.gz
scala-dd9a1245ed65e3fb07fe1a20e20383b1d90cde8f.tar.bz2
scala-dd9a1245ed65e3fb07fe1a20e20383b1d90cde8f.zip
Disabling some more tests which crash under -op...
Disabling some more tests which crash under -optimise. No review.
Diffstat (limited to 'test/disabled/run/Course-2002-13.check')
-rw-r--r--test/disabled/run/Course-2002-13.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/disabled/run/Course-2002-13.check b/test/disabled/run/Course-2002-13.check
new file mode 100644
index 0000000000..7664f70576
--- /dev/null
+++ b/test/disabled/run/Course-2002-13.check
@@ -0,0 +1,14 @@
+List(S = jean, V = mange, A = le, D = grand, N = table)
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
+
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
+List(S = jean, V = mange, A = la, D = belle, N = table)
+
+List(S = jean, V = mange, A = le, D = nil, N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,nil), N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,cons(grand,nil)), N = cheval)
+List(S = jean, V = mange, A = la, D = nil, N = table)
+yes
+yes
+no
+