Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/re_eval
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/re_eval
Show duplicate emailed reports
Filter:
?
David Mitchell: update docs for (?{}) jumbo fix
C
FAIL(F)
cygwin_nt-5.2-wow64 1.7.15(0.260/5/3)
AMD64
ccache gcc 4.5.3
tony # develop-help.com
2012-06-14 00:21:00
Report
N
S
PASS
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-06-14 01:21:00
Report
N
S
FAIL(F)
darwin 11.4.0 (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
2012-06-13 21:27:00
Report
N
S
FAIL(F)
darwin 11.4.0 (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
2012-06-14 09:53:00
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2012-06-13 22:02:50
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
g++ 4.4.5
tony # develop-help.com
2012-06-14 06:14:22
Report
N
S
PASS
linux 3.2.0-24-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.0 (tags/RELEASE_30/final)
perl # greerga.m-l.org
2012-06-13 17:35:00
Report
N
Log
S
PASS
linux 3.2.0-24-generic [debian]
x86_64
g++ 4.6.3
perl # greerga.m-l.org
2012-06-14 10:58:00
Report
N
Log
S
PASS
linux 3.2.0-24-generic [debian]
x86_64
g++ 4.6.3
perl # greerga.m-l.org
2012-06-13 17:31:00
Report
N
Log
S
FAIL(FM)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2012-06-13 20:11: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
2012-06-14 02:40:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-06-13 20:19:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-06-14 04:39:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc
tony # develop-help.com
2012-06-15 16:37:00
Report
N
S
David Mitchell: let B know about new op_code_list field
C
David Mitchell: regmatch(): avoid 'may be used uninitialized' msg
C
David Mitchell: propagate /msix and (?msix) etc flags into (??{})
C
David Mitchell: test that code within /(?{})/ etc is optimised
C
David Mitchell: add tests for (?{ return foo })
C
David Mitchell: un-TODO recursive split test
C
David Mitchell: add test for /(??{exit})/
C
David Mitchell: avoid 'unescaped left brace' warnings
C
David Mitchell: Avoid braces warning in regen_perly.pl
C
David Mitchell: re-apply temporarily remove overload.t changes
C
David Mitchell: add tests for $1 modified compiling code block
C
David Mitchell: add tests that (?{}) etc called in scalar context
C
David Mitchell: handle (??{}) returning an overloaded value
C
David Mitchell: handle weird/undef (?{}), (??{}) return value
C
David Mitchell: simply 'use bytes' handling of (??{})
C
David Mitchell: further simplify (??{}) return code
C
David Mitchell: simplify the return code in (??{})
C
David Mitchell: remove invalid assertion in (??{}) return code
C
David Mitchell: propagate 'use re eval' into return from (??{})
C
David Mitchell: save paren positions when running (?{}) code
C
David Mitchell: fix refcount of rex attached to PL_reg_curpm
C
David Mitchell: perlreapi: fix documentation on last(close)?paren
C
David Mitchell: Remove redundant comment.
C
David Mitchell: remove some redundant code from CURLY rex ops
C
David Mitchell: $+ and $^N not always correct on backtracking
C
David Mitchell: reduce size of struct regmatch_state
C
David Mitchell: regcppush(): don't bother saving each paren number
C
David Mitchell: set PL_reg_starttry correctly
C
David Mitchell: pp_match(): clarify intuit parens behaviour
C
David Mitchell: S_regcppush/pop : don't save PL_reginput
C
David Mitchell: improve -Mre=Debug,BUFFERS debugging
C
David Mitchell: make regexp_paren_pair.start_tmp an offset
C
David Mitchell: eliminate PL_reg_start_tmp, PL_reg_start_tmpl
C
David Mitchell: eliminate PL_reglast(close)?paren, PL_regoffs
C
David Mitchell: make Perl_... and my_re_op_compile sigs match
C
David Mitchell: make perl build again on non-DEBUGGING builds
C
David Mitchell: make calling of /(?{}) code blocks correct
C
David Mitchell: make is_bare_re bool. not int in re_op_compile
C
David Mitchell: make OP_REGCRESET only for taint handling
C
David Mitchell: S_doeval(): saveop can never be null now
C
David Mitchell: reindent S_doeval() following a code purge.
C
David Mitchell: eliminate sv_compile_2op, sv_compile_2op_is_broken
C
David Mitchell: eliminate OP_4tree type
C
David Mitchell: rename and simplify PL_reg_eval_set
C
David Mitchell: eliminate RExC_seen_evals and RExC_rx->seen_evals
C
David Mitchell: eliminate PL_reginterp_cnt
C
David Mitchell: eliminate REG_SEEN_EVAL
C
David Mitchell: add some more tests for PL_cv_has_eval
C
David Mitchell: pat_re_eval.t; test "use re 'eval'"
C
More...