[dmd-internals] [D-Programming-Language/dmd] 3160a5: Add support for freebsd 64 bit os support function...
Brad Roberts
braddr at puremagic.com
Sat May 14 14:04:43 PDT 2011
Not sure that these changes below actually caused the problem, but several runs of std/parallelism have failed:
freebsd 32
linux 32/64, twice
The first linux 64/64 run with these changes passed, as did the rest. The second linux 64/64 run was mangled due to the
makefiles MODULE changes (fixed so we'll get more data for the next run).
Given that std/parallelism hasn't had a long history of success, I'm more inclined to blame it, but not heavily so.
On 5/14/2011 12:34 PM, noreply at github.com wrote:
> Branch: refs/heads/master
> Home: https://github.com/D-Programming-Language/dmd
>
> Commit: 3160a5292941b35a5c96922dd32fc8153202fe3c
> https://github.com/D-Programming-Language/dmd/commit/3160a5292941b35a5c96922dd32fc8153202fe3c
> Author: Brad Roberts <braddr at puremagic.com>
> Date: 2011-05-13 (Fri, 13 May 2011)
>
> Changed paths:
> M src/backend/os.c
> M test/Makefile
> M test/d_do_test.d
>
> Log Message:
> -----------
> Add support for freebsd 64 bit os support functions. Disable 2 failing dmd test and all PIC related tests for now.
>
>
> Commit: 7d29ebfb92825c1dd103e230830d7cfbb87a4da3
> https://github.com/D-Programming-Language/dmd/commit/7d29ebfb92825c1dd103e230830d7cfbb87a4da3
> Author: Walter Bright <walter at walterbright.com>
> Date: 2011-05-14 (Sat, 14 May 2011)
>
> Changed paths:
> M src/backend/os.c
> M test/Makefile
> M test/d_do_test.d
>
> Log Message:
> -----------
> Merge pull request #67 from braddr/freebsd64
>
> Initial freebsd/64 patches
>
>
> Compare: https://github.com/D-Programming-Language/dmd/compare/95229fe...7d29ebf
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
More information about the dmd-internals
mailing list