[Lldb-commits] [PATCH] Change expectedFailureOS to be based on target platform when running test suite remotely.

Robert Flack flackr at gmail.com
Thu Mar 26 10:22:04 PDT 2015


- Use lldb.DBG.GetSelectedPlatform().GetTriple() to get target platform triple whether running local or remote tests.
- Change skipIfPlatform checks to also check remote platform.
- Consider both "macosx" and "darwin" as MacOSX - see Triple::isMacOSX for equivalent check.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8611

Files:
  test/dotest.py
  test/lldbtest.py

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8611.22734.patch
Type: text/x-patch
Size: 5129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150326/b5a51a6d/attachment.bin>


More information about the lldb-commits mailing list