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

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

[Octave-bug-tracker] [bug #48418] MXE Octave: __run_test_suite__ has wro


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #48418] MXE Octave: __run_test_suite__ has wrong results
Date: Wed, 6 Jul 2016 16:03:46 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #48418 (project octave):



>> __octave_config_info__ ("hg_id")
ans = 8df31c24dce3
>> test axis
***** test
 hf = figure ("visible", "off");
 unwind_protect
   a = logspace (-5, 1, 10);
   loglog (a, -a);
   axis tight;
   assert (axis (), [1e-5, 10, -10, -1e-5]);
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (axis (),[1e-5, 10, -10, -1e-5])

  Location  |  Observed  |  Expected  |  Reason
    (1)         1e-005       1e-005      Abs err 5.0822e-021 exceeds tol 0
    (4)        -1e-005      -1e-005      Abs err 5.0822e-021 exceeds tol 0
>> printf ("FPUCW = 0x%04x\n", fpucw ());
FPUCW = 0x027f
>> jobj = javaObject ("java.lang.StringBuffer");
>> printf ("FPUCW = 0x%04x\n", fpucw ());
FPUCW = 0x037f
>> test axis
PASSES 3 out of 3 tests


I get the values of  0x037f only after calling a Java function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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