summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-12-23 16:09:43 -0800
committerSom Snytt <som.snytt@gmail.com>2015-02-13 09:15:52 -0800
commitfe7867f8a7f309fe16b454fe977bd2f1870d59c2 (patch)
tree9d421598203e2d2eb0fbc8e8b4f14b0d292e9e67 /bincompat-forward.whitelist.conf
parentad0ddd4603e6ec134460491333444d505d376883 (diff)
downloadscala-fe7867f8a7f309fe16b454fe977bd2f1870d59c2.tar.gz
scala-fe7867f8a7f309fe16b454fe977bd2f1870d59c2.tar.bz2
scala-fe7867f8a7f309fe16b454fe977bd2f1870d59c2.zip
[backport] SI-4339 Event errors and attribute fix
Improve attribute parsing and propagate errors across event thread. Otherwise tests just hang. This is tested, right? This is an upstream port of scala-xml 5f2cfadeb9e8574ed66f37dc7a7a868eb129a8a9
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index c9cf4f74b9..1c532889c2 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -187,6 +187,14 @@ filter {
{
matchName="scala.xml.dtd.ElementValidator.scala$xml$dtd$ElementValidator$$find$2"
problemName=IncompatibleMethTypeProblem
+ },
+ {
+ matchName="scala.xml.pull.ExceptionEvent"
+ problemName=MissingClassProblem
+ },
+ {
+ matchName="scala.xml.pull.ExceptionEvent$"
+ problemName=MissingClassProblem
}
]
}