[Lldb-commits] [PATCH] Change expectedFailureOS to be based on target platform when running test suite remotely.
Robert Flack
flackr at gmail.com
Wed Mar 25 17:02:18 PDT 2015
In http://reviews.llvm.org/D8611#146810, @tberghammer wrote:
> Please check for android also as it use "platform-android" (not platform-linux). I also suggest to use the TargetTriple instead of the given platform to decide the target platform.
Now that it uses Triple, android isn't in the list of OS's for Triple.cc, only an environment, does it return "linux" as well?
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8611
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list