octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make check error default branch


From: Robinson, Melvin D
Subject: Make check error default branch
Date: Thu, 9 Feb 2012 06:28:03 +0000
User-agent: Microsoft-MacOutlook/14.14.0.111121

I just built the current sources for Lion and make check failed one test:
octave:2> test file-io
warning: sscanf: invalid locale. Try `locale -a' for a list of supported values.
  ***** test
 assert(sscanf('1,2', '%f', 'C'), 1)
 assert(sscanf('1,2', '%f', 'fr_FR'), 1.2)
!!!!! test failed
assert (sscanf ('1,2', '%f', 'fr_FR'),1.2) expected
 1.2000
but got
 1
values do not match

Someone on the list might have mentioned something similar to this a few days ago, but I do not know what the upshot of that thread was.  Any ideas what is causing this?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]