r201800 - Revert "Remove dead option."

Eric Christopher echristo at gmail.com
Thu Feb 20 10:42:25 PST 2014


Please add a comment about _which_ tests this is required for.

-eric

On Thu, Feb 20, 2014 at 9:53 AM, Adrian Prantl <aprantl at apple.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list