Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/davem/cybers_methop_stuff
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_stuff
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-29 19:20: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.0 (clang-500.2.75)
tony # develop-help.com
2014-09-19 12:20:00
Report
N
S
FAIL(m)
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-09-21 13:15: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-26 01:38:00
Report
N
Log
S
FAIL(FM)
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-26 01:37: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-26 02:01:16
Report
DB
S
FAIL(FM)
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-26 02:01:22
Report
DB
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-29 23:40:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-25 10:18:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-19 04:39:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-19 05:04:04
Report
DB
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-09-25 10:30:23
Report
DB
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2015-08-25 11:14:39
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 01:32: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 02:01:17
Report
DB
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2014-09-22 15:07:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2014-09-22 15:32:32
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