Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/filetest-with-simpler-macros
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/filetest-with-simpler-macros
Show duplicate emailed reports
Filter:
?
Nicholas Clark: Comment the code with how filetest operators interact with the Perl stack.
C
FAIL(F)
cygwin_nt-5.2-wow64 1.7.15(0.260/5/3)
x86
ccache gcc 4.5.3
tony # develop-help.com
2012-07-27 18:45: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-07-27 23:29: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-07-28 01:52:00
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2012-07-27 21:41:22
Report
N
S
PASS
linux 3.2.0-25-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.0 (tags/RELEASE_30/final)
perl # greerga.m-l.org
2012-07-27 16:09:00
Report
N
Log
S
PASS
linux 3.2.0-25-generic [debian]
x86_64
g++ 4.6.3
perl # greerga.m-l.org
2012-07-27 16:02:00
Report
N
Log
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2012-07-27 23:13:00
Report
N
Log
S
Nicholas Clark: Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().
C
Nicholas Clark: Refactor the macro FT_RETURN_TRUE() into the function S_ft_return_true()
C
Nicholas Clark: Consolidate the code for returning false values from filetest operators.
C
Nicholas Clark: Reorder S_ft_stacking_return_false().
C
Nicholas Clark: Remove dSP from all filetest ops.
C
Nicholas Clark: Replace the macro RETURNX() with its expansion in FT_RETURN_{FALSE,TRUE}
C