Disable list_replace_range_test that fails on dart2js+kernel

R=johnniwinther@google.com
BUG=32010

Change-Id: I325b0fd5d37bc9d15f5a9773f1acc3f7077556bd
Reviewed-on: https://dart-review.googlesource.com/37780
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
Erik Corry 2018-01-31 11:17:15 +00:00 committed by commit-bot@chromium.org
parent 5b626c2a40
commit e4ebb436c4

View file

@ -181,6 +181,7 @@ from_environment_const_type_undefined_test/08: MissingCompileTimeError
iterable_return_type_test/01: RuntimeError
iterable_return_type_test/02: RuntimeError
iterable_to_list_test/01: RuntimeError
list_replace_range_test: RuntimeError # Issue 32010
list_test/01: Crash # Unsupported operation: Unsupported type parameter type node T.
list_test/none: Crash # Unsupported operation: Unsupported type parameter type node T.
map_test: Crash # tests/corelib_2/map_test.dart:903:7: Internal problem: Unhandled Null in installDefaultConstructor.
@ -313,6 +314,7 @@ linked_hash_map_from_iterables_test: RuntimeError
list_concurrent_modify_test: RuntimeError
list_filled_type_argument_test: RuntimeError
list_insert_all_test: RuntimeError
list_replace_range_test: RuntimeError # Issue 32010
list_test/01: RuntimeError
list_test/none: RuntimeError
list_unmodifiable_test: Crash # Wrong number of template arguments, given 2, expected 1