coke made this fix last month:

------------------------------------------------------------------------
r25559 | coke | 2008-02-06 20:17:40 -0500 (Wed, 06 Feb 2008) | 7 lines

[t]

Update coding standard test so that someone looking at the verbose output
knows what to fix without having to read the source of the test; makes
output of the test more like that of t/distro/file_metadata.t



... and this is what I'm now getting on Darwin for this test:

[parrot] 512 $ prove -v t/codingstd/c_parens.t
t/codingstd/c_parens......
1..3
ok 1 - there should be at least one space between a C
# keyword and any subsequent open parenthesis
# 
ok 2 - There should be no space between a function name
# and the following open parenthesis
# 
ok 3 - parentheses should not have space immediately
# after the opening parenthesis nor immediately
# before the closing parenthesis
# 
ok
All tests successful.
Files=1, Tests=3, 30 wallclock secs ( 0.04 usr  0.03 sys + 15.87 cusr 
0.76 csys = 16.70 CPU)
Result: PASS


So I'm concluding that we don't need further revisions to the test at
this time.  Patch not applied; resolving ticket.

kid51

Reply via email to