[PATCH] Add remote testing support to the lit config.
Jonathan Roelofs
jonathan at codesourcery.com
Wed Feb 25 11:57:50 PST 2015
================
Comment at: libcxx/test/config.py:608
@@ -586,2 +607,3 @@
def configure_env(self):
- if sys.platform == 'darwin' and not self.use_system_cxx_lib:
+ if (self.target_info.platform() == 'darwin' and
+ not self.use_system_cxx_lib):
----------------
I think this is evidence that I need to rebase the patch. The target_info stuff already went in.
================
Comment at: libcxx/test/tracing.py:6
@@ +5,3 @@
+def trace_function(function, log_calls, log_results, label=''):
+ label = label + '_' + str(os.getpid())
+ def wrapper(*args, **kwargs):
----------------
delete this line.
http://reviews.llvm.org/D7380
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list