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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2996263002: Update dart2js_with_kernel status (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 cast_test/none: RuntimeError 576 cast_test/none: RuntimeError
577 catch_liveness_test: Crash 577 catch_liveness_test: Crash
578 cha_deopt1_test: CompileTimeError 578 cha_deopt1_test: CompileTimeError
579 cha_deopt2_test: CompileTimeError 579 cha_deopt2_test: CompileTimeError
580 cha_deopt3_test: CompileTimeError 580 cha_deopt3_test: CompileTimeError
581 check_member_static_test/02: MissingCompileTimeError 581 check_member_static_test/02: MissingCompileTimeError
582 class_cycle_test/02: MissingCompileTimeError 582 class_cycle_test/02: MissingCompileTimeError
583 class_cycle_test/03: MissingCompileTimeError 583 class_cycle_test/03: MissingCompileTimeError
584 closure_in_field_test/01: Crash 584 closure_in_field_test/01: Crash
585 closure_in_field_test/02: Crash 585 closure_in_field_test/02: Crash
586 closure_in_field_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo3/s dk/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 340 pos 14: 'value != null': No value for field j:field(Mixin.field)
586 compile_time_constant_a_test: Crash 587 compile_time_constant_a_test: Crash
587 compile_time_constant_b_test: Crash 588 compile_time_constant_b_test: Crash
588 compile_time_constant_c_test/02: Crash 589 compile_time_constant_c_test/02: Crash
589 compile_time_constant_m_test: RuntimeError 590 compile_time_constant_m_test: RuntimeError
590 compile_time_constant_p_test/01: Crash 591 compile_time_constant_p_test/01: Crash
591 conditional_import_string_test: CompileTimeError 592 conditional_import_string_test: CompileTimeError
592 conditional_import_test: CompileTimeError 593 conditional_import_test: CompileTimeError
593 config_import_corelib_test: RuntimeError 594 config_import_corelib_test: RuntimeError
594 config_import_test: RuntimeError 595 config_import_test: RuntimeError
595 const_conditional_test/08: MissingCompileTimeError 596 const_conditional_test/08: MissingCompileTimeError
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 cast_test/none: Crash 1492 cast_test/none: Crash
1492 catch_liveness_test: Crash 1493 catch_liveness_test: Crash
1493 cha_deopt1_test: CompileTimeError 1494 cha_deopt1_test: CompileTimeError
1494 cha_deopt2_test: CompileTimeError 1495 cha_deopt2_test: CompileTimeError
1495 cha_deopt3_test: CompileTimeError 1496 cha_deopt3_test: CompileTimeError
1496 check_member_static_test/02: MissingCompileTimeError 1497 check_member_static_test/02: MissingCompileTimeError
1497 class_cycle_test/02: MissingCompileTimeError 1498 class_cycle_test/02: MissingCompileTimeError
1498 class_cycle_test/03: MissingCompileTimeError 1499 class_cycle_test/03: MissingCompileTimeError
1499 closure_in_field_test/01: Crash 1500 closure_in_field_test/01: Crash
1500 closure_in_field_test/02: Crash 1501 closure_in_field_test/02: Crash
1502 closure_in_field_test/none: Crash # NoSuchMethodError: The getter 'usedBy' was c alled on null.
1501 compile_time_constant_a_test: Crash 1503 compile_time_constant_a_test: Crash
1502 compile_time_constant_b_test: Crash 1504 compile_time_constant_b_test: Crash
1503 compile_time_constant_c_test/02: Crash 1505 compile_time_constant_c_test/02: Crash
1504 compile_time_constant_m_test: RuntimeError 1506 compile_time_constant_m_test: RuntimeError
1505 compile_time_constant_p_test/01: Crash 1507 compile_time_constant_p_test/01: Crash
1506 conditional_import_string_test: CompileTimeError 1508 conditional_import_string_test: CompileTimeError
1507 conditional_import_test: CompileTimeError 1509 conditional_import_test: CompileTimeError
1508 config_import_corelib_test: RuntimeError 1510 config_import_corelib_test: RuntimeError
1509 config_import_test: RuntimeError 1511 config_import_test: RuntimeError
1510 const_conditional_test/08: MissingCompileTimeError 1512 const_conditional_test/08: MissingCompileTimeError
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 type_variable_conflict2_test/09: Crash 2277 type_variable_conflict2_test/09: Crash
2276 type_variable_field_initializer_closure2_test: Crash 2278 type_variable_field_initializer_closure2_test: Crash
2277 type_variable_field_initializer_closure_test: Crash 2279 type_variable_field_initializer_closure_test: Crash
2278 type_variable_function_type_test: RuntimeError 2280 type_variable_function_type_test: RuntimeError
2279 type_variable_nested_test: Crash 2281 type_variable_nested_test: Crash
2280 typecheck_multifield_declaration_test: Crash 2282 typecheck_multifield_declaration_test: Crash
2281 typedef_is_test: Crash 2283 typedef_is_test: Crash
2282 variable_declaration_metadata_test/none: Crash 2284 variable_declaration_metadata_test/none: Crash
2283 yieldstar_pause_test: Crash 2285 yieldstar_pause_test: Crash
2284 2286
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698