Update JCTF status file for 4.4.4.

Change-Id: I9f620b966de7ade555043e8f36d90d55d45d555d
diff --git a/src/test/java/com/android/tools/r8/JctfTestSpecifications.java b/src/test/java/com/android/tools/r8/JctfTestSpecifications.java
index c629a99..c58fc2b 100644
--- a/src/test/java/com/android/tools/r8/JctfTestSpecifications.java
+++ b/src/test/java/com/android/tools/r8/JctfTestSpecifications.java
@@ -1893,7 +1893,8 @@
           // 1) t04
           // java.lang.AssertionError: reference is not enqueued after 2 sec
 
-          .put("lang.ref.SoftReference.isEnqueued.SoftReference_isEnqueued_A01", any())
+          .put("lang.ref.SoftReference.isEnqueued.SoftReference_isEnqueued_A01",
+              match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
           // 1) t03
           // java.lang.AssertionError: reference is not enqueued after 2 sec
 
@@ -1901,7 +1902,8 @@
           // 1) t03
           // java.lang.AssertionError: expected null, but was:<[I@e2603b4>
 
-          .put("lang.ref.ReferenceQueue.poll.ReferenceQueue_poll_A01", any())
+          .put("lang.ref.ReferenceQueue.poll.ReferenceQueue_poll_A01",
+              match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
           // 1) t03
           // java.lang.AssertionError: reference is not enqueued after 2 sec
 
@@ -4805,8 +4807,14 @@
               match(runtimes(DexVm.ART_4_4_4)))
           .put("lang.ref.WeakReference.isEnqueued.WeakReference_isEnqueued_A01",
               match(runtimes(DexVm.ART_4_4_4)))
+          .put("lang.ref.SoftReference.isEnqueued.SoftReference_isEnqueued_A01",
+              match(runtimes(DexVm.ART_4_4_4)))
           // Passes or fails randomly. Check that something is enqueued after 2 seconds.
 
+          .put("lang.ref.ReferenceQueue.poll.ReferenceQueue_poll_A01",
+              match(runtimes(DexVm.ART_4_4_4)))
+          // Passes or fails randomly.
+
           .build(); // end of flakyWithArt
 
   public static final Multimap<String, TestCondition> timeoutsWithArt =