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 20b57c7d06e99c702a60f927b10fe1e4cd44a942..918e6640590ca9dc4e30f7545d63114607ff547a 100644 |
--- a/tools/testing/dart/status_file_parser.dart |
+++ b/tools/testing/dart/status_file_parser.dart |
@@ -109,8 +109,7 @@ class Expectation { |
final RegExp SplitComment = new RegExp("^([^#]*)(#.*)?\$"); |
final RegExp HeaderPattern = new RegExp(r"^\[([^\]]+)\]"); |
final RegExp RulePattern = new RegExp(r"\s*([^: ]*)\s*:(.*)"); |
-final RegExp IssueNumberPattern = |
- new RegExp("Issue ([0-9]+)|dartbug.com/([0-9]+)", caseSensitive: false); |
+final RegExp IssueNumberPattern = new RegExp("[Ii]ssue ([0-9]+)"); |
class StatusFile { |
final Path location; |