Remove bot debug
The actual issue is art on new linux kernels
R=sgjesse@google.com
Bug:
Change-Id: I35d2177be5bcbedefdf2daf377fa2a2cc0988906
diff --git a/tools/test.py b/tools/test.py
index e3fbd9b..53a7b1e 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -69,21 +69,7 @@
url = 'http://storage.googleapis.com/%s/%s/index.html' % (BUCKET, u_dir)
print 'Test results available at: %s' % url
-def run_bot_debugging():
- subprocess.check_call(['gsutil.py', 'cp', 'gs://r8-test-results/hello.dex', '/tmp/hello.dex'])
- subprocess.check_call(['bash', 'tools/linux/art/bin/art', '-cp', '/tmp/hello.dex', 'hello.Hello'])
- subprocess.check_call(['cat', '/proc/meminfo'])
- subprocess.check_call(['ps', 'aux'])
- print 'ulimit -s'
- subprocess.check_call('ulimit -s', shell=True)
-
def Main():
- user = os.environ.get('USER', 'foobar')
- bot_name = os.environ.get('BUILDBOT_BUILDERNAME')
- if user == 'chrome-bot' and (bot_name == 'linux-jctf' or bot_name == 'd8-linux-jctf'):
- print 'Running temporarily disabled for %s' % user
- run_bot_debugging()
- return 0
(options, args) = ParseOptions()
gradle_args = ['cleanTest', 'test']
if len(args) > 1: