[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#36964: Some importer tests failing?
From: |
Christopher Lemmer Webber |
Subject: |
bug#36964: Some importer tests failing? |
Date: |
Wed, 07 Aug 2019 16:05:27 -0400 |
User-agent: |
mu4e 1.2.0; emacs 26.2 |
A number of tests, including in cpan.scm, crate.scm, gem.scm are
failing for me. Not sure if it's just me or not...
Some example output:
actual-value: #f
actual-error:
+ (wrong-type-arg
+ "string-prefix?"
+ "Wrong type argument in position ~A (expecting ~A): ~S"
+ (2 "string" #f)
+ (#f))
result: FAIL
;;; (fail #f #f)
actual-value: #f
result: FAIL
actual-value: #f
actual-error:
+ (wrong-type-arg
+ "string-prefix?"
+ "Wrong type argument in position ~A (expecting ~A): ~S"
+ (2 "string" #f)
+ (#f))
result: FAIL
I'm guessing something changed in the general importer code?
- bug#36964: Some importer tests failing?,
Christopher Lemmer Webber <=