commit | 02f0f9d399a7cade171c30cc5897583cf90b07a5 | [log] [tgz] |
---|---|---|
author | Stephan Herhut <herhut@google.com> | Thu Jan 04 10:27:31 2018 +0100 |
committer | Stephan Herhut <herhut@google.com> | Thu Jan 04 10:27:31 2018 +0100 |
tree | f6311f738a6a06d99dfde5e82403c73885831e29 | |
parent | 526844da5c260a32b3d4cc6b764fcf22b762867a [diff] [blame] |
Add download of Dalvik 4.0.4 and fix status files. Bug: Change-Id: I442c24fd33993703ddc3e3b6c32e808c5ac758e5
diff --git a/tools/test.py b/tools/test.py index 8c47219..58fc4eb 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -17,7 +17,7 @@ import notify -ALL_ART_VMS = ["default", "7.0.0", "6.0.1", "5.1.1", "4.4.4"] +ALL_ART_VMS = ["default", "7.0.0", "6.0.1", "5.1.1", "4.4.4", "4.0.4"] BUCKET = 'r8-test-results' def ParseOptions():