summaryrefslogtreecommitdiff
path: root/test/pending/pos
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-04 15:48:06 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-04 15:48:06 +0000
commit26877991ed96534fdfdddc81cd112ca81a779c13 (patch)
tree1924fbf83ff6c165e34596181e837189e663e158 /test/pending/pos
parent4f84b00b86e16644deb615bec026e09d78271c0b (diff)
downloadscala-26877991ed96534fdfdddc81cd112ca81a779c13.tar.gz
scala-26877991ed96534fdfdddc81cd112ca81a779c13.tar.bz2
scala-26877991ed96534fdfdddc81cd112ca81a779c13.zip
Created a pending test for #1380.
but I can't seem to get it to add gnujaxp.jar to the classpath using the .flags file.
Diffstat (limited to 'test/pending/pos')
-rw-r--r--test/pending/pos/t1380.flags1
-rw-r--r--test/pending/pos/t1380/gnujaxp.jar.desired.sha11
-rw-r--r--test/pending/pos/t1380/hallo.scala3
3 files changed, 5 insertions, 0 deletions
diff --git a/test/pending/pos/t1380.flags b/test/pending/pos/t1380.flags
new file mode 100644
index 0000000000..588e067a02
--- /dev/null
+++ b/test/pending/pos/t1380.flags
@@ -0,0 +1 @@
+-Ydebug -cp t1380/gnujaxp.jar
diff --git a/test/pending/pos/t1380/gnujaxp.jar.desired.sha1 b/test/pending/pos/t1380/gnujaxp.jar.desired.sha1
new file mode 100644
index 0000000000..c155c2aaa2
--- /dev/null
+++ b/test/pending/pos/t1380/gnujaxp.jar.desired.sha1
@@ -0,0 +1 @@
+ee000286d00c5209d5644462c1cfea87fc8b1342 ?gnujaxp.jar
diff --git a/test/pending/pos/t1380/hallo.scala b/test/pending/pos/t1380/hallo.scala
new file mode 100644
index 0000000000..27ecd9fb8b
--- /dev/null
+++ b/test/pending/pos/t1380/hallo.scala
@@ -0,0 +1,3 @@
+object hallo {
+ def main(args:Array[String]) = println("hallo")
+}