Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/padconst
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/padconst
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-07-24 01:30:22
Father Chrysostomos: Test !0 and !1 immutability and singletonness
C
Father Chrysostomos: Test that literal numbers and strings are read-only
C
Father Chrysostomos: To-do tests for perl #78194
C
Father Chrysostomos: ref.t: To-do test for retvals of folded ops
C
Father Chrysostomos: sub.t: To-do test for recursive shared-hash-keys TARGs
C
This sequence of commits was last seen 2013-07-03 05:00:21
Father Chrysostomos: Make overloaded constants always read-only
C
FAIL(F)
cygwin_nt-6.2-wow64 1.7.20(0.266/5/3)
x86
gcc 4.5.3
tony # develop-help.com
2013-07-03 22:51:00
Report
N
S
FAIL(F)
cygwin_nt-6.2-wow64 1.7.20(0.266/5/3)
x86
gcc 4.5.3
tony # develop-help.com
2013-07-03 23:01:17
Report
DB
S
FAIL(F)
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-07-03 13:31:00
Report
N
S
FAIL(F)
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-07-10 12:43:00
Report
N
S
FAIL(F)
darwin 11.4.2 (Mac OS X)
Intel Core i7
g++ 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2013-07-05 18:52:00
Report
N
S
FAIL(F)
darwin 12.4.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-07-03 23:20:00
Report
N
S
FAIL(F)
darwin 12.4.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
tony # develop-help.com
2013-07-22 08:36:00
Report
N
S
FAIL(c)
linux 3.2.0-4-amd64 [debian]
x86_64
? unknown cc
tony # develop-help.com
2013-07-11 17:22:54
Report
N
S
FAIL(F)
linux 3.2.0-4-amd64 [debian]
x86_64
cc 4.7.2
tony # develop-help.com
2013-07-03 10:48:56
Report
N
S
FAIL(F)
linux 3.2.0-4-amd64 [debian]
x86_64
cc 4.7.2
tony # develop-help.com
2013-07-09 19:27:49
Report
N
S
FAIL(F)
linux 3.2.0-4-amd64 [debian]
x86_64
cc 4.7.2
tony # develop-help.com
2013-07-16 05:24:30
Report
N
S
FAIL(F)
linux 3.2.0-4-amd64 [debian]
x86_64
g++ 4.7.2
tony # develop-help.com
2013-07-11 13:44:29
Report
N
S
FAIL(X)
linux 3.8.0-23-generic [debian]
x86_64
clang 4.2.1 Compatible Clang 3.3 (trunk 177842)
perl # greerga.m-l.org
2013-07-21 15:00:00
Report
N
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2013-07-05 04:49:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-07-04 02:22:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-07-04 02:31:43
Report
DB
S
Father Chrysostomos: Don’t check IS_PADCONST in pad.c:pad_alloc
C
Father Chrysostomos: pad.c: Don’t copy shared hash key targets when cloning
C
Father Chrysostomos: Stop shared hash key TARGs from being shared
C
Father Chrysostomos: [perl #79908] Stop sub inlining from breaking closures
C
Father Chrysostomos: Make sub(){42} return a mutable value
C
Father Chrysostomos: Tweak optree_constants.t for inlined list consts
C
Father Chrysostomos: Update constant.pm to reflect list inlinement
C
Father Chrysostomos: Inline list constants
C
Father Chrysostomos: constant.pm: Make list constants read-only
C
Father Chrysostomos: Allow stash elems to be array refs
C
Father Chrysostomos: Increase $constant::VERSION to 1.28
C
Father Chrysostomos: Stop constant.pm from (ab)using subs for scalars
C
Father Chrysostomos: [perl #78194] Make re-evals copy PADTMPs
C
Father Chrysostomos: [perl #78194] Make sort copy PADTMPs
C
Father Chrysostomos: [perl #78194] Make x copy PADTMPs in lv cx
C
Father Chrysostomos: [perl #78194] Make list slices copy PADTMPs in lv cx
C
Father Chrysostomos: Stop folding of ops from changing mutability
C
Father Chrysostomos: [perl #78194] Make foreach copy pad tmps
C
Father Chrysostomos: Correct list.t descr in MANIFEST
C
Father Chrysostomos: [perl #3105] Make 1..3 modification safe
C
Father Chrysostomos: constant.t: Correct version
C
Father Chrysostomos: [perl #78194] Make sub calls copy pad tmps
C
Father Chrysostomos: Increase $OptreeCheck::VERSION to 0.10
C
Father Chrysostomos: [perl #78194] Make grep/map copy pad tmps
C
Father Chrysostomos: pad.c: cast before comparing signed with unsigned
C
Father Chrysostomos: op.c: Stop copying constants under ithreads
C
Father Chrysostomos: pad.c: Expand pad_push SVf_READONLY explanation
C
Father Chrysostomos: pad.c: Use &PL_sv_no for const pad names
C
Father Chrysostomos: Re(mov|writ)e two comments from pad.c:pad_alloc
C
Father Chrysostomos: op.c:S_fold_constants: Add assertion
C
Father Chrysostomos: Change the tests for #3105 into to-dos
C
Father Chrysostomos: Test readonliness of overload constants
C
Father Chrysostomos: To-do test for #109746
C
Father Chrysostomos: Test (im)mutability of constants and constant-like subs
C
Father Chrysostomos: Test !0 and !1 immutability and singletonness
C
Father Chrysostomos: Test that literal numbers and strings are read-only
C
Father Chrysostomos: To-do tests for perl #78194
C
Father Chrysostomos: ref.t: To-do test for retvals of folded ops
C
Father Chrysostomos: sub.t: To-do test for recursive shared-hash-keys TARGs
C