From 75875d8fd172701c93cdb0ecd52d1eb26934038a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 11 Jun 2013 11:31:09 +0000 Subject: [PATCH] comment the lldb test (some freeze) + upload to exp --- debian/changelog | 2 +- debian/rules | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e72900e5..1bce7c08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-3.3 (1:3.3~+rc3-1~exp2) unstable; urgency=low +llvm-toolchain-3.3 (1:3.3~+rc3-1~exp2) experimental; urgency=low * Force the version in experimental of binutils-gold to fix powerpc * Print the lldb test failures diff --git a/debian/rules b/debian/rules index edb81b2b..7c886290 100755 --- a/debian/rules +++ b/debian/rules @@ -232,10 +232,10 @@ override_dh_auto_test: # lldb tests cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi - cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true - if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ - cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ - fi +# cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true +# if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ +# cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ +# fi # Managed by debian build system rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so