From 953c6e8fb5a1884e36df59d4a7fc04460dd87153 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 6 Dec 2013 16:01:13 +0000 Subject: testsuite: reduced the number of failing tests from 25 to 13 Some tests may fail on Windows because of \ instead of / in paths. --- testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold | 8 ++++---- testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold | 8 ++++---- testsuite/compiler/check/cyclic/opers/test.gfs.gold | 16 ++++++++-------- testsuite/compiler/check/cyclic/params/test.gfs.gold | 8 ++++---- testsuite/compiler/check/lincat-types/test.gfs.gold | 14 +++++++------- testsuite/compiler/check/oper-definition/test.gfs.gold | 10 +++++----- 6 files changed, 32 insertions(+), 32 deletions(-) (limited to 'testsuite/compiler/check') diff --git a/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold b/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold index 9e241effb..b4508906d 100644 --- a/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold +++ b/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold @@ -1,4 +1,4 @@ - - -checking module Test1Abs - circular definitions: A B + + +testsuite/compiler/check/cyclic/abs-types/Test1Abs.gf: + circular definitions: A B diff --git a/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold b/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold index c52a5373d..de8d78a3c 100644 --- a/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold +++ b/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold @@ -1,4 +1,4 @@ - - -checking module Test2Abs - circular definitions: f g + + +testsuite/compiler/check/cyclic/abs-types/Test2Abs.gf: + circular definitions: f g diff --git a/testsuite/compiler/check/cyclic/opers/test.gfs.gold b/testsuite/compiler/check/cyclic/opers/test.gfs.gold index cc052494c..2ae570e8c 100644 --- a/testsuite/compiler/check/cyclic/opers/test.gfs.gold +++ b/testsuite/compiler/check/cyclic/opers/test.gfs.gold @@ -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 diff --git a/testsuite/compiler/check/cyclic/params/test.gfs.gold b/testsuite/compiler/check/cyclic/params/test.gfs.gold index dea8440d1..e217ac135 100644 --- a/testsuite/compiler/check/cyclic/params/test.gfs.gold +++ b/testsuite/compiler/check/cyclic/params/test.gfs.gold @@ -1,4 +1,4 @@ - - -checking module TestParams - circular definitions: A B + + +testsuite/compiler/check/cyclic/params/TestParams.gf: + circular definitions: A B diff --git a/testsuite/compiler/check/lincat-types/test.gfs.gold b/testsuite/compiler/check/lincat-types/test.gfs.gold index 34aa5352c..7e95ec7af 100644 --- a/testsuite/compiler/check/lincat-types/test.gfs.gold +++ b/testsuite/compiler/check/lincat-types/test.gfs.gold @@ -1,7 +1,7 @@ - - -checking module TestCnc - Happened in linearization type of S in TestCnc.gf, line 3: - type of PTrue - expected: Type - inferred: PBool + + +testsuite/compiler/check/lincat-types/TestCnc.gf:3: + Happened in linearization type of S + type of PTrue + expected: Type + inferred: PBool diff --git a/testsuite/compiler/check/oper-definition/test.gfs.gold b/testsuite/compiler/check/oper-definition/test.gfs.gold index 6d1d6bc77..240819c74 100644 --- a/testsuite/compiler/check/oper-definition/test.gfs.gold +++ b/testsuite/compiler/check/oper-definition/test.gfs.gold @@ -1,5 +1,5 @@ - - -checking module Res - Happened in operation my_oper in Res.gf, line 3: - No definition given to the operation + + +testsuite/compiler/check/oper-definition/Res.gf:3: + Happened in operation my_oper + No definition given to the operation -- cgit v1.2.3