[test-suite] r177266 - Disabling EH tests on ARM for now

Jim Grosbach grosbach at apple.com
Mon Mar 18 13:20:19 PDT 2013


These tests work fine on Darwin and are pretty important for regression testing EH there. Can you make this more restricted to only disable for platforms where EH isn't yet mature?

-Jim

On Mar 18, 2013, at 3:09 AM, Renato Golin <renato.golin at linaro.org> wrote:

> Author: rengolin
> Date: Mon Mar 18 05:09:10 2013
> New Revision: 177266
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=177266&view=rev
> Log:
> Disabling EH tests on ARM for now
> 
> Modified:
>    test-suite/trunk/SingleSource/Regression/C++/Makefile
> 
> Modified: test-suite/trunk/SingleSource/Regression/C++/Makefile
> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Regression/C%2B%2B/Makefile?rev=177266&r1=177265&r2=177266&view=diff
> ==============================================================================
> --- test-suite/trunk/SingleSource/Regression/C++/Makefile (original)
> +++ test-suite/trunk/SingleSource/Regression/C++/Makefile Mon Mar 18 05:09:10 2013
> @@ -5,6 +5,12 @@
> # files. After that, the files are assembled and executed by the LLVM backends.
> #
> LEVEL = ../../..
> -DIRS=EH
> +
> +# Exception Handling support in ARM still flaky
> +# Re-enable this when support gets better
> +ifneq ($(ARCH), ARM)
> +  DIRS=EH
> +endif
> +
> LDFLAGS += -lstdc++
> include $(LEVEL)/SingleSource/Makefile.singlesrc
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130318/80ff1cc5/attachment.html>


More information about the llvm-commits mailing list