Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/davem/kill_reg_state
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/kill_reg_state
Show duplicate emailed reports
Filter:
?
David Mitchell: document fields of regmatch_info struct
C
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-06-01 06:36: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-06-02 16:02: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-06-02 09:20:00
Report
N
S
FAIL(F)
darwin 12.3.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-06-01 10:47:00
Report
N
S
PASS
linux 3.2.0-4-amd64 [debian]
x86_64
cc 4.7.2
tony # develop-help.com
2013-06-01 03:31:43
Report
N
S
FAIL(F)
linux 3.2.0-4-amd64 [debian]
x86_64
cc 4.7.2
tony # develop-help.com
2013-06-02 07:30:50
Report
N
S
FAIL(X)
linux 3.5.0-24-generic [debian]
x86_64
clang 4.2.1 Compatible Clang 3.3 (trunk 177842)
perl # greerga.m-l.org
2013-06-02 22:32:00
Report
N
S
FAIL(F)
linux 3.5.0-24-generic [debian]
x86_64
clang 4.2.1 Compatible Clang 3.3 (trunk 177842)
perl # greerga.m-l.org
2013-06-01 00:59:00
Report
N
S
FAIL(F)
linux 3.5.0-24-generic [debian]
x86_64
clang 4.2.1 Compatible Clang 3.3 (trunk 177842)
perl # greerga.m-l.org
2013-06-01 01:00:42
Report
DB
S
PASS
linux 3.5.0-24-generic [debian]
x86_64
g++ 4.7.3
perl # greerga.m-l.org
2013-06-02 10:45:00
Report
N
S
PASS
linux 3.5.0-24-generic [debian]
x86_64
g++ 4.7.3
perl # greerga.m-l.org
2013-06-01 01:02:00
Report
N
S
PASS
linux 3.5.0-24-generic [debian]
x86_64
g++ 4.7.3
perl # greerga.m-l.org
2013-06-01 01:30:36
Report
DB
S
PASS
linux 3.5.0-24-generic [debian]
x86_64
g++ 4.7.3
perl # greerga.m-l.org
2015-08-25 10:58:05
Report
DB
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2013-06-01 07:30: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-06-01 15:55: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-06-01 16:00:23
Report
DB
S
David Mitchell: tidy up init code in regexec() and intuit_start()
C
David Mitchell: better comment the remaining PL_ regex vars
C
David Mitchell: eliminate PL_regdummy
C
David Mitchell: eliminate PL_reg_state
C
David Mitchell: Eliminate PL_reg_starttry
C
David Mitchell: make PL_reg_curpm global
C
David Mitchell: better document the regex super-linear pos cache
C
David Mitchell: eliminate PL_reg_poscache, PL_reg_poscache_size
C
David Mitchell: use new cleanup for PL_regmatch_state
C
David Mitchell: unify regmatch_info data
C
David Mitchell: move eval_state init from regtry() to regexec()
C
David Mitchell: move savestack restore from regmatch to regexec
C
David Mitchell: eliminate PL_reg_maxiter, PL_reg_leftiter
C
David Mitchell: Rationalise RX_MATCH_UTF8_set()
C
David Mitchell: S_setup_eval_state: save subcoffset, not suboffset
C
David Mitchell: Eliminate PL_reg_match_utf8
C
David Mitchell: regex engine: simplify is_utf8_pat handling
C
David Mitchell: stop callers of rex engine using RX_MATCH_UTF8_set
C
David Mitchell: add regmatch_eval_state struct
C
David Mitchell: S_setup_eval_state(): always set up destructor
C
David Mitchell: S_regtry(): move eval setup code into separate fn
C
David Mitchell: remove unused reginfo->bol field
C
David Mitchell: eliminate PL_bostr
C
David Mitchell: add strbeg argument to Perl_re_intuit_start()
C
David Mitchell: find_byclass, regrepeat: remove is_utf8_pat arg
C
David Mitchell: eliminiate PL_regeol
C
David Mitchell: make more use of regmatch_info struct.
C