Chromium Code Reviews| Index: tests/corelib_2/corelib_2.status |
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
| index 1737c9af06f5443e18af2e07801aade7ddefe489..4d1d5f3ea0fbe8c7411b2b3d1c1a693440a78c60 100644 |
| --- a/tests/corelib_2/corelib_2.status |
| +++ b/tests/corelib_2/corelib_2.status |
| @@ -483,7 +483,7 @@ const_list_literal_test: Crash |
| const_list_set_range_test: Crash |
| core_runtime_types_test: Crash |
| data_uri_test: Crash |
| -date_time_test: Crash |
| +date_time_test: Timeout |
|
Siggi Cherem (dart-lang)
2017/08/18 16:29:08
let's mark this differently then:
: Skip # TODO(r
sra1
2017/08/18 17:05:20
Dove via https://codereview.chromium.org/300021300
|
| double_parse_test/01: Crash |
| double_parse_test/02: Crash |
| double_parse_test/03: Crash |
| @@ -492,13 +492,13 @@ double_parse_test/none: Crash |
| dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where |
| error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. |
| error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call). |
| -expando_test: Crash |
| +expando_test: RuntimeError |
| for_in_test: Crash |
| growable_list_test: Crash |
| hash_map2_test: Crash |
| hash_set_test/01: Crash |
| hash_set_test/none: Crash |
| -hash_set_type_check_test: RuntimeError |
| +hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart2/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(main_closure.call#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.)) |
| hidden_library2_test/01: Crash |
| hidden_library2_test/none: Crash |
| int_from_environment3_test/01: MissingCompileTimeError |
| @@ -626,9 +626,6 @@ splay_tree_test/01: Crash |
| splay_tree_test/02: Crash |
| splay_tree_test/none: Crash |
| stacktrace_fromstring_test: Crash |
| -date_time_test: Timeout |
| -expando_test: RuntimeError |
| -hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(main_closure.call#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.)) |
| string_buffer_test: RuntimeError |
| string_codeunits_test: Crash |
| string_from_environment3_test/01: MissingCompileTimeError |