newRegExp('^\\[error\\] The argument type \'List<T>\' cannot be assigned to the parameter type \'List<.+>\''),// until we have generic methods, there's not much choice if you want to use map()
newRegExp(r'^\[error\] Type check failed: .*\(dynamic\) is not of type'),// allow unchecked casts from dynamic
newRegExp('\\[warning\\] Missing concrete implementation of \'RenderObject\\.applyPaintTransform\''),// https://github.com/dart-lang/sdk/issues/25232