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

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

[Octave-bug-tracker] [bug #35046] Test fail in ov-oncleanup.cc (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #35046] Test fail in ov-oncleanup.cc (MinGW)
Date: Tue, 13 Dec 2011 03:43:50 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

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

                 Summary: Test fail in ov-oncleanup.cc (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年12月13日 03時43分49秒
                Category: None
                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:

changeset 14036:29e9eb59f917
date    Mon Dec 12 13:52:35 2011 -0800


>>>>> processing
e:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\ov-oncleanup.cc
  ***** test
 old_wstate = warning ("query");
 unwind_protect
   trigger = onCleanup (@() warning ("on", "__MY_WARNING__"));
   warning ("off", "__MY_WARNING__");
   assert ((warning ("query", "__MY_WARNING__")).state, "off");
   clear trigger
   assert ((warning ("query", "__MY_WARNING__")).state, "on");
 unwind_protect_cleanup
   warning (old_wstate);
 end_unwind_protect
!!!!! test failed
API version api-v45+ found in .oct file function `onCleanup'
       does not match the running Octave (API version api-v46+)
       this can lead to incorrect results or other failures
       you can fix this problem by recompiling this .oct file


Any suggestions?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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