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():