[zorg] r264239 - enable failure mode for lld tests on the sanitizer bots
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 19:17:59 PDT 2016
Author: kcc
Date: Wed Mar 23 21:17:59 2016
New Revision: 264239
URL: http://llvm.org/viewvc/llvm-project?rev=264239&view=rev
Log:
enable failure mode for lld tests on the sanitizer bots
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh?rev=264239&r1=264238&r2=264239&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh Wed Mar 23 21:17:59 2016
@@ -228,8 +228,7 @@ function check_stage2 {
if [ "$CHECK_LLD" != "0" ]; then
echo @@@BUILD_STEP check-lld ${sanitizer_name}@@@
- # TODO(smatveev): change this to STEP_FAILURE once green
- (cd ${build_dir} && ninja check-lld) || echo @@@STEP_WARNINGS@@@
+ (cd ${build_dir} && ninja check-lld) || echo $step_result
fi
}
More information about the llvm-commits
mailing list