tests: Expect srfi-13 failure, MesCC more resembles Gcc.
* tests/srfi-13.test (report): Expect INT-MIN failure for x86.
This commit is contained in:
parent
183514d103
commit
a8a32a5280
|
@ -108,4 +108,4 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests
|
|||
(pass-if-equal "string-replace" "fubar"
|
||||
(string-replace "foobar" "u" 1 3))
|
||||
|
||||
(result 'report (if (and (equal? %compiler "gcc") (equal? %arch "x86")) 1 0))
|
||||
(result 'report (if (and (or #t (equal? %compiler "gnuc")) (equal? %arch "x86")) 1 0))
|
||||
|
|
Loading…
Reference in a new issue