octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev on MinGW)
Date: Mon, 03 Jan 2011 07:48:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

URL:
  <http://savannah.gnu.org/bugs/?32033>

                 Summary: error: `fnmatch' undefined (octave-dev on MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年01月03日 07時48分09秒
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In the fntests on octave-dev source (3.3.54+ on Jan 1, 2011), I have met
errors,

Integrated test scripts:
<snip>
Fixed test scripts:

  test_system.m .......................................... PASS   81/84  
FAIL 3

Summary:

  PASS   4963
  FAIL     20

In the test_system, 
  ***** test
 string_fill_char = setstr (0);
 assert((fnmatch ("a*a", {"aba"; "xxxba"; "aa"}) == [1; 0; 1]
 && fnmatch ({"a*a"; "b*b"}, "bob")
 && fnmatch ("x[0-5]*", {"x1"; "x6"}) == [1; 0]
 && fnmatch ("x[0-5]*", {"x1"; "x6"; "x001"}) == [1; 0; 1]
 && fnmatch ("x???y", {"xabcy"; "xy"}) == [1; 0]));
!!!!! test failed
`fnmatch' undefined near line 4 column 10
  ***** error <Invalid call to fnmatch.*> fnmatch ();
!!!!! expected <Invalid call to fnmatch.*> but got `fnmatch' undefined near
line 2 column 2

  ***** error <Invalid call to fnmatch.*> fnmatch ("foo", "bar", 3);
!!!!! expected <Invalid call to fnmatch.*> but got `fnmatch' undefined near
line 2 column 2

The fnmatch error has already reported by Benjamin in the octave-maintainers
list.

http://octave.1599824.n4.nabble.com/building-development-tip-with-mingw32-td2013435.html

I have registered the report of this test result to bug tracker to prevent
this issue to be forgotten.

 






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32033>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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