bug-make
[Top][All Lists]
Advanced

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

[bug #15942] test_driver.pl - run_each_test() fails to set $status when


From: Paul D. Smith
Subject: [bug #15942] test_driver.pl - run_each_test() fails to set $status when test dies, prints value of $status from prior test
Date: Thu, 9 Mar 2006 20:02:01 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)

Update of bug #15942 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => CVS                    

    _______________________________________________________

Follow-up Comment #1:

I implemented some of this.  I checked for $code being undefined and set
$status properly if so, although I set it to be the same as if it were an
error, which is how it's treated.  I left the string value as just "N/A";
this is printed after the test, like this:

   mytest ..................... $status

and I think just "N/A" works best here.

I changed the options/symlink test to return -1 for systems which don't
support symlinks, like Windows.  Previously, as far as I can tell, that flag
was not being used anywhere.

This is still a bit bogus because it only shows if a whole suite is not
applicable, but...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15942>

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





reply via email to

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