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

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

[Octave-bug-tracker] [bug #55429] javachk should be able to report wheth


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55429] javachk should be able to report whether HAVE_JAVA is enabled
Date: Fri, 11 Oct 2019 11:16:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0

Update of bug #55429 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #6:

This change seems to have caused the "no-extras-debian" buildbot to fail. The
error messages seem to have changed:

>>>>> processing
/scratch/buildbot/workers/jwe-debian-x86_64-2/no-extras-debian/src/scripts/java/javachk.m
***** test
 msg = javachk ("desktop");
 assert (msg.message, "javachk: this function is not supported, Java feature
\"desktop\" is not available");
 assert (msg.identifier, "Octave:javachk:feature-not-available");
!!!!! test failed
ASSERT errors for:  assert (msg.message,"javachk: this function is not
supported, Java feature \"desktop\" is not available")
  Location  |  Observed  |  Expected  |  Reason
     []      javachk: this function is not supported, Octave was not compiled
with Java support javachk: this function is not supported, Java feature
"desktop" is not available   Strings don't match
***** test
 msg = javachk ("desktop", "Java DESKTOP");
 assert (msg.message, "javachk: Java DESKTOP is not supported, Java feature
\"desktop\" is not available");
 assert (msg.identifier, "Octave:javachk:feature-not-available");
!!!!! test failed
ASSERT errors for:  assert (msg.message,"javachk: Java DESKTOP is not
supported, Java feature \"desktop\" is not available")
  Location  |  Observed  |  Expected  |  Reason
     []      javachk: Java DESKTOP is not supported, Octave was not compiled
with Java support javachk: Java DESKTOP is not supported, Java feature
"desktop" is not available   Strings don't match
***** test
 msg = javachk ("nosuchfeature");
 assert (msg.message, "javachk: this function is not supported, Java feature
\"nosuchfeature\" is not available");
 assert (msg.identifier, "Octave:javachk:feature-not-available");
!!!!! test failed


Re-opening.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55429>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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