Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/yves-hv_h_split
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/yves-hv_h_split
There's more than one sequence of commits recorded for this branch
Show duplicate emailed reports
Filter:
?
This sequence of commits was last seen 2013-02-21 21:31:22
Craig A. Berry: Remove spurious backslash.
C
Yves Orton: Do not hard code the list of perl header files - discover them from disk instead
C
FAIL(M)
darwin 11.4.2 (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
2013-02-21 10:30:00
Report
N
S
FAIL(M)
darwin 12.2.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))
tony # develop-help.com
2013-02-20 11:47:00
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2013-02-20 13:15:32
Report
N
S
PASS
linux 2.6.32-5-kirkwood [debian]
armv5tel
cc 4.4.5
tony # develop-help.com
2013-02-21 23:31:00
Report
N
S
FAIL(Xm)
linux 3.5.0-22-generic [debian]
x86_64
g++ 4.7.2
perl # greerga.m-l.org
2013-02-22 01:09:00
Report
N
Log
S
FAIL(M)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2013-02-20 06:55:00
Report
N
S
FAIL(M)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-02-20 09:09:00
Report
N
S
FAIL(M)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-02-20 09:32:23
Report
DB
S
FAIL(M)
openbsd 4.7
amd64
cc 3.3.5 (propolice)
tony # develop-help.com
2013-02-21 17:40:00
Report
N
S
FAIL(M)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2013-02-20 16:13:00
Report
N
S
FAIL(M)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2013-02-20 16:32:34
Report
DB
S
Yves Orton: semi-Randomize hash insertion order
C
Yves Orton: Ensure that Module::Pluggable returns plugins in a predictable order
C
Yves Orton: Fix code which modifies a hash while each()ing over it
C
Yves Orton: reset HvRAND() every hsplit, and properly rotate the bucket_rand. :-)
C
Yves Orton: randomize bucket split insertion in hsplit()
C
Yves Orton: turn the ptr_hash inline code into a true sub
C
Yves Orton: Enable hash traversal order randomization
C
Yves Orton: Fix test fails due to hash traversal randomization
C
Yves Orton: Fix tests that fail due to hash traversal randomization
C
Yves Orton: Fix failing porting tests by bumping version number and tweaking pod
C
Yves Orton: default to PERL_FUNC_ONE_AT_A_TIME_HARD for all builds
C
Yves Orton: Remove XXHash (for now)
C
Yves Orton: random tweaks
C
Yves Orton: fixup wording
C
Yves Orton: add a "hash quality score" to Hash::Util::bucket_stats()
C
Yves Orton: Attempt to eliminate a signed mistmatch in comparison warning
C
Yves Orton: include missing headers so XS modules rebuild when they change
C
Yves Orton: add a hardened one-at-a-time hash variant
C
Yves Orton: add xxhash
C
Yves Orton: Split out hash functions into new file and turn into inline static functions
C
Yves Orton: remove toy code
C
Yves Orton: remove unused define
C
This sequence of commits was last seen 2013-02-19 18:01:09
Yves Orton: semi-Randomize hash insertion order
C
PASS
darwin 12.2.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))
tony # develop-help.com
2013-02-20 04:30:00
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2013-02-20 05:43:23
Report
N
S
PASS
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2013-02-19 20:52:00
Report
N
S
Yves Orton: Ensure that Module::Pluggable returns plugins in a predictable order
C
Yves Orton: Fix code which modifies a hash while each()ing over it
C
Yves Orton: reset HvRAND() every hsplit, and properly rotate the bucket_rand. :-)
C
Yves Orton: randomize bucket split insertion in hsplit()
C
Yves Orton: turn the ptr_hash inline code into a true sub
C
Yves Orton: Enable hash traversal order randomization
C
Yves Orton: Fix test fails due to hash traversal randomization
C
Yves Orton: Fix tests that fail due to hash traversal randomization
C
Yves Orton: Fix failing porting tests by bumping version number and tweaking pod
C
Yves Orton: default to PERL_FUNC_ONE_AT_A_TIME_HARD for all builds
C
Yves Orton: Remove XXHash (for now)
C
Yves Orton: random tweaks
C
Yves Orton: fixup wording
C
Yves Orton: add a "hash quality score" to Hash::Util::bucket_stats()
C
Yves Orton: Attempt to eliminate a signed mistmatch in comparison warning
C
Yves Orton: include missing headers so XS modules rebuild when they change
C
Yves Orton: add a hardened one-at-a-time hash variant
C
Yves Orton: add xxhash
C
Yves Orton: Split out hash functions into new file and turn into inline static functions
C
Yves Orton: remove toy code
C
Yves Orton: remove unused define
C