unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* i18n test fail, guile-2.0.0
@ 2011-02-22 20:01 David Fang
  2011-02-23 21:58 ` Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: David Fang @ 2011-02-22 20:01 UTC (permalink / raw)
  To: bug-guile

Hi,

With guile-2.0.0, I see some i18n test failures on i686- and x86_64 
-pc-linux-gnu:

------------>8 snip 8<------------
Testing /home/davidfang/local/src/guile/guile-2.0.0/build32/meta/guile ...
with 
GUILE_LOAD_PATH=/home/davidfang/local/src/guile/guile-2.0.0/test-suite
Running 00-initial-env.test
Running alist.test
Running and-let-star.test
Running arbiters.test
Running arrays.test
Running asm-to-bytecode.test
Running bit-operations.test
Running bitvectors.test
Running brainfuck.test
Running bytevectors.test
Running c-api.test
Running chars.test
Running common-list.test
Running continuations.test
Running control.test
Running coverage.test
Running curried-definitions.test
Running ecmascript.test
Running elisp-compiler.test
Running elisp-reader.test
Running elisp.test
Running eval.test
UNRESOLVED: eval.test: stacks: stack involving a subr
UNRESOLVED: eval.test: stacks: stack involving a gsubr
UNRESOLVED: eval.test: stacks: arguments of a gsubr stack frame
Running exceptions.test
Running filesys.test
Running fluids.test
Running foreign.test
Running format.test
Running fractions.test
Running ftw.test
Running future.test
Running gc.test
Running getopt-long.test
Running goops.test
Running guardians.test
UNRESOLVED: guardians.test: g2-saved
UNRESOLVED: guardians.test: g2-garbage saved
Running hash.test
Running hooks.test
Running i18n.test
ERROR: i18n.test: number->locale-string: French: integer - arguments: 
((out-of-range #f "Value out of range ~S to ~S: ~S" (0 6 7) (7)))
ERROR: i18n.test: number->locale-string: French: fraction - arguments: 
((out-of-range #f "Value out of range ~S to ~S: ~S" (0 4 5) (5)))
ERROR: i18n.test: number->locale-string: French: fraction, 1 digit - 
arguments: ((out-of-range #f "Value out of range ~S to ~S: ~S" (0 4 5) 
(5)))
Running import.test
Running interp.test
Running keywords.test
Running list.test
Running load.test
Running match.test
Running modules.test
Running net-db.test
Running numbers.test
Running optargs.test
Running options.test
Running poe.test
Running popen.test
Running ports.test
Running posix.test
Running print.test
Running procprop.test
Running procs.test
Running q.test
Running r4rs.test
Running r5rs_pitfall.test
Running r6rs-arithmetic-bitwise.test
Running r6rs-arithmetic-fixnums.test
UNRESOLVED: r6rs-arithmetic-fixnums.test: fx+/carry: simple
UNRESOLVED: r6rs-arithmetic-fixnums.test: fx-/carry: simple
UNRESOLVED: r6rs-arithmetic-fixnums.test: fx*/carry: simple
Running r6rs-arithmetic-flonums.test
Running r6rs-base.test
Running r6rs-conditions.test
Running r6rs-control.test
Running r6rs-enums.test
Running r6rs-eval.test
Running r6rs-exceptions.test
Running r6rs-files.test
Running r6rs-hashtables.test
Running r6rs-lists.test
Running r6rs-ports.test
Running r6rs-records-inspection.test
Running r6rs-records-procedural.test
Running r6rs-records-syntactic.test
Running r6rs-unicode.test
UNRESOLVED: r6rs-unicode.test: string-foldcase: case folding expands 
string
Running ramap.test
Running rdelim.test
Running reader.test
Running receive.test
Running regexp.test
Running rnrs-libraries.test
Running session.test
Running signals.test
Running socket.test
Running srcprop.test
UNRESOLVED: srcprop.test: set-source-property!: setting the breakpoint 
property works
UNRESOLVED: srcprop.test: set-source-properties!: setting the breakpoint 
property works
Running srfi-1.test
Running srfi-10.test
Running srfi-11.test
Running srfi-13.test
Running srfi-14.test
Running srfi-19.test
Running srfi-26.test
Running srfi-27.test
Running srfi-31.test
Running srfi-34.test
Running srfi-35.test
Running srfi-37.test
Running srfi-38.test
Running srfi-39.test
Running srfi-4.test
Running srfi-42.test
Running srfi-45.test
Running srfi-6.test
Running srfi-60.test
Running srfi-67.test
Running srfi-69.test
Running srfi-88.test
Running srfi-9.test
Running statprof.test
Running strings.test
Running structs.test
Running sxml.fold.test
Running sxml.match.test
Running sxml.simple.test
Running sxml.ssax.test
Running sxml.transform.test
Running sxml.xpath.test
WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides 
core binding `filter'
Running symbols.test
Running syncase.test
Running syntax.test
UNRESOLVED: syntax.test: letrec: bindings: initial bindings are undefined
UNRESOLVED: syntax.test: letrec*: bindings: initial bindings are undefined
Running texinfo.docbook.test
Running texinfo.serialize.test
Running texinfo.string-utils.test
Running texinfo.test
Running threads.test
Running time.test
Running tree-il.test
UNRESOLVED: tree-il.test: warnings: unused-toplevel: used by macro
Running version.test
UNRESOLVED: version.test: version reporting works
Running vlist.test
Running weaks.test
Running web-http.test
Running web-request.test
Running web-response.test
Running web-uri.test

Totals for this test run:
passes:                 34318
failures:               0
unexpected passes:      0
expected failures:      31
unresolved test cases:  15
untested test cases:    5
unsupported test cases: 9
errors:                 3

FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile@gnu.org
==================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory 
`/home/davidfang/local/src/guile/guile-2.0.0/build32'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory 
`/home/davidfang/local/src/guile/guile-2.0.0/build32'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`/home/davidfang/local/src/guile/guile-2.0.0/build32'
make: *** [check] Error 2
------------>8 snip 8<------------

% locale
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=



Let me know if you need any more information.



Fang


David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-24 21:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 20:01 i18n test fail, guile-2.0.0 David Fang
2011-02-23 21:58 ` Ludovic Courtès
2011-02-23 22:15   ` David Fang
2011-02-23 23:13     ` Ludovic Courtès
2011-02-24  0:48       ` Bruno Haible
2011-02-24 10:23         ` Ludovic Courtès
2011-02-24 14:48         ` Ludovic Courtès
2011-02-24 19:05           ` David Fang
2011-02-24 21:44             ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).