#1941: make warnings_tests:  Correct tests which run with warnings
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:        
     Type:  cage     |      Status:  new   
 Priority:  minor    |   Milestone:        
Component:  testing  |     Version:  2.11.0
 Severity:  medium   |    Keywords:        
     Lang:           |       Patch:        
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 1. As of today (commit d76e2cc1) the number of tests failing under `make
 warnings_tests` is much smaller.
 {{{
 Test Summary Report
 -------------------
 t/compilers/imcc/syn/errors.t     (Wstat: 256 Tests: 8 Failed: 1)
   Failed test:  7
   Non-zero exit status: 1
 t/pmc/nci.t                       (Wstat: 1280 Tests: 73 Failed: 5)
   Failed tests:  1-3, 60-61
   Non-zero exit status: 5
 t/pmc/sub.t                       (Wstat: 768 Tests: 78 Failed: 3)
   Failed tests:  31-32, 44
   Non-zero exit status: 3
 Files=208, Tests=7094, 71 wallclock secs ( 0.99 usr  0.42 sys +
   40.23 cusr  9.89 csys = 51.53 CPU)
 Result: FAIL
 make: *** [warnings_tests] Error 1
 }}}
 2. I am attaching a patch which eliminates the failure in
 ''t/compilers/imcc/syn/errors.t''.  Please review.

 3. I am attaching two other patches which display the sections of the
 output of 'make warnings_tests' relevant to ''t/pmc/nci.t'' and
 ''t/pmc/sub.t''.  I wonder:  Are the tests written in such a way as to
 anticipate the possibility of warnings output or other output to STDERR?

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1941#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to