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

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

[Octave-bug-tracker] [bug #49179] test of "plot/util/copyobj.m" hangs


From: Hartmut
Subject: [Octave-bug-tracker] [bug #49179] test of "plot/util/copyobj.m" hangs
Date: Sat, 24 Sep 2016 20:51:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary: test of "plot/util/copyobj.m" hangs
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Sat 24 Sep 2016 08:51:54 PM GMT
                Category: Test Suite
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I installed the current Octave-4.2.0-rc2 Windows installer (from
alpha.gnu.org) onto my Win7 machine. When I do __run_test_suite__ after the
installation, this run mostly gets stuck for (at least 10) hours at the test
of "plot/util/copyobj.m", I just assume it will never finish.

Here is a short script to reproduce this behavior. On my Win-7 machine it
never makes it further then step 1, 2 or rarely 3. (One step takes less then
20 seconds if it ever passes.)


cd "C:/Octave/Octave-4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util"
for t = 1:10
  disp("========================");
  disp(num2str(t));
  disp("========================");
  tic;
  test("copyobj.m", "normal")
  toc
endfor


If I adjust the path in line 1 properly, and then run the very same script
under Octave 4.0.3 (official Windows installer again), then this test passes
just fine.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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