OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
6 class_test: Fail | 6 class_test: Fail |
7 statements_test: Fail | 7 statements_test: Fail |
8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
10 constant_javascript_semantics4_test: Fail, OK | 10 constant_javascript_semantics4_test: Fail, OK |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. | 100 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. |
101 | 101 |
102 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] | 102 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] |
103 isolate2_test/01: Fail # Issue 14458. | 103 isolate2_test/01: Fail # Issue 14458. |
104 | 104 |
105 [ $runtime == jsshell ] | 105 [ $runtime == jsshell ] |
106 timer_test: Fail # Issue 7728. | 106 timer_test: Fail # Issue 7728. |
107 | 107 |
108 [ $runtime == none ] | 108 [ $runtime == none ] |
109 timer_negative_test: Fail, OK # A negative runtime test. | 109 timer_negative_test: Fail, OK # A negative runtime test. |
110 bailout8_test: Fail, OK # Mismatch in thrown exception. | |
111 | 110 |
112 [ $compiler == dart2js && $csp ] | 111 [ $compiler == dart2js && $csp ] |
113 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin
g. | 112 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin
g. |
114 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
loading. | 113 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
loading. |
115 deferred_custom_loader_test: SkipByDesign # Issue 25683 | 114 deferred_custom_loader_test: SkipByDesign # Issue 25683 |
116 | 115 |
117 [ $compiler == none && $runtime == vm ] | 116 [ $compiler == none && $runtime == vm ] |
118 invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy | 117 invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy |
119 lookup_map/dead_entry_through_mirrors_test: SkipByDesign # Test for tree-shaking
, vm never tree-shakes | 118 lookup_map/dead_entry_through_mirrors_test: SkipByDesign # Test for tree-shaking
, vm never tree-shakes |
120 unconditional_dartio_import_test: SkipByDesign # dart2js only test | 119 unconditional_dartio_import_test: SkipByDesign # dart2js only test |
(...skipping 11 matching lines...) Expand all Loading... |
132 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 131 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
133 consistent_index_error_string_test: Pass, Slow # Issue 25940 | 132 consistent_index_error_string_test: Pass, Slow # Issue 25940 |
134 | 133 |
135 [ $compiler == dart2js ] | 134 [ $compiler == dart2js ] |
136 mirror_printer_test: Pass, Slow # Issue 25940, 16473 | 135 mirror_printer_test: Pass, Slow # Issue 25940, 16473 |
137 | 136 |
138 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 137 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
139 big_allocation_expression_test: Pass # Issue 27394 | 138 big_allocation_expression_test: Pass # Issue 27394 |
140 21666_test: Crash # Issue 27394 | 139 21666_test: Crash # Issue 27394 |
141 23486_test/02: Crash # Issue 27394 | 140 23486_test/02: Crash # Issue 27394 |
142 bailout_on_continue_test: RuntimeError # Issue 27394 | |
143 closure_type_reflection2_test: Crash # Issue 27394 | 141 closure_type_reflection2_test: Crash # Issue 27394 |
144 closure_type_reflection_test: Crash # Issue 27394 | 142 closure_type_reflection_test: Crash # Issue 27394 |
145 deferred/deferred_mirrors2_test: Crash # Issue 27394 | 143 deferred/deferred_mirrors2_test: Crash # Issue 27394 |
146 dummy_compiler_test: Crash # Issue 27394 | 144 dummy_compiler_test: Crash # Issue 27394 |
147 inference_super_set_call_test: RuntimeError # Issue 27394 | 145 inference_super_set_call_test: RuntimeError # Issue 27394 |
148 invalid_annotation2_test/01: Crash # Issue 27394 | 146 invalid_annotation2_test/01: Crash # Issue 27394 |
149 invalid_annotation2_test/none: Crash # Issue 27394 | 147 invalid_annotation2_test/none: Crash # Issue 27394 |
150 invalid_annotation_test/01: Crash # Issue 27394 | 148 invalid_annotation_test/01: Crash # Issue 27394 |
151 lookup_map/dead_entry_through_mirrors_test: Crash # Issue 27394 | 149 lookup_map/dead_entry_through_mirrors_test: Crash # Issue 27394 |
152 lookup_map/live_entry_through_mirrors_test: Crash # Issue 27394 | 150 lookup_map/live_entry_through_mirrors_test: Crash # Issue 27394 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 23404_test: Crash | 188 23404_test: Crash |
191 23432_test: Crash | 189 23432_test: Crash |
192 23804_test: Crash | 190 23804_test: Crash |
193 23828_test: Crash | 191 23828_test: Crash |
194 26243_test: Crash | 192 26243_test: Crash |
195 28749_test: Crash | 193 28749_test: Crash |
196 28919_test: Crash | 194 28919_test: Crash |
197 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash | 195 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash |
198 assert_with_message_test: Crash | 196 assert_with_message_test: Crash |
199 async_stacktrace_test: Crash | 197 async_stacktrace_test: Crash |
200 bailout8_test: Crash | |
201 bailout_aborting_if_test: Crash | |
202 bailout_on_break_test: Crash | |
203 bailout_on_continue_test: Timeout | |
204 bailout_test: Crash | |
205 big_allocation_expression_test: Crash | 198 big_allocation_expression_test: Crash |
206 bound_closure_interceptor_methods_test: Crash | 199 bound_closure_interceptor_methods_test: Crash |
207 bound_closure_interceptor_type_test: Crash | 200 bound_closure_interceptor_type_test: Crash |
208 break_test: Crash | 201 break_test: Crash |
209 checked_accessor_test: Crash | 202 checked_accessor_test: Crash |
210 closure3_test: Crash | 203 closure3_test: Crash |
211 closure4_test: Crash | 204 closure4_test: Crash |
212 closure5_test: Crash | 205 closure5_test: Crash |
213 closure6_test: Crash | 206 closure6_test: Crash |
214 closure7_test: Crash | 207 closure7_test: Crash |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 22917_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). | 353 22917_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). |
361 23056_test: Crash # NoSuchMethodError: The getter 'uri' was called on null. | 354 23056_test: Crash # NoSuchMethodError: The getter 'uri' was called on null. |
362 23264_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). | 355 23264_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). |
363 23404_test: RuntimeError | 356 23404_test: RuntimeError |
364 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. | 357 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. |
365 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. | 358 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. |
366 26243_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). | 359 26243_test: Crash # Assertion failure: Cannot find value local(unwrapException_c
losure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapExcep
tion#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for
j:closure_call(unwrapException_closure.call). |
367 28919_test: Crash # Assertion failure: Cannot find value local(foo_closure.call#
i) in (local(foo_closure.call#x), local(foo#)) for j:closure_call(foo_closure.ca
ll). | 360 28919_test: Crash # Assertion failure: Cannot find value local(foo_closure.call#
i) in (local(foo_closure.call#x), local(foo#)) for j:closure_call(foo_closure.ca
ll). |
368 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 361 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
369 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. | 362 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. |
370 bailout8_test: Crash # Assertion failure: Cannot find value local(unwrapExceptio
n_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapEx
ception#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) f
or j:closure_call(unwrapException_closure.call). | |
371 bailout_aborting_if_test: Crash # Assertion failure: Cannot find value local(Map
s_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), lo
cal(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_ca
ll(Maps_mapToString_closure.call). | |
372 bailout_on_break_test: Crash # RangeError (index): Invalid value: Valid value ra
nge is empty: 0 | |
373 bailout_on_continue_test: Timeout | |
374 bailout_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin | |
375 big_allocation_expression_test: Crash # Assertion failure: Cannot find value loc
al(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#
k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:clos
ure_call(Maps_mapToString_closure.call). | 363 big_allocation_expression_test: Crash # Assertion failure: Cannot find value loc
al(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#
k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:clos
ure_call(Maps_mapToString_closure.call). |
376 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e
nclosingClass' was called on null. | 364 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e
nclosingClass' was called on null. |
377 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. | 365 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. |
378 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 | 366 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 |
379 checked_accessor_test: Crash # Assertion failure: Cannot find value local(main_c
losure.call#f) in (local(main#)) for j:closure_call(main_closure.call). | 367 checked_accessor_test: Crash # Assertion failure: Cannot find value local(main_c
losure.call#f) in (local(main#)) for j:closure_call(main_closure.call). |
380 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 368 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
381 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on
null. | 369 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on
null. |
382 closure5_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter
'type'. | 370 closure5_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter
'type'. |
383 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 371 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
384 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 372 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. | 497 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. |
510 to_string_test: Crash | 498 to_string_test: Crash |
511 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). | 499 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). |
512 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). | 500 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). |
513 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). | 501 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). |
514 type_constant_switch_test/01: MissingCompileTimeError | 502 type_constant_switch_test/01: MissingCompileTimeError |
515 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 503 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
516 unconditional_dartio_import_test: CompileTimeError | 504 unconditional_dartio_import_test: CompileTimeError |
517 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. | 505 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. |
518 | 506 |
OLD | NEW |