Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/bm
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/bm
Show duplicate emailed reports
Filter:
?
Nicholas Clark: Store FBMs in PVMGs, instead of GVs.
C
FAIL(XM)
cygwin_nt-5.0 1.7.9(0.237/5/3)
x86
gcc 4.3.4 20090804 (release) 1
perl # greerga.m-l.org
2011-06-03 01:12:00
Report
N
Log
S
FAIL(FM)
cygwin_nt-5.2-wow64 1.7.9(0.237/5/3)
AMD64
gcc 4.3.4 20090804 (release) 1
tony # develop-help.com
2011-05-26 04:52:00
Report
N
S
FAIL(F)
darwin 10.7.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2011-05-25 03:44:00
Report
N
S
PASS
darwin 10.7.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2011-05-26 11:18:00
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
/opt/gcc-4.6.0/bin/gcc 4.6.0
tony # develop-help.com
2011-05-29 01:11:06
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2011-05-29 11:41:22
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2011-05-24 23:49:11
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
g++ 4.4.5
tony # develop-help.com
2011-05-26 05:19:35
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
icc 10.1 20080801
tony # develop-help.com
2011-05-29 07:14:13
Report
N
S
PASS
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2011-05-25 01:36: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
2011-05-25 23:24:00
Report
N
S
FAIL(F)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2011-05-25 11:42:00
Report
N
S
FAIL(F)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2011-05-25 04:02:00
Report
N
S
FAIL(F)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2011-05-25 00:06:00
Report
N
S
FAIL(FM)
openbsd 4.7
amd64
cc 3.3.5 (propolice)
tony # develop-help.com
2011-05-26 23:54:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.11 SunOS_i386 2010/08/13
tony # develop-help.com
2011-05-25 05:23:00
Report
N
S
Nicholas Clark: Store the BM table in mg_ptr instead of after SvCUR().
C
Nicholas Clark: Exit early from Perl_fbm_compile() if the SV is already "compiled".
C
Nicholas Clark: In Perl_fbm_instr(), use a switch() statement for the special case code.
C
Nicholas Clark: In Perl_fbm_compile(), use STRLEN instead of U32 to calculate BmPREVIOUS().
C
Nicholas Clark: Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.
C
Nicholas Clark: Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().
C
Nicholas Clark: Emulate the value of BmFLAGS() using SvTAIL().
C
Nicholas Clark: Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
C
Nicholas Clark: Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.
C
Nicholas Clark: Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.
C
Nicholas Clark: Don't allow study on an FBM scalar, to give more flexibility in SV flag usage.
C
Nicholas Clark: Test dumping studied scalars.
C
Nicholas Clark: Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.
C
Nicholas Clark: In Perl_sv_2[inu]v_flags(), use the non-caching code whenever SvVALID() is true
C