| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas
s' was called on null. | 821 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas
s' was called on null. |
| 822 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was
called on null. | 822 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was
called on null. |
| 823 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu
re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal
l#value), local(listEach#)) for j:closure_call(listEach_closure.call). | 823 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu
re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal
l#value), local(listEach#)) for j:closure_call(listEach_closure.call). |
| 824 linked_hash_map_from_iterable_test: Crash # NoSuchMethodError: The getter 'typeA
rguments' was called on null. | 824 linked_hash_map_from_iterable_test: Crash # NoSuchMethodError: The getter 'typeA
rguments' was called on null. |
| 825 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu
e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.
call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j
:closure_call(Maps_mapToString_closure.call). | 825 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu
e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.
call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j
:closure_call(Maps_mapToString_closure.call). |
| 826 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH
ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos
ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal
l(LinkedHashMapTest_testMain_closure.call). | 826 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH
ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos
ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal
l(LinkedHashMapTest_testMain_closure.call). |
| 827 list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 827 list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 828 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos
ingClass' was called on null. | 828 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos
ingClass' was called on null. |
| 829 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli
edMixin | 829 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli
edMixin |
| 830 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl
iedMixin | 830 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl
iedMixin |
| 831 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM
ixin | 831 iterable_generate_test/none: RuntimeError |
| 832 list_insert_all_test: RuntimeError |
| 832 list_map_test: Crash | 833 list_map_test: Crash |
| 833 list_map_test: RuntimeError | 834 list_map_test: RuntimeError |
| 834 list_replace_range_test: Crash | 835 list_replace_range_test: RuntimeError |
| 835 list_reversed_test: Crash | 836 list_reversed_test: Crash |
| 836 list_reversed_test: RuntimeError | 837 list_reversed_test: RuntimeError |
| 837 list_set_all_test: Crash | 838 list_set_all_test: RuntimeError |
| 838 list_set_range_test: Crash | 839 list_set_range_test: Crash |
| 839 list_set_range_test: RuntimeError | 840 list_set_range_test: RuntimeError |
| 840 list_test/01: Crash | 841 list_test/01: Crash |
| 841 list_test/none: Crash | 842 list_test/none: Crash |
| 842 list_unmodifiable_test: Crash | 843 list_unmodifiable_test: Crash |
| 843 main_test: Crash | 844 main_test: Crash |
| 844 map_from_iterable_test: Crash | 845 map_from_iterable_test: Crash |
| 845 map_from_iterables_test: Crash | 846 map_from_iterables_test: Crash |
| 846 map_from_test: Crash | 847 map_from_test: Crash |
| 847 map_test: Crash # Issue 27394 | 848 map_test: Crash # Issue 27394 |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 | 1002 |
| 1002 [ $compiler == dart2analyzer && $strong && !$checked ] | 1003 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 1003 iterable_fold_test/01: CompileTimeError | 1004 iterable_fold_test/01: CompileTimeError |
| 1004 | 1005 |
| 1005 [ $runtime == dart_precompiled && $minified ] | 1006 [ $runtime == dart_precompiled && $minified ] |
| 1006 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper | 1007 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper |
| 1007 error_stack_trace1_test: Skip # Expects unobfuscated stack trace | 1008 error_stack_trace1_test: Skip # Expects unobfuscated stack trace |
| 1008 | 1009 |
| 1009 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] | 1010 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] |
| 1010 list_concurrent_modify_test: Crash # Issue 30559 | 1011 list_concurrent_modify_test: Crash # Issue 30559 |
| OLD | NEW |