[zorg] r306886 - [asan] Try to run tests without "shell stop"
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 14:11:33 PDT 2017
Author: vitalybuka
Date: Fri Jun 30 14:11:33 2017
New Revision: 306886
URL: http://llvm.org/viewvc/llvm-project?rev=306886&view=rev
Log:
[asan] Try to run tests without "shell stop"
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh?rev=306886&r1=306885&r2=306886&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh Fri Jun 30 14:11:33 2017
@@ -165,14 +165,6 @@ function test_android_on_device { # ARCH
$ADB wait-for-device
$ADB devices
- # Nexus Player does not have enough RAM to run ASan tests reliably.
- # Luckily, none of our tests need the application runtime, and killing
- # that can free several hundred megs of RAM.
- if [[ $_build_flavor == fugu* || $_build_flavor == volantis* ]]; then
- $ADB shell stop
- sleep 2
- fi
-
# Kill leftover symbolizers. TODO: figure out what's going on.
$ADB shell pkill llvm-symbolizer || true
More information about the llvm-commits
mailing list