Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/RT37033
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
smoke-me/RT37033
Show duplicate emailed reports
Filter:
?
Nicholas Clark: The parser should always close the file handle that it opened.
C
FAIL(F)
cygwin_nt-5.2-wow64 1.7.11(0.260/5/3)
AMD64
ccache gcc 4.5.3
tony # develop-help.com
2012-02-27 01:42:00
Report
N
S
PASS
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-02-25 01:28:00
Report
N
S
PASS
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-02-25 17:34:00
Report
N
S
FAIL(F)
darwin 11.3.0 (Mac OS X)
Intel Core i7
cc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2012-02-26 16:45:00
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2012-02-24 21:23:57
Report
N
S
PASS
linux 2.6.32-5-kirkwood [debian]
armv5tel
cc 4.4.5
tony # develop-help.com
2012-02-25 23:57:00
Report
N
S
PASS
linux 3.0.0-15-generic [debian]
x86_64
clang 4.2.1 Compatible Clang Compiler
perl # greerga.m-l.org
2012-02-25 12:37:00
Report
N
Log
S
PASS
linux 3.0.0-15-generic [debian]
x86_64
clang 4.2.1 Compatible Clang Compiler
perl # greerga.m-l.org
2012-02-24 16:54:00
Report
N
Log
S
FAIL(X)
linux 3.0.0-15-generic [debian]
x86_64
g++ 4.6.1
perl # greerga.m-l.org
2012-02-25 08:37:00
Report
N
Log
S
PASS
linux 3.0.0-15-generic [debian]
x86_64
g++ 4.6.1
perl # greerga.m-l.org
2012-02-24 16:48:00
Report
N
Log
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2012-02-24 19:56:00
Report
N
Log
S
FAIL(F)
netbsd 5.1
amd64
/opt/gcc-4.6.0/bin/gcc 4.6.0
tony # develop-help.com
2012-02-25 13:17:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-02-25 06:43:00
Report
N
S
FAIL(F)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-02-25 04:41:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-02-24 18:44:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc
tony # develop-help.com
2012-02-25 05:40:00
Report
N
S
Nicholas Clark: Move the close-on-exec logic to one place, at the end of S_open_script().
C
Nicholas Clark: Change S_open_script() to return NULL to signal "read from stdin".
C
Nicholas Clark: In perl.c, change S_open_script() to return rsfp.
C
Nicholas Clark: In struct yy_parser, change lex_flags to a U8, from part of a bitfield.
C