summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-11-08 09:53:34 -0800
committerJames Iry <jamesiry@gmail.com>2013-11-08 09:53:34 -0800
commit4cdce8546181d96db1b982f00ff4cd229aa0bd2f (patch)
tree89fff68c47727f3d6e5077bfb69f5e5b2ec8ed11 /test/files
parent12fe8ef2aff8760a9f0277a7baf74a011753f788 (diff)
parent3cc99d7b4aa43b1b06cc837a55665896993235fc (diff)
downloadscala-4cdce8546181d96db1b982f00ff4cd229aa0bd2f.tar.gz
scala-4cdce8546181d96db1b982f00ff4cd229aa0bd2f.tar.bz2
scala-4cdce8546181d96db1b982f00ff4cd229aa0bd2f.zip
Merge pull request #3103 from Ichoran/topic/tidy-collections
Topic/tidy collections
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm/future-spec.check1
-rw-r--r--test/files/jvm/serialization-new.check1
-rw-r--r--test/files/jvm/serialization.check1
-rw-r--r--test/files/run/collection-stacks.check1
-rw-r--r--test/files/run/colltest.check1
-rw-r--r--test/files/run/t2212.check1
-rw-r--r--test/files/run/t3361.check1
-rw-r--r--test/files/run/t3970.check1
-rw-r--r--test/files/run/t3996.check1
-rw-r--r--test/files/run/t4080.check1
-rw-r--r--test/files/run/t4461.check3
-rw-r--r--test/files/run/t4813.check1
-rw-r--r--test/files/run/t5428.check3
-rw-r--r--test/files/run/t6292.check1
-rw-r--r--test/files/run/t6690.check1
-rw-r--r--test/files/run/unittest_collection.check1
16 files changed, 18 insertions, 2 deletions
diff --git a/test/files/jvm/future-spec.check b/test/files/jvm/future-spec.check
new file mode 100644
index 0000000000..844ca54682
--- /dev/null
+++ b/test/files/jvm/future-spec.check
@@ -0,0 +1 @@
+warning: there were 1 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/jvm/serialization-new.check b/test/files/jvm/serialization-new.check
index e2d2e4aee6..47d7bfd920 100644
--- a/test/files/jvm/serialization-new.check
+++ b/test/files/jvm/serialization-new.check
@@ -1,3 +1,4 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
a1 = Array[1,2,3]
_a1 = Array[1,2,3]
arrayEquals(a1, _a1): true
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index e2d2e4aee6..47d7bfd920 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -1,3 +1,4 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
a1 = Array[1,2,3]
_a1 = Array[1,2,3]
arrayEquals(a1, _a1): true
diff --git a/test/files/run/collection-stacks.check b/test/files/run/collection-stacks.check
index aa25cd1fa6..895bde374d 100644
--- a/test/files/run/collection-stacks.check
+++ b/test/files/run/collection-stacks.check
@@ -1,3 +1,4 @@
+warning: there were 1 deprecation warning(s); re-run with -deprecation for details
3-2-1: true
3-2-1: true
apply
diff --git a/test/files/run/colltest.check b/test/files/run/colltest.check
index e5bb013ed7..1e850bb582 100644
--- a/test/files/run/colltest.check
+++ b/test/files/run/colltest.check
@@ -1,3 +1,4 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
true
false
true
diff --git a/test/files/run/t2212.check b/test/files/run/t2212.check
index 302bd0b6a8..8ab4d60ab3 100644
--- a/test/files/run/t2212.check
+++ b/test/files/run/t2212.check
@@ -1,3 +1,4 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
LinkedList(1)
LinkedList(1)
true
diff --git a/test/files/run/t3361.check b/test/files/run/t3361.check
new file mode 100644
index 0000000000..c18bdc9aff
--- /dev/null
+++ b/test/files/run/t3361.check
@@ -0,0 +1 @@
+warning: there were 16 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/t3970.check b/test/files/run/t3970.check
new file mode 100644
index 0000000000..bd89fff9d9
--- /dev/null
+++ b/test/files/run/t3970.check
@@ -0,0 +1 @@
+warning: there were 5 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/t3996.check b/test/files/run/t3996.check
new file mode 100644
index 0000000000..a92ddc0e51
--- /dev/null
+++ b/test/files/run/t3996.check
@@ -0,0 +1 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/t4080.check b/test/files/run/t4080.check
index 66ce31bb43..1953a68ad3 100644
--- a/test/files/run/t4080.check
+++ b/test/files/run/t4080.check
@@ -1 +1,2 @@
+warning: there were 3 deprecation warning(s); re-run with -deprecation for details
LinkedList(1, 0, 2, 3)
diff --git a/test/files/run/t4461.check b/test/files/run/t4461.check
index e9c01e769d..9488669324 100644
--- a/test/files/run/t4461.check
+++ b/test/files/run/t4461.check
@@ -1,3 +1,4 @@
+warning: there were 4 deprecation warning(s); re-run with -deprecation for details
Include(End,1)
Include(End,2)
Include(End,3)
@@ -8,4 +9,4 @@ Include(End,7)
Script([1] Include(Index(7),8), [2] Include(Index(8),9), [3] Include(Index(9),10))
Include(Start,0)
Script([1] Include(Index(0),-2), [2] Include(Index(1),-1))
-Remove(Index(0),-2) \ No newline at end of file
+Remove(Index(0),-2)
diff --git a/test/files/run/t4813.check b/test/files/run/t4813.check
new file mode 100644
index 0000000000..a92ddc0e51
--- /dev/null
+++ b/test/files/run/t4813.check
@@ -0,0 +1 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/t5428.check b/test/files/run/t5428.check
index 7b4b1d6558..a46514ae7c 100644
--- a/test/files/run/t5428.check
+++ b/test/files/run/t5428.check
@@ -1 +1,2 @@
-Stack(8, 7, 6, 5, 4, 3) \ No newline at end of file
+warning: there were 1 deprecation warning(s); re-run with -deprecation for details
+Stack(8, 7, 6, 5, 4, 3)
diff --git a/test/files/run/t6292.check b/test/files/run/t6292.check
new file mode 100644
index 0000000000..6232ba7519
--- /dev/null
+++ b/test/files/run/t6292.check
@@ -0,0 +1 @@
+warning: there were 7 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/t6690.check b/test/files/run/t6690.check
new file mode 100644
index 0000000000..a92ddc0e51
--- /dev/null
+++ b/test/files/run/t6690.check
@@ -0,0 +1 @@
+warning: there were 2 deprecation warning(s); re-run with -deprecation for details
diff --git a/test/files/run/unittest_collection.check b/test/files/run/unittest_collection.check
new file mode 100644
index 0000000000..844ca54682
--- /dev/null
+++ b/test/files/run/unittest_collection.check
@@ -0,0 +1 @@
+warning: there were 1 deprecation warning(s); re-run with -deprecation for details