Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 3005823002: Handle forwarding constructors to unnamed mixin applications (Closed)
Patch Set: Updated cf. comments Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 mirrors_used_metatargets_test: Crash # Issue 27394 161 mirrors_used_metatargets_test: Crash # Issue 27394
162 mirrors_used_native_test: Crash # Issue 27394 162 mirrors_used_native_test: Crash # Issue 27394
163 recursive_import_test: Crash # Issue 27394 163 recursive_import_test: Crash # Issue 27394
164 reflect_native_types_test: Crash # Issue 27394 164 reflect_native_types_test: Crash # Issue 27394
165 165
166 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ] 166 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ]
167 js_dispatch_property_test: Crash # Issue 27394 167 js_dispatch_property_test: Crash # Issue 27394
168 regress/4562_test/01: Crash # Issue 27394 168 regress/4562_test/01: Crash # Issue 27394
169 169
170 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 170 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
171 10216a_test: Crash
172 10216b_test: Crash
173 16400_test: Crash 171 16400_test: Crash
174 17856_test: Crash 172 17856_test: Crash
175 19191_test: Crash 173 19191_test: Crash
176 21666_test: Crash 174 21666_test: Crash
177 22868_test: Crash 175 22868_test: Crash
178 22917_test: Crash 176 22917_test: Crash
179 23404_test: RuntimeError 177 23404_test: RuntimeError
180 23432_test: Crash 178 23432_test: Crash
181 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where 179 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
182 23828_test: Crash 180 23828_test: Crash
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 lookup_map/escaping_entries_test: Crash 241 lookup_map/escaping_entries_test: Crash
244 lookup_map/generic_type_test: Crash 242 lookup_map/generic_type_test: Crash
245 lookup_map/live_entry_single_pair_test: Crash 243 lookup_map/live_entry_single_pair_test: Crash
246 lookup_map/live_entry_test: Crash 244 lookup_map/live_entry_test: Crash
247 lookup_map/live_entry_through_mirrors_test: Crash 245 lookup_map/live_entry_through_mirrors_test: Crash
248 lookup_map/live_entry_through_mirrors_used_test: Crash 246 lookup_map/live_entry_through_mirrors_used_test: Crash
249 lookup_map/reachable_data2_test: Crash 247 lookup_map/reachable_data2_test: Crash
250 lookup_map/reachable_data_test: Crash 248 lookup_map/reachable_data_test: Crash
251 lookup_map/subclass_lookup_map_test: Crash 249 lookup_map/subclass_lookup_map_test: Crash
252 many_constants_test: Crash 250 many_constants_test: Crash
253 many_fields_test: Crash
254 mirror_invalid_field_access2_test: Crash 251 mirror_invalid_field_access2_test: Crash
255 mirror_invalid_field_access3_test: Crash 252 mirror_invalid_field_access3_test: Crash
256 mirror_invalid_field_access4_test: Crash 253 mirror_invalid_field_access4_test: Crash
257 mirror_invalid_field_access_test: Crash 254 mirror_invalid_field_access_test: Crash
258 mirror_invalid_invoke2_test: Crash 255 mirror_invalid_invoke2_test: Crash
259 mirror_invalid_invoke3_test: Crash 256 mirror_invalid_invoke3_test: Crash
260 mirror_invalid_invoke_test: Crash 257 mirror_invalid_invoke_test: Crash
261 mirror_printer_test/01: Crash 258 mirror_printer_test/01: Crash
262 mirror_printer_test/none: Crash 259 mirror_printer_test/none: Crash
263 mirror_test: Crash 260 mirror_test: Crash
(...skipping 27 matching lines...) Expand all
291 timer_test: Crash 288 timer_test: Crash
292 truncation_errors_test: Crash 289 truncation_errors_test: Crash
293 type_argument_factory_crash_test: Crash 290 type_argument_factory_crash_test: Crash
294 type_argument_factory_nocrash_test: Crash 291 type_argument_factory_nocrash_test: Crash
295 type_constant_switch_test/01: MissingCompileTimeError 292 type_constant_switch_test/01: MissingCompileTimeError
296 type_error_message_test: Crash 293 type_error_message_test: Crash
297 unconditional_dartio_import_test: CompileTimeError 294 unconditional_dartio_import_test: CompileTimeError
298 useful_error_message_1_test: Crash 295 useful_error_message_1_test: Crash
299 296
300 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 297 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
301 10216a_test: Crash # Assertion failure: Super constructor for k:constructor(B.) not found.
302 10216b_test: Crash # Assertion failure: Super constructor for k:constructor(B.) not found.
303 16400_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 298 16400_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
304 17856_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_ closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapTo String_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToS tring_closure.call). 299 17856_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_ closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapTo String_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToS tring_closure.call).
305 19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 300 19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
306 21666_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin 301 21666_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
307 22868_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 302 22868_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
308 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). 303 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).
309 23404_test: RuntimeError 304 23404_test: RuntimeError
310 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 305 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
311 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'. 306 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'.
312 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 307 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 lookup_map/escaping_entries_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'. 365 lookup_map/escaping_entries_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'.
371 lookup_map/generic_type_test: Crash # NoSuchMethodError: Class 'KField' has no i nstance getter 'constant'. 366 lookup_map/generic_type_test: Crash # NoSuchMethodError: Class 'KField' has no i nstance getter 'constant'.
372 lookup_map/live_entry_single_pair_test: Crash # NoSuchMethodError: Class 'KField ' has no instance getter 'constant'. 367 lookup_map/live_entry_single_pair_test: Crash # NoSuchMethodError: Class 'KField ' has no instance getter 'constant'.
373 lookup_map/live_entry_test: Crash # NoSuchMethodError: Class 'KField' has no ins tance getter 'constant'. 368 lookup_map/live_entry_test: Crash # NoSuchMethodError: Class 'KField' has no ins tance getter 'constant'.
374 lookup_map/live_entry_through_mirrors_test: Crash # NoSuchMethodError: Class 'KF ield' has no instance getter 'constant'. 369 lookup_map/live_entry_through_mirrors_test: Crash # NoSuchMethodError: Class 'KF ield' has no instance getter 'constant'.
375 lookup_map/live_entry_through_mirrors_used_test: Crash # NoSuchMethodError: Clas s 'KField' has no instance getter 'constant'. 370 lookup_map/live_entry_through_mirrors_used_test: Crash # NoSuchMethodError: Clas s 'KField' has no instance getter 'constant'.
376 lookup_map/reachable_data2_test: Crash # NoSuchMethodError: Class 'KField' has n o instance getter 'constant'. 371 lookup_map/reachable_data2_test: Crash # NoSuchMethodError: Class 'KField' has n o instance getter 'constant'.
377 lookup_map/reachable_data_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'. 372 lookup_map/reachable_data_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'.
378 lookup_map/subclass_lookup_map_test: Crash # NoSuchMethodError: Class 'KField' h as no instance getter 'constant'. 373 lookup_map/subclass_lookup_map_test: Crash # NoSuchMethodError: Class 'KField' h as no instance getter 'constant'.
379 many_constants_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call). 374 many_constants_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call).
380 many_fields_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on n ull.
381 mirror_invalid_field_access2_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call). 375 mirror_invalid_field_access2_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call).
382 mirror_invalid_field_access3_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call). 376 mirror_invalid_field_access3_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call).
383 mirror_invalid_field_access4_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call). 377 mirror_invalid_field_access4_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closur e.call).
384 mirror_invalid_field_access_test: Crash # Assertion failure: Cannot find value l ocal(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure .call). 378 mirror_invalid_field_access_test: Crash # Assertion failure: Cannot find value l ocal(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure .call).
385 mirror_invalid_invoke2_test: Crash # Assertion failure: Cannot find value local( main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call ). 379 mirror_invalid_invoke2_test: Crash # Assertion failure: Cannot find value local( main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call ).
386 mirror_invalid_invoke3_test: Crash # Assertion failure: Cannot find value local( main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call ). 380 mirror_invalid_invoke3_test: Crash # Assertion failure: Cannot find value local( main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call ).
387 mirror_invalid_invoke_test: Crash # Assertion failure: Cannot find value local(m ain_closure.call#lm) in (local(main#)) for j:closure_call(main_closure.call). 381 mirror_invalid_invoke_test: Crash # Assertion failure: Cannot find value local(m ain_closure.call#lm) in (local(main#)) for j:closure_call(main_closure.call).
388 mirror_printer_test/01: Crash # NoSuchMethodError: The method 'accept' was calle d on null. 382 mirror_printer_test/01: Crash # NoSuchMethodError: The method 'accept' was calle d on null.
389 mirror_printer_test/none: Crash # Assertion failure: Cannot find value local(ini tHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), loca l(initHooks#)) for j:closure_call(initHooks_closure.call). 383 mirror_printer_test/none: Crash # Assertion failure: Cannot find value local(ini tHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), loca l(initHooks#)) for j:closure_call(initHooks_closure.call).
390 mirror_test: Crash # Assertion failure: Cannot find value local(initHooks_closur e.call#prototypeForTag) in (local(initHooks_closure.call#tag), local(initHooks#) ) for j:closure_call(initHooks_closure.call). 384 mirror_test: Crash # Assertion failure: Cannot find value local(initHooks_closur e.call#prototypeForTag) in (local(initHooks_closure.call#tag), local(initHooks#) ) for j:closure_call(initHooks_closure.call).
(...skipping 28 matching lines...) Expand all
419 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 413 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
420 to_string_test: Crash 414 to_string_test: Crash
421 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). 415 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call).
422 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). 416 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).
423 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). 417 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).
424 type_constant_switch_test/01: MissingCompileTimeError 418 type_constant_switch_test/01: MissingCompileTimeError
425 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 419 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
426 unconditional_dartio_import_test: CompileTimeError 420 unconditional_dartio_import_test: CompileTimeError
427 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null. 421 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null.
428 422
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698