Wiki

Changes between Version 2 and Version 3 of TestifyFailures

Show
Ignore:
Timestamp:
02/27/14 11:06:14 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestifyFailures

    v2 v3  
    11"testify" is the command in the Cobra workspace that runs the full Cobra test suite. Over time the test suite has grown, but we have also accumulated some errors which vary by platform. This wiki page is a place to share what testify failures people are experiencing. 
     2 
     3== 2014-02-27 hops == 
     4 
     5{{{ 
     6Windows 7 64-bit 
     7.NET 4.0 
     8Cobra rev 3106 
     9 
     10(cobra -about first 2 lines gives 
     11The Cobra Programming Language svn:3108 (post 0.9.6) / 2014-02-27 
     12on .NET CLR v4.0.30319 on Microsoft Windows NT 6.1.7601 Service Pack 1) 
     13 
     146 failures: 
     15200-misc\820-partial\110-partial-multi-file-1.cobra 
     16200-misc\820-partial\200-partial-use-1.cobra 
     17200-misc\820-partial\210-partial-use-1.cobra 
     18720-libraries\100-microsoft\202-wpf-instantiate-delegate.cobra 
     19720-libraries\400-other\500-follow-dependencies\104-use-b.cobra 
     20C:\Users\hops\src\cobra\wkspace1\HowTo\382-WPF.cobra 
     21}}} 
     22 
     23The additional 2 failures over the case below are due issues given in [[BR]] 
     24[http://cobra-language.com/trac/cobra/ticket/332 ticket:332] 
     25(Library placement differences/dir naming between 32 and 64 bit platform) 
    226 
    327== 2014-02-25 Charles ==