Please add a comment about _which_ tests this is required for. -eric
On Thu, Feb 20, 2014 at 9:53 AM, Adrian Prantl <[email protected]> wrote: > Author: adrian > Date: Thu Feb 20 11:53:17 2014 > New Revision: 201800 > > URL: http://llvm.org/viewvc/llvm-project?rev=201800&view=rev > Log: > Revert "Remove dead option." > Some tests in debuginfo-tests require the system-darwin feature. > > This reverts commit 179670. > > Modified: > cfe/trunk/test/lit.cfg > > Modified: cfe/trunk/test/lit.cfg > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=201800&r1=201799&r2=201800&view=diff > ============================================================================== > --- cfe/trunk/test/lit.cfg (original) > +++ cfe/trunk/test/lit.cfg Thu Feb 20 11:53:17 2014 > @@ -304,6 +304,10 @@ if execute_external: > if not platform.system() in ['Windows'] or not execute_external: > config.available_features.add('shell-preserves-root') > > +# For tests that require Darwin to run. > +if platform.system() in ['Darwin']: > + config.available_features.add('system-darwin') > + > # ANSI escape sequences in non-dumb terminal > if platform.system() not in ['Windows']: > config.available_features.add('ansi-escape-sequences') > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
