Re: Smoke [blead] v5.21.7-94-gd8bd3d8 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-12-25 Thread Father Chrysostomos
George Greer 'wrote': Compiler messages(MSWin32): ..\pp_sys.c(4610) : error C2063: '_isnan' : not a function perl.h has this: #ifdef WIN32 # ifndef Perl_isnan #define Perl_isnan(x) _isnan(x) # endif so it seems Perl_isnan will always be defined on Windows. But in var- ious places we

Re: Smoke [blead] v5.21.6-395-g100b2bb FAIL(F) linux 3.13.0-41-generic [debian] (x86_64/8 cpu) {blead_clang_quick_sanitize=address}

2014-12-09 Thread Father Chrysostomos
George Greer wrote: Failures: (common-args) -Accflags=-fsanitize=address -Werror=declaration-after-statement -Aldflags=-fsanitize=address -Dcc=clang [default] [default] -DDEBUGGING ../t/op/closure.t...FAILED 139-140, 151-152, 253-254

Re: Smoke [blead] v5.21.4-91-g8fb0127 FAIL(M) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-25 Thread Father Chrysostomos
Jarkko Hietaniemi wrote: On Thursday-201409-25, 9:23, Steve Hay wrote: Now bisected to 5564cd7fcb7851d713d898c22f57e6562a43a53c. So... is this still broken? Threaded builds are still happy, which is what 5564cd7fcb7851d713d898c22f57e6562a43a53c was fixing. The bad code was added in

Re: Smoke [blead] v5.21.4-91-g8fb0127 FAIL(M) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-25 Thread Father Chrysostomos
Jarkko Hietaniemi wrote: grep -n 'bool .* = .*OK' *.c|grep -v cBOOL finds some potential trouble places. SvUOK is defined in terms of ==. Anything with on the rhs is fine. So those are false positives.

Re: Smoke [blead] v5.21.3-274-g57630fb FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-02 Thread Father Chrysostomos
Jarkko Hietaniemi wrote: On Tuesday-201409-02, 1:20, Father Chrysostomos wrote: Jarkko Hietaniemi wrote: If you need more information I can do a build and run the test. Yes, that would be helpful. Oh, sorry, that was cut-and-paste from George. I have no access to his Win32, I just

Re: Smoke [blead] v5.21.3-274-g57630fb FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-01 Thread Father Chrysostomos
George Greer 'wrote': [default] -Duseithreads [default] -DDEBUGGING -Duseithreads ../t/op/taint.t.FAILED 800 It's inconvenient for me to go digging through the logs. Could some- one with Windows run './perl -Ilib t/op/taint.' and post the

Re: Smoke [blead] v5.21.3-274-g57630fb FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-01 Thread Father Chrysostomos
Jarkko Hietaniemi wrote: It's inconvenient for me to go digging through the logs. Could some- one with Windows run './perl -Ilib t/op/taint.' and post the output? The failures I'm getting from a reasonably fresh (last night) build are: # Failed

Re: Smoke [blead] v5.21.3-274-g57630fb FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2014-09-01 Thread Father Chrysostomos
Jarkko Hietaniemi wrote: Log says: # Failed test 800 - tainted constant as logop condition should not prevent use at op/taint.t line 2326 # got undef # expected 122669\n Thank you. You saved me some time. If you need more information I can do a build and run the test. Yes, that

Re: Smoke [blead] v5.19.3-406-gc481404 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2013-09-10 Thread Father Chrysostomos
George Greer ‘wrote’: [default] [default] -DDEBUGGING [default] -Duseithreads [default] -DDEBUGGING -Duseithreads ../t/op/tie.t...FAILED 79 The logs say: EXPECTED: c3 bf -- c3 bf GOT: Is it crashing? If so, will a backtrace be

RE: Smoke [blead] v5.19.3-406-gc481404 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2013-09-10 Thread Father Chrysostomos
Steve Hay wrote: Yes, the following program crashes: use Tie::Array; tie @_, Tie::StdArray; @_ = \xff; {sub { goto utf8::encode }}; Thank you! But argh!!! I even used cBOOL at first, then when I refactored slightly I accidentally got rid of it.

Re: Smoke [blead] v5.19.2-375-gf41cee3 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2013-08-12 Thread Father Chrysostomos
George Greer ‘wrote’: ../t/re/pat.t...FAILED 228-231 ../t/op/taint.t.FAILED 592 OK, so which of my commits caused these? They make no sense to me.

RE: Smoke [blead] v5.19.2-375-gf41cee3 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2013-08-12 Thread Father Chrysostomos
Steve Hay wrote: t/re/pat.t, t/re/pat_thr.t, t/op/taint.t and dist/threads-shared/t/clone.t all fail (in a threaded build) at c9f1f591ba751b24222b22f1f3a6799db0ab0d1b (Read-only COWs), the first of your three merge commits. Thank you. Can you tell which commit in the branch caused it? What

Re: Smoke [blead] v5.19.2-375-gf41cee3 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) {blead}

2013-08-12 Thread Father Chrysostomos
Steve Hay wrote: The tests fail in commit 3805b5fb04f8819edfb6bd5256d5eefd7b23e730 Thank you! clang is being ‘helpful’ and preventing me from spotting errors like this. Does the sprout/taint-failure branch make the fail- ures go away?

[perl #95342] Re: Smoke [smoke-me/finop] v5.15.1-24-g56b53eb FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu)

2011-07-24 Thread Father Chrysostomos
Does that IPC-Cmd failure have anything to do with this? On Jul 21, 2011, at 10:52 PM, George Greer wrote: Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.1 patch 56b53eb647b1791ce531707156c5ecbb2d5a2ddf v5.15.1-24-g56b53eb perl-win2k: Intel(R)