[zorg] r287502 - [Zorg] Disable AArch64 LLD test-suite, for now

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 20 11:37:12 PST 2016


Author: rengolin
Date: Sun Nov 20 13:37:12 2016
New Revision: 287502

URL: http://llvm.org/viewvc/llvm-project?rev=287502&view=rev
Log:
[Zorg] Disable AArch64 LLD test-suite, for now

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=287502&r1=287501&r2=287502&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Sun Nov 20 13:37:12 2016
@@ -301,6 +301,7 @@ def _get_clang_builders():
         ## AArch64 Self-hosting Clang+LLVM check-all + LLD + test-suite
         ## TODO: Remove the X86 back-end after fixing the 90 bad tests
         ## TODO: Add Compiler-RT after fixing all the failures
+        ## TODO: Fix the three remaining test-suite failures
         {'name': "clang-cmake-aarch64-lld",
          'slavenames':["linaro-apm-04"],
          'builddir':"clang-cmake-aarch64-lld",
@@ -311,7 +312,7 @@ def _get_clang_builders():
                       checkout_lld=True,
                       test=True,
                       useTwoStage=True,
-                      runTestSuite=True,
+                      runTestSuite=False,
                       nt_flags=['--cflag', '-mcpu=cortex-a57', '--cflag', '-fuse-ld=lld', '--threads=8', '--build-threads=8'],
                       env={'PATH':'/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'},
                       extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",




More information about the llvm-commits mailing list