Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/davem/cybers_methop_stuff2
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/davem/cybers_methop_stuff2
Show duplicate emailed reports
Filter:
?
David Mitchell: fix B::METHOP::first, B::METHOP::meth_sv
C
FAIL(F)
cygwin_nt-6.3-wow64 1.7.32(0.274/5/3)
x86
gcc 4.8.3
tony # develop-help.com
2014-09-30 22:46:00
Report
N
S
FAIL(F)
darwin 12.5.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)
tony # develop-help.com
2014-09-30 19:57:00
Report
N
S
PASS
darwin 12.5.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)
tony # develop-help.com
2014-10-02 04:54:00
Report
N
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
perl # greerga.m-l.org
2014-09-30 18:25:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
perl # greerga.m-l.org
2014-09-30 18:32:16
Report
DB
S
FAIL(F)
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-30 15:50:00
Report
N
Log
S
FAIL(F)
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-30 16:01:06
Report
DB
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2014-09-30 17:38:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-09-30 22:00:57
Report
DB
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-09-30 21:59:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-10-01 23:55:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-10-02 00:30:46
Report
DB
S
David Mitchell: fixups to adding METHOP:
C
syber: Add new METHOP class for OP_METHOD* ops
C
syber: Change op structure for OP_METHOD and OP_METHOD_NAMED from UNOP/SVOP to METHOP. METHOP is a new structure for method ops, which holds class/method related info needed at runtime to improve perfomance of class/object method calls.
C