aboutsummaryrefslogtreecommitdiff
path: root/tests/run/collections.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-06-19 10:25:35 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-19 10:28:02 +0200
commit0ec9c927941ab3155d0c5edacfe3a21c8c4b74ca (patch)
treecd5e0c1cee095ddaa595fc8291af8b62c6958e17 /tests/run/collections.check
parent78fae1152a7b381af4639d3d66ed637eac3ca9d0 (diff)
downloaddotty-0ec9c927941ab3155d0c5edacfe3a21c8c4b74ca.tar.gz
dotty-0ec9c927941ab3155d0c5edacfe3a21c8c4b74ca.tar.bz2
dotty-0ec9c927941ab3155d0c5edacfe3a21c8c4b74ca.zip
Fix checking whether types are instantiable.
The logic for checking aginst the self type was wrong, as demonstrated by pos/checkInstantiable.scala.
Diffstat (limited to 'tests/run/collections.check')
-rw-r--r--tests/run/collections.check42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/run/collections.check b/tests/run/collections.check
new file mode 100644
index 000000000..c24150b24
--- /dev/null
+++ b/tests/run/collections.check
@@ -0,0 +1,42 @@
+***** mutable.HashSet:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** mutable.LinkedHashSet:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** immutable.Set:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** immutable.ListSet:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** immutable.TreeSet:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** mutable.HashMap:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** mutable.LinkedHashMap:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+***** immutable.Map:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+test4: 25005003
+***** immutable.TreeMap:
+test1: 14005
+test2: 25005003, iters = 5000
+test3: 25005003
+test4: 25005003
+***** immutable.ListMap:
+test1: 14005
+test2: 9007003, iters = 3000
+test3: 9007003