aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-17 19:14:24 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-17 19:14:24 +0100
commit4e05acd46b886e0a7e577a5caa9b6145a69c250b (patch)
tree4a22cc4260b5e052afbae67bf3f1a902fe59bdd0 /test
parent08880b3ce03fa8f9a4b23671ef5d1d78816d28c5 (diff)
downloaddotty-4e05acd46b886e0a7e577a5caa9b6145a69c250b.tar.gz
dotty-4e05acd46b886e0a7e577a5caa9b6145a69c250b.tar.bz2
dotty-4e05acd46b886e0a7e577a5caa9b6145a69c250b.zip
Fixing the test suite.
- fix wrong directories - add xml where needed to teh classpath - reduce expected stub # because xml was added
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala5
-rw-r--r--test/test/ShowClassTests.scala2
2 files changed, 4 insertions, 3 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 3fc4dca83..e109e05ae 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -49,8 +49,9 @@ class tests extends CompilerTest {
@Test def dotc_core = compileDir(dotcDir + "tools/dotc/core")
@Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling")
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/core/transform")
- @Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/core/parsing")
- @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/core/printing")
+ @Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing")
+ @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing")
+ @Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting")
// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
diff --git a/test/test/ShowClassTests.scala b/test/test/ShowClassTests.scala
index 93d8213c6..6fec13342 100644
--- a/test/test/ShowClassTests.scala
+++ b/test/test/ShowClassTests.scala
@@ -127,7 +127,7 @@ class ShowClassTests extends DottyTest {
@Test
def loadDotty() = {
- showPackage("dotty", 2)
+ showPackage("dotty", 1)
}