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

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

[Octave-bug-tracker] [bug #49507] test: allow unit tests to signal that


From: Rik
Subject: [Octave-bug-tracker] [bug #49507] test: allow unit tests to signal that a test is expected to fail based on arbitrary runtime check
Date: Sun, 19 Mar 2017 02:27:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49507 (project octave):

                  Status:               Confirmed => Need Info              

    _______________________________________________________

Follow-up Comment #5:

Has this bug been fixed by jwe's changeset here:


changeset:   23279:67d741321e21
user:        John W. Eaton <address@hidden>
date:        Wed Mar 15 16:02:06 2017 -0400
summary:     allow skipping of tests based on run-time conditions


For example, part of jwe's cset looks like this now:


-%!testif HAVE_OPENGL, HAVE_FLTK
-%! if (! have_window_system)
-%!  return;
-%! endif
+%!testif HAVE_OPENGL, HAVE_FLTK; have_window_system





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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