From 4f27b3769cc459ed21943f807e0dda39472b8eb4 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Tue, 8 Jul 2008 15:55:57 +0000 Subject: Added pending tests for #1070, #1079 and #1087. --- test/pending/pos/bug1070.scala | 4 ++++ test/pending/pos/bug1087.scala | 2 ++ test/pending/run/bug1079.check | 1 + test/pending/run/bug1079.scala | 3 +++ 4 files changed, 10 insertions(+) create mode 100644 test/pending/pos/bug1070.scala create mode 100644 test/pending/pos/bug1087.scala create mode 100644 test/pending/run/bug1079.check create mode 100644 test/pending/run/bug1079.scala (limited to 'test') diff --git a/test/pending/pos/bug1070.scala b/test/pending/pos/bug1070.scala new file mode 100644 index 0000000000..95b77184d7 --- /dev/null +++ b/test/pending/pos/bug1070.scala @@ -0,0 +1,4 @@ +import scala.reflect.BeanProperty; +trait beanpropertytrait { + @BeanProperty var myVariable: Long = -1l; +} diff --git a/test/pending/pos/bug1087.scala b/test/pending/pos/bug1087.scala new file mode 100644 index 0000000000..19d62116c6 --- /dev/null +++ b/test/pending/pos/bug1087.scala @@ -0,0 +1,2 @@ +case class Foo +case class Prd (pred : Char => Boolean) extends Foo diff --git a/test/pending/run/bug1079.check b/test/pending/run/bug1079.check new file mode 100644 index 0000000000..c508d5366f --- /dev/null +++ b/test/pending/run/bug1079.check @@ -0,0 +1 @@ +false diff --git a/test/pending/run/bug1079.scala b/test/pending/run/bug1079.scala new file mode 100644 index 0000000000..5e7f2fc42b --- /dev/null +++ b/test/pending/run/bug1079.scala @@ -0,0 +1,3 @@ +object Test extends Application { + println( == ) +} \ No newline at end of file -- cgit v1.2.3