Index: tests/lib/analyzer/analyze_library.status |
diff --git a/tests/lib/analyzer/analyze_library.status b/tests/lib/analyzer/analyze_library.status |
index 8086f655eb5b3d16b99a81bff4d5a7f18a3ad2e7..22712a8d966b92157432215b2cd022310c1c49e0 100644 |
--- a/tests/lib/analyzer/analyze_library.status |
+++ b/tests/lib/analyzer/analyze_library.status |
@@ -3,6 +3,9 @@ |
# BSD-style license that can be found in the LICENSE file. |
[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
+lib/core/bool: CompileTimeError |
+lib/core/int: CompileTimeError |
+lib/core/string: CompileTimeError |
lib/_chrome/dart2js/chrome_dart2js: CompileTimeError |
lib/html/dart2js/html_dart2js: CompileTimeError |
lib/html/dartium/html_dartium: CompileTimeError |
@@ -116,9 +119,6 @@ lib/core/set: CompileTimeError |
lib/core/string: CompileTimeError |
lib/core/symbol: CompileTimeError |
lib/core/uri: CompileTimeError |
-lib/core/bool: CompileTimeError |
-lib/core/int: CompileTimeError |
-lib/core/string: CompileTimeError |
lib/html/html_common/conversions: CompileTimeError |
lib/html/html_common/css_class_set: CompileTimeError |
lib/html/html_common/device: CompileTimeError |