aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-12-19 17:07:14 +0100
committerFelix Mulder <felix.mulder@gmail.com>2016-12-20 18:33:45 +0100
commita08638306386911cd35c6b2d61d7ef832abdd72c (patch)
tree616007f4f34891ff4fc1625c6b2cc2f832eb9118 /compiler/test/dotc
parentf42a568f96389086fcba70b8604964612f7c557d (diff)
downloaddotty-a08638306386911cd35c6b2d61d7ef832abdd72c.tar.gz
dotty-a08638306386911cd35c6b2d61d7ef832abdd72c.tar.bz2
dotty-a08638306386911cd35c6b2d61d7ef832abdd72c.zip
Blacklist SystemProperties again
SystemProperties leads to a dottydoc failure, so stays blacklisted for now. It does pass the normal compile-stdlib test.
Diffstat (limited to 'compiler/test/dotc')
-rw-r--r--compiler/test/dotc/scala-collections.blacklist3
-rw-r--r--compiler/test/dotc/scala-collections.whitelist3
2 files changed, 4 insertions, 2 deletions
diff --git a/compiler/test/dotc/scala-collections.blacklist b/compiler/test/dotc/scala-collections.blacklist
index ae6cc2073..68836fd3b 100644
--- a/compiler/test/dotc/scala-collections.blacklist
+++ b/compiler/test/dotc/scala-collections.blacklist
@@ -56,3 +56,6 @@
../scala-scala/src/library/scala/util/control/TailCalls.scala
# -Ycheck:classOf failure
+
+#../scala-scala/src/library/scala/sys/SystemProperties.scala
+# Test dotty.tools.dottydoc.TestWhitelistedCollections.arrayHasDocumentation failed \ No newline at end of file
diff --git a/compiler/test/dotc/scala-collections.whitelist b/compiler/test/dotc/scala-collections.whitelist
index a642fbaae..a801cd670 100644
--- a/compiler/test/dotc/scala-collections.whitelist
+++ b/compiler/test/dotc/scala-collections.whitelist
@@ -400,9 +400,8 @@
../scala-scala/src/library/scala/compat/Platform.scala
-../scala-scala/src/library/scala/sys/SystemProperties.scala
../scala-scala/src/library/scala/sys/package.scala
-../scala-scala/src/library/scala/sys/SystemProperties.scala
+#../scala-scala/src/library/scala/sys/SystemProperties.scala
../scala-scala/src/library/scala/sys/Prop.scala
../scala-scala/src/library/scala/sys/PropImpl.scala
../scala-scala/src/library/scala/sys/BooleanProp.scala