id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1302,PIR todo() is frequently misused,Util,,"In pure PIR .t tests that use the test_more harness, the todo() function either:
    * is constant todo(0, ...), preventing ""unexpected success"" info from ever printing, or
    * is constant todo(1, ...), causing confusing ""unexpected success"" to always happen on TODOed platforms, or
    * is conditioned todo($I0, ...), causing duplication of code or inability to use is() and friends.
This is a result of the todo() function's documentation and API.

Further analysis to follow...
",bug,new,normal,,testing,1.8.0,medium,,test more pir todo,Util kid51,,,all
