[nnbd] skip runes tests that are no longer valid

Bug: https://github.com/dart-lang/sdk/issues/40674
Change-Id: Ie67ab796140e93667750055cc2623543cdafa702
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138000
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Vijay Menon <vsm@google.com>
This commit is contained in:
Vijay Menon 2020-03-03 16:16:21 +00:00 committed by commit-bot@chromium.org
parent e7e45599cb
commit 729ee5f725
2 changed files with 19 additions and 0 deletions

View file

@ -263,3 +263,19 @@ LanguageFeatures/Simple-bounds/static/typedef1_typedef_l1_t07: Skip # github.com
LanguageFeatures/Simple-bounds/static/typedef1_typedef_l1_t08: Skip # github.com/dart-lang/language/issues/115
LanguageFeatures/regression/32903_t02: Skip # github.com/dart-lang/language/issues/115
LanguageFeatures/regression/34560_t02: Skip # github.com/dart-lang/language/issues/115
[ $runtime != none ]
LibTest/async/Completer/completeError_A02_t01: Skip # See breaking change #40674
LibTest/async/Future/Future.error_A01_t01: Skip # See breaking change #40674
LibTest/async/StreamController/addError_A02_t01: Skip # See breaking change #40674
LibTest/collection/HashSet/HashSet.from_A02_t01: Skip # See breaking change #40674
LibTest/collection/ListQueue/ListQueue.from_A03_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/RuneIterator.at_A01_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/RuneIterator.at_A02_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/RuneIterator.at_A03_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/RuneIterator_A01_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/currentAsString_A03_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/movePrevious_A02_t02: Skip # See breaking change #40674
LibTest/core/RuneIterator/rawIndex_A02_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/reset_A01_t01: Skip # See breaking change #40674
LibTest/core/RuneIterator/reset_A01_t02: Skip # See breaking change #40674

View file

@ -8,6 +8,9 @@ regexp/lookbehind_test/01: Skip # Flaky in uncatchable way. Issue 36280
[ $mode == debug ]
regexp/pcre_test: Slow, Pass # Issue 22008
[ $runtime != none ]
string_runes_test: Skip # See breaking change #40674
[ $arch == x64 && $system == windows ]
stopwatch_test: Skip # Flaky test due to expected performance behaviour.