testsuite: reduced the number of failing tests from 25 to 13

Some tests may fail on Windows because of \ instead of / in paths.
This commit is contained in:
hallgren
2013-12-06 16:01:13 +00:00
parent 41827b1aab
commit 4280c885dd
14 changed files with 73 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
checking module Test1Abs
circular definitions: A B
testsuite/compiler/check/cyclic/abs-types/Test1Abs.gf:
circular definitions: A B

View File

@@ -1,4 +1,4 @@
checking module Test2Abs
circular definitions: f g
testsuite/compiler/check/cyclic/abs-types/Test2Abs.gf:
circular definitions: f g

View File

@@ -1,8 +1,8 @@
checking module TestOpers
circular definitions: A B
checking module TestOperTypes
circular definitions: A T
testsuite/compiler/check/cyclic/opers/TestOpers.gf:
circular definitions: A B
testsuite/compiler/check/cyclic/opers/TestOperTypes.gf:
circular definitions: A T

View File

@@ -1,4 +1,4 @@
checking module TestParams
circular definitions: A B
testsuite/compiler/check/cyclic/params/TestParams.gf:
circular definitions: A B