Index: tests/co19/co19-analyzer2.status |
diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer2.status |
similarity index 98% |
copy from tests/co19/co19-analyzer.status |
copy to tests/co19/co19-analyzer2.status |
index 6523031da65d159bd3a161d8fef95cf97e97af4e..5ec87683393ce2e084e4a317cf903e4a79b3ad4a 100644 |
--- a/tests/co19/co19-analyzer.status |
+++ b/tests/co19/co19-analyzer2.status |
@@ -2,7 +2,7 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-[ $compiler == dartanalyzer ] |
+[ $compiler == dart2analyzer ] |
Language/05_Variables/05_Variables_A05_t04: fail |
Language/06_Functions/06_Functions_A01_t31: fail |
Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail |
@@ -187,6 +187,6 @@ Language/11_Expressions/08_Throw_A05_t01: fail, OK |
Language/11_Expressions/08_Throw_A05_t02: fail, OK |
Language/11_Expressions/08_Throw_A05_t03: fail, OK |
- |
-[ $runtime == drt && $compiler == none ] |
-*: Skip |
+# infinite loop |
+Language/14_Types/4_Interface_Types_A11_t01: skip |
+Language/14_Types/4_Interface_Types_A11_t02: skip |