[Lldb-commits] [PATCH] [TestLoadUnload] Enable for Android while skipping it for other remotes.
Ed Maste
emaste at freebsd.org
Wed Jun 17 11:34:29 PDT 2015
================
Comment at: test/lldbtest.py:738
@@ -737,1 +737,3 @@
+def skipIfUnlistedRemote(remote_list=None):
+ def myImpl(func):
----------------
Please call this `skipUnless...` for consistency with other skip decorators.
http://reviews.llvm.org/D10469
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list