mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
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:
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
checking module Test1Abs
|
||||
circular definitions: A B
|
||||
|
||||
|
||||
testsuite/compiler/check/cyclic/abs-types/Test1Abs.gf:
|
||||
circular definitions: A B
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
checking module Test2Abs
|
||||
circular definitions: f g
|
||||
|
||||
|
||||
testsuite/compiler/check/cyclic/abs-types/Test2Abs.gf:
|
||||
circular definitions: f g
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
checking module TestParams
|
||||
circular definitions: A B
|
||||
|
||||
|
||||
testsuite/compiler/check/cyclic/params/TestParams.gf:
|
||||
circular definitions: A B
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user