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

Side by Side Diff: tests/language_2/language_2.status

Issue 2991293002: Update language_2.status for vm-kernel and vm-precomp (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) 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. 366 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen.
367 bit_operations_test/01: RuntimeError # No bigints on web. 367 bit_operations_test/01: RuntimeError # No bigints on web.
368 bit_operations_test/02: RuntimeError # No bigints on web. 368 bit_operations_test/02: RuntimeError # No bigints on web.
369 bit_operations_test/03: RuntimeError # No bigints on web. 369 bit_operations_test/03: RuntimeError # No bigints on web.
370 bit_operations_test/04: RuntimeError # No bigints on web. 370 bit_operations_test/04: RuntimeError # No bigints on web.
371 bit_operations_test/none: RuntimeError # No bigints on web. 371 bit_operations_test/none: RuntimeError # No bigints on web.
372 branch_canonicalization_test: RuntimeError # Issue 29920 372 branch_canonicalization_test: RuntimeError # Issue 29920
373 373
374 [ $compiler == dartk && $runtime == vm ] 374 [ $compiler == dartk && $runtime == vm ]
375 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 375 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
376 assertion_test: RuntimeError
377 bool_test: RuntimeError # Throws CastError instead of TypeError
378 376
379 [ $mode == product ] 377 [ $mode == product ]
380 assertion_test: SkipByDesign # Requires checked mode. 378 assertion_test: SkipByDesign # Requires checked mode.
381 379
382 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] 380 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
383 assertion_initializer_const_error2_test/cc01: Pass, OK 381 assertion_initializer_const_error2_test/cc01: Pass, OK
384 assertion_initializer_const_error2_test/cc02: CompileTimeError 382 assertion_initializer_const_error2_test/cc02: CompileTimeError
385 assertion_initializer_const_error2_test/cc03: Pass, OK 383 assertion_initializer_const_error2_test/cc03: Pass, OK
386 assertion_initializer_const_error2_test/cc04: Pass, OK 384 assertion_initializer_const_error2_test/cc04: Pass, OK
387 assertion_initializer_const_error2_test/cc05: Pass, OK 385 assertion_initializer_const_error2_test/cc05: Pass, OK
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 937 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
940 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 938 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
941 async_star_no_cancel_test: Skip # Flutter Issue 9110 939 async_star_no_cancel_test: Skip # Flutter Issue 9110
942 940
943 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 941 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
944 bool_check_test: RuntimeError # Issue 29647 942 bool_check_test: RuntimeError # Issue 29647
945 bool_condition_check_test: RuntimeError 943 bool_condition_check_test: RuntimeError
946 944
947 [ $compiler == precompiler && $runtime == dart_precompiled ] 945 [ $compiler == precompiler && $runtime == dart_precompiled ]
948 bool_check_test: RuntimeError 946 bool_check_test: RuntimeError
947 bool_condition_check_test: RuntimeError
948 built_in_identifier_prefix_test: CompileTimeError
949 949
950 [ $compiler == dart2analyzer || $compiler == dartdevc ] 950 [ $compiler == dart2analyzer || $compiler == dartdevc ]
951 bad_initializer2_negative_test: fail # Issue 14880 951 bad_initializer2_negative_test: fail # Issue 14880
952 black_listed_test/none: fail # Issue 14228 952 black_listed_test/none: fail # Issue 14228
953 bad_initializer1_negative_test: CompileTimeError # Issue 14529 953 bad_initializer1_negative_test: CompileTimeError # Issue 14529
954 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 954 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
955 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 955 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
956 built_in_identifier_prefix_test: CompileTimeError 956 built_in_identifier_prefix_test: CompileTimeError
957 957
958 [ $runtime == vm ] 958 [ $runtime == vm ]
959 built_in_identifier_prefix_test: CompileTimeError 959 built_in_identifier_prefix_test: CompileTimeError
960 960
961 [ $compiler == dart2js ] 961 [ $compiler == dart2js ]
962 built_in_identifier_prefix_test: CompileTimeError 962 built_in_identifier_prefix_test: CompileTimeError
963 963
964 [ $compiler == dartdevc ] 964 [ $compiler == dartdevc ]
965 built_in_identifier_prefix_test: CompileTimeError 965 built_in_identifier_prefix_test: CompileTimeError
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