Google 網路論壇不再支援新的 Usenet 貼文或訂閱項目,但過往內容仍可供查看。

[perl #41331] Imposition of coding standards breaks tests in tcl.

瀏覽次數:6 次
跳到第一則未讀訊息

Will Coleda

未讀,
2007年1月23日 晚上9:12:462007/1/23
收件者:bugs-bi...@rt.perl.org
# New Ticket Created by Will Coleda
# Please include the string: [perl #41331]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41331 >


To quote ticket 41329:

> However, when repositioning code in test files,
> one is well advised to re-run the tests to see if they all still
> pass. This apparently was not done.

Ditto tcl: after the coding standards were blindly applied, the
following tests fail in tcl:

Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/cmd_cd.t 255 65280 3 6 1-3
t/cmd_exit.t 255 65280 3 6 1-3
t/cmd_exprOld.t 255 65280 80 160 1-80
t/cmd_inline.t 255 65280 3 6 1-3
t/cmd_parray.t 255 65280 6 12 1-6
t/cmd_puts.t 255 65280 5 10 1-5
t/cmd_pwd.t 255 65280 2 4 1-2
t/cmd_rename.t 255 65280 9 18 1-9
t/cmd_source.t 255 65280 2 4 1-2
t/cmd_stringOld.t 255 65280 5 10 1-5
t/cmd_uplevel.t 255 65280 10 20 1-10
t/tcl_backslash.t 255 65280 35 70 1-35
t/tcl_misc.t 255 65280 33 66 1-33
3 subtests skipped.
Failed 13/73 test scripts. 196/1321 subtests failed.
Files=73, Tests=1321, 108 wallclock secs (98.08 cusr + 6.07 csys =
104.15 CPU)
Failed 13/73 test programs. 196/1321 subtests failed.

--
Will "Coke" Coleda
wi...@coleda.com


Paul Cochrane

未讀,
2007年1月24日 凌晨2:20:412007/1/24
收件者:perl6-i...@perl.org、bugs-bi...@rt.perl.org
> To quote ticket 41329:
>
> > However, when repositioning code in test files,
> > one is well advised to re-run the tests to see if they all still
> > pass. This apparently was not done.
>
> Ditto tcl: after the coding standards were blindly applied, the
> following tests fail in tcl:

I did run the tests otherwise I wouldn't have committed the changes.
However, I would guess that I ran the *wrong* tests. This won't
happen again.

Paul

Paul Cochrane

未讀,
2007年1月24日 凌晨3:42:032007/1/24
收件者:perl6-i...@perl.org、bugs-bi...@rt.perl.org
> Failed Test Stat Wstat Total Fail List of Failed
> ------------------------------------------------------------------------
> -------
> t/cmd_cd.t 255 65280 3 6 1-3
> t/cmd_exit.t 255 65280 3 6 1-3
> t/cmd_exprOld.t 255 65280 80 160 1-80
> t/cmd_inline.t 255 65280 3 6 1-3
> t/cmd_parray.t 255 65280 6 12 1-6
> t/cmd_puts.t 255 65280 5 10 1-5
> t/cmd_pwd.t 255 65280 2 4 1-2
> t/cmd_rename.t 255 65280 9 18 1-9
> t/cmd_source.t 255 65280 2 4 1-2
> t/cmd_stringOld.t 255 65280 5 10 1-5
> t/cmd_uplevel.t 255 65280 10 20 1-10
> t/tcl_backslash.t 255 65280 35 70 1-35
> t/tcl_misc.t 255 65280 33 66 1-33
> 3 subtests skipped.
> Failed 13/73 test scripts. 196/1321 subtests failed.
> Files=73, Tests=1321, 108 wallclock secs (98.08 cusr + 6.07 csys =
> 104.15 CPU)
> Failed 13/73 test programs. 196/1321 subtests failed.

Tests are passing as of r16774

0 則新訊息