|
11 | 11 | # Works without -Yno-deep-subtypes, though.
|
12 | 12 |
|
13 | 13 | ../scala-scala/src/library/scala/collection/parallel/mutable/ParMap.scala
|
14 |
| -# 42 | override def updated [U >: V](key: K, value: U): ParMap[K, U] = this + ((key, value)) |
15 |
| -# | ^^^^^^^^^^^^^^^^^^^^^ |
16 |
| -# | found: scala.collection.parallel.ParMap[K, U] |
17 |
| -# | required: scala.collection.parallel.mutable.ParMap'[K, U] |
18 |
| -# | |
19 |
| -# | where: ParMap is a trait in package parallel |
20 |
| -# | ParMap' is a trait in package mutable |
21 |
| - |
22 |
| - |
23 |
| -../scala-scala/src/library/scala/collection/parallel/mutable/ParTrieMap.scala |
24 |
| -# 136 | it.iterated = this.iterated |
25 |
| -# | ^^^^^^^^^^^ |
26 |
| -# | value `iterated` is not a member of scala.collection.concurrent.TrieMapIterator[K, V](it) |
27 |
| - |
| 14 | +# -Yno-deep-subtypes fails |
28 | 15 |
|
29 | 16 | ../scala-scala/src/library/scala/collection/parallel/ParIterableLike.scala
|
30 | 17 | # -Ycheck:classOf fails
|
|
38 | 25 | ../scala-scala/src/library/scala/collection/parallel/ParSeqLike.scala
|
39 | 26 | # -Ycheck:classOf fails
|
40 | 27 |
|
41 |
| -../scala-scala/src/library/scala/collection/parallel/RemainsIterator.scala |
42 |
| -# 467 | def dup: IterableSplitter[S] = self.dup map f |
43 |
| -# | ^^^^^^^^^^^^^^ |
44 |
| -# | found: scala.collection.Iterator[S] |
45 |
| -# | required: scala.collection.parallel.IterableSplitter[S] |
46 |
| - |
47 | 28 | ../scala-scala/src/library/scala/concurrent/impl/ExecutionContextImpl.scala
|
48 |
| -# assertion failed |
| 29 | +# -Ycheck:arrayConstructors failure |
49 | 30 |
|
50 | 31 | ../scala-scala/src/library/scala/concurrent/package.scala
|
51 | 32 | # -Ycheck:arrayConstructors failure
|
|
72 | 53 | # | ^^^^^^^^
|
73 | 54 | # | not found: Manifest
|
74 | 55 |
|
75 |
| -../scala-scala/src/library/scala/runtime/Tuple2Zipped.scala |
76 |
| -# 122 | val buf = bf(x._1) |
77 |
| -# | ^^^^ |
78 |
| -# | found: T1 |
79 |
| -# | required: CC1[_] |
80 |
| - |
81 |
| -../scala-scala/src/library/scala/runtime/Tuple3Zipped.scala |
82 |
| -# 131 | val buf = bf(x._1) |
83 |
| -# | ^^^^ |
84 |
| -# | found: T1 |
85 |
| -# | required: CC1[_] |
86 |
| - |
87 | 56 | ../scala-scala/src/library/scala/text/Document.scala
|
88 |
| -# Lots of type errors for pattern matches |
| 57 | +# Lots of type errors for pattern matches, having to do with the fact |
| 58 | +# that Document contains a :: method without corresponding extractor, |
| 59 | +# but still wants to extract lists using ::. We won't support that. |
| 60 | +# Since Document should have been removed already, let's ignore it. |
89 | 61 |
|
90 | 62 | ../scala-scala/src/library/scala/util/control/TailCalls.scala
|
91 | 63 | # -Ycheck:classOf failure
|
0 commit comments