<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">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?<div><br></div><div>-Jim</div><div><br><div><div>On Mar 18, 2013, at 3:09 AM, Renato Golin <<a href="mailto:renato.golin@linaro.org">renato.golin@linaro.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Author: rengolin<br>Date: Mon Mar 18 05:09:10 2013<br>New Revision: 177266<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=177266&view=rev">http://llvm.org/viewvc/llvm-project?rev=177266&view=rev</a><br>Log:<br>Disabling EH tests on ARM for now<br><br>Modified:<br>   test-suite/trunk/SingleSource/Regression/C++/Makefile<br><br>Modified: test-suite/trunk/SingleSource/Regression/C++/Makefile<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Regression/C%2B%2B/Makefile?rev=177266&r1=177265&r2=177266&view=diff">http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Regression/C%2B%2B/Makefile?rev=177266&r1=177265&r2=177266&view=diff</a><br>==============================================================================<br>--- test-suite/trunk/SingleSource/Regression/C++/Makefile (original)<br>+++ test-suite/trunk/SingleSource/Regression/C++/Makefile Mon Mar 18 05:09:10 2013<br>@@ -5,6 +5,12 @@<br># files. After that, the files are assembled and executed by the LLVM backends.<br>#<br>LEVEL = ../../..<br>-DIRS=EH<br>+<br>+# Exception Handling support in ARM still flaky<br>+# Re-enable this when support gets better<br>+ifneq ($(ARCH), ARM)<br>+  DIRS=EH<br>+endif<br>+<br>LDFLAGS += -lstdc++<br>include $(LEVEL)/SingleSource/Makefile.singlesrc<br><br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a></div></blockquote></div><br></div></body></html>