[PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Dan Albert
danalbert at google.com
Fri Aug 29 08:42:18 PDT 2014
================
Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:95
@@ +94,3 @@
+ name='test.libcxx.%s' % std,
+ command=[lit_exe, '-v', '--show-unsupported', '--show-xfail',
+ properties.WithProperties('--threads=%(jobs)s'),
----------------
-s so we're not inundated with all the passing tests?
================
Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:99
@@ -94,1 +98,3 @@
+ libcxx_test_path],
+ workdir='.'))
----------------
Is that not the default?
http://reviews.llvm.org/D5114
More information about the cfe-commits
mailing list