[D-runtime] [D-Programming-Language/druntime] 24e407: properly fix failing test with missing CLOCK_BOOTT...

GitHub via D-runtime d-runtime at puremagic.com
Sat Aug 29 03:47:26 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 24e4079b664c6776caded219ee147378d591daf6
      https://github.com/D-Programming-Language/druntime/commit/24e4079b664c6776caded219ee147378d591daf6
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-25 (Tue, 25 Aug 2015)

  Changed paths:
    M posix.mak
    M src/core/time.d

  Log Message:
  -----------
  properly fix failing test with missing CLOCK_BOOTTIME support

- detect older kernel versions in makefile
  and skip ClockType.bootTime tests for those
- turn DFLAGS and UDFLAGS into simply expanded variables
  (makes them settable individually and is easier to understand)
  https://www.gnu.org/software/make/manual/html_node/Flavors.html


  Commit: d32171422825fca8ba87f5b781a14cc371072717
      https://github.com/D-Programming-Language/druntime/commit/d32171422825fca8ba87f5b781a14cc371072717
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M posix.mak
    M src/core/time.d

  Log Message:
  -----------
  Merge pull request #1356 from MartinNowak/boottime

properly fix failing test with missing CLOCK_BOOTTIME support


Compare: https://github.com/D-Programming-Language/druntime/compare/5db735222f77...d32171422825


More information about the D-runtime mailing list