72f182d2bf
In strong mode it is no longer valid to grow the list of non-nullable elements using x.length = y. The test is updated to add elements to the list in order to grow it instead of using length setter. The following tests began passing: dartk-strong-linux-release-x64:lib/convert/chunked_conversion_utf88_test was fixed (RuntimeError -> Pass) dartkp-strong-linux-release-x64:lib/convert/chunked_conversion_utf88_test was fixed (RuntimeError -> Pass) Change-Id: I5e30e6f92ae30bf06ebada4a6c3686cc7986343e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142281 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Liam Appelbe <liama@google.com> Reviewed-by: Régis Crelier <regis@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>