1. 23 Apr, 2016 7 commits
  2. 22 Apr, 2016 5 commits
  3. 21 Apr, 2016 12 commits
  4. 19 Apr, 2016 2 commits
  5. 18 Apr, 2016 8 commits
  6. 15 Apr, 2016 4 commits
  7. 14 Apr, 2016 2 commits
    • Luca Boccassi's avatar
      Merge pull request #1896 from hitstergtd/macosx-testfixes-1 · c2a1be5c
      Luca Boccassi authored
      Problem: Running Linux-only tests results in 10% of tests failing on non-Linux systems (OSX, et. al.)
      c2a1be5c
    • hitstergtd's avatar
      Make all Linux-specific tests conditional · 307bd952
      hitstergtd authored
      Move tests specific to Linux under a platform conditional thereby eliminating
      unnecessary builds and fixing "make test" on Mac OS X and possibly other
      non-Linux systems.
      
      Tests specific to Linux:
          - abstract namespace support for AF_UNIX sockets
          - TIPC support (AF_TIPC)
      
      Test success rate jumps from 90% to 100% on Mac OS X after this change.
      307bd952