Test triage following art update

Change-Id: I975892d0a5e892f2f3485b6b41c341f52a6afaa7
diff --git a/src/test/java/com/android/tools/r8/R8RunArtTestsTest.java b/src/test/java/com/android/tools/r8/R8RunArtTestsTest.java
index c094e5b..1468dc1 100644
--- a/src/test/java/com/android/tools/r8/R8RunArtTestsTest.java
+++ b/src/test/java/com/android/tools/r8/R8RunArtTestsTest.java
@@ -931,9 +931,19 @@
   );
 
   private static List<String> failuresToTriage = ImmutableList.of(
+      // Contains a method that falls off the end without a return, the test should not be excluded
+      // for all configurations but for all using a jar file as input
+      "606-erroneous-class",
+
       // const-method-handle and const-method-type
       "979-const-method-handle",
 
+      // Dex file input into a jar file, not yet supported by the test framework.
+      "663-odd-dex-size",
+      "663-odd-dex-size2",
+      "663-odd-dex-size3",
+      "663-odd-dex-size4",
+
       // This is flaky.
       "104-growth-limit",