[PATCH] XCore target: skip tests xcore can't run

Renato Golin renato.golin at linaro.org
Sat Feb 15 11:03:14 PST 2014


  LGTM.


================
Comment at: SingleSource/Benchmarks/Misc-C++/Large/Makefile:8
@@ +7,3 @@
+ifeq ($(ARCH),XCore)
+# XCore diffs output on 3 of the 65536 numbers
+PROGRAMS_TO_SKIP := sphereflake
----------------
Richard Osborne wrote:
> This sounds like it needs investigation. Could you file this as a bug.
It should be fine to be disabled for now, so you guys can get some bots green, but would be good to fix either the bug in the compiler or in the test that is making the output unreliable (if that's the case).


http://llvm-reviews.chandlerc.com/D2790



More information about the llvm-commits mailing list