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

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

[Octave-bug-tracker] [bug #40992] expected test failures are counted as


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #40992] expected test failures are counted as success
Date: Mon, 23 Dec 2013 17:52:18 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0

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

                 Summary: expected test failures are counted as success
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Mon 23 Dec 2013 06:52:17 PM CET
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: Patch Submitted
             Assigned to: cdf
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Hi, 

Currently "test" counts tests marked as "xtest" among passed
tests independently of whether they do actually fail or not.

I think this way of reporting test results is inaccurate, as
an expected failure is still a failure.

I propose the attached patch that splits tests as 

"total" = "pass" + "fail" + "xfail"

rather than

"total" = "pass" + "fail" 

c.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 23 Dec 2013 06:52:17 PM CET  Name: open_8g30jJGK.txt  Size: 4kB  
By: cdf

<http://savannah.gnu.org/bugs/download.php?file_id=30075>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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