aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-06-05 22:38:01 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-06 11:05:27 +0200
commit0ee8e506dac87bae6ec432b2cd277109df872145 (patch)
tree1a916c66c738c9005b534ed2efe48c382ccaa031 /test/dotc/tests.scala
parent84bf5902dba61c88f1b50229bb3afa5a335ded94 (diff)
downloaddotty-0ee8e506dac87bae6ec432b2cd277109df872145.tar.gz
dotty-0ee8e506dac87bae6ec432b2cd277109df872145.tar.bz2
dotty-0ee8e506dac87bae6ec432b2cd277109df872145.zip
Skolemize unstable prefixes in asSeenFrom
Skolemize unstable prefixes in asSeenFrom provided - the prefix appears at least once in non-variant or contra-variant position - we are in phase typer. After typer, we have already established soundness, so there's no need to do skolemization again. We can simply do the (otherwise unsound) substitution from this-type to prefix.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index b017211a9..de7f48a68 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -133,15 +133,14 @@ class tests extends CompilerTest {
@Test def neg_i0091_infpaths = compileFile(negDir, "i0091-infpaths", xerrors = 3)
@Test def neg_i0248_inherit_refined = compileFile(negDir, "i0248-inherit-refined", xerrors = 4)
@Test def neg_i0281 = compileFile(negDir, "i0281-null-primitive-conforms", xerrors = 3)
+ @Test def neg_i583 = compileFile(negDir, "i0583-skolemize", xerrors = 2)
@Test def neg_moduleSubtyping = compileFile(negDir, "moduleSubtyping", xerrors = 4)
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
-
@Test def run_all = runFiles(runDir)
-
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument