Update art test status for dalvik 4.4.4.

R=sgjesse@google.com, shertz@google.com

Change-Id: Ia095285d46747672c14e171f00894dd2e03dbadb
diff --git a/tools/test.py b/tools/test.py
index c0a1e02..0cd8296 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -16,7 +16,7 @@
 import uuid
 import notify
 
-ALL_ART_VMS = ["default", "7.0.0", "6.0.1", "5.1.1"]
+ALL_ART_VMS = ["default", "7.0.0", "6.0.1", "5.1.1", "4.4.4"]
 BUCKET = 'r8-test-results'
 
 def ParseOptions():