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

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

[Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source (MinGW)
Date: Tue, 26 Jul 2011 04:08:54 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30

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

                 Summary: Test of sysdep.cc fail on dev. source (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年07月26日 04時08分53秒
                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:

I found a new fail on the test of sysdep.cc


  ***** test
 if (isempty (getenv ("HOME")))
   setenv ("HOME", "foobar");
 endif
 home = getenv ("HOME");
 assert (tilde_expand ("~/foobar"), fullfile (home, "foobar"));
 assert (tilde_expand ("/foo/bar"), "/foo/bar");
 assert (tilde_expand ("foo/bar"), "foo/bar");
!!!!! test failed
assert (tilde_expand ("~/foobar"),fullfile (home, "foobar")) expected
e:/usr/Tatsu/mingwhome/Tatsu\foobar
but got
e:/usr/Tatsu/mingwhome/Tatsu/foobar


This fail is not so serious but I report it.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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