Add initial NetBSD support in lldbsuite/test/lldbtest.py
authorKamil Rytarowski <n54@gmx.com>
Mon, 7 Dec 2015 21:25:57 +0000 (21:25 +0000)
committerKamil Rytarowski <n54@gmx.com>
Mon, 7 Dec 2015 21:25:57 +0000 (21:25 +0000)
commit49f9fb8d26219a2ef5c3a629f393c303fb098ba8
treec1744281ffc784a9ea223dfefc2eaa0711038c4d
parent5b76e726b3049b8b873a6f7beb62f05679a48624
Add initial NetBSD support in lldbsuite/test/lldbtest.py

Summary:
Add new functions:

  - expectedFailureNetBSD()
  - expectedFlakeyNetBSD()
  - skipIfNetBSD()

Add new NetBSD entry in:

  - getPlatform()
  - getHostPlatform()

Assume that libc++ is installed and use the GNU toolchain

Reviewers: joerg, emaste, tfiala, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D15262

llvm-svn: 254948
lldb/packages/Python/lldbsuite/test/lldbtest.py