summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-07-08 15:55:57 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-07-08 15:55:57 +0000
commit4f27b3769cc459ed21943f807e0dda39472b8eb4 (patch)
treef280ca88f2ee0e70e4130ee1ac43b561ef669dd2
parentbc5ef919c02ba95163f093e624dadbc17ae1bbdf (diff)
downloadscala-4f27b3769cc459ed21943f807e0dda39472b8eb4.tar.gz
scala-4f27b3769cc459ed21943f807e0dda39472b8eb4.tar.bz2
scala-4f27b3769cc459ed21943f807e0dda39472b8eb4.zip
Added pending tests for #1070, #1079 and #1087.
-rw-r--r--test/pending/pos/bug1070.scala4
-rw-r--r--test/pending/pos/bug1087.scala2
-rw-r--r--test/pending/run/bug1079.check1
-rw-r--r--test/pending/run/bug1079.scala3
4 files changed, 10 insertions, 0 deletions
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(<t user:tag=""/> == <t user:tag="X"/>)
+} \ No newline at end of file