[Lldb-commits] [PATCH] Fix expectedFailureLLGS to expect failure when host platform is not linux.
Tamas Berghammer
tberghammer at google.com
Tue Apr 7 09:21:19 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: test/lldbtest.py:609
@@ -608,2 +608,3 @@
def fn(self):
# llgs local is only an option on Linux systems
+ if not self.platformIsLinux():
----------------
Can you change it to "llgs local is only an option on Linux targets"?
http://reviews.llvm.org/D8869
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list