Index: tools/testing/dart/status_file_parser.dart |
diff --git a/tools/testing/dart/status_file_parser.dart b/tools/testing/dart/status_file_parser.dart |
index eea74c64a36daa170d3368145537ae2ea4ff60ef..3ede28c28e80eab93c108d0aabb9255de5977551 100644 |
--- a/tools/testing/dart/status_file_parser.dart |
+++ b/tools/testing/dart/status_file_parser.dart |
@@ -27,7 +27,6 @@ class Expectation { |
static Expectation STATIC_WARNING = byName('StaticWarning'); |
static Expectation MISSING_STATIC_WARNING = byName('MissingStaticWarning'); |
static Expectation PUB_GET_ERROR = byName('PubGetError'); |
- static Expectation NON_UTF8_ERROR = byName('NonUtf8Output'); |
// Special 'CRASH' cases |
static Expectation DARTK_CRASH = byName('DartkCrash'); |
@@ -81,7 +80,6 @@ class Expectation { |
build("MissingCompileTimeError", group: fail); |
build("MissingRuntimeError", group: fail); |
build("RuntimeError", group: fail); |
- build("NonUtf8Output", group: fail); |
// Dartk sub expectations |
build("DartkCrash", group: crash); |