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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 2993043002: Split language_2.status into multiple files. (Closed)
Patch Set: Merge branch 'master' into split-language-tests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_dart2js.status
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2_dart2js.status
similarity index 56%
copy from tests/language_2/language_2.status
copy to tests/language_2/language_2_dart2js.status
index 39901fb30ff11b752daf29c893baadfb25d18f6d..abd2300e38f5550c75d0f9f7ee84973cce1c5b35 100644
--- a/tests/language_2/language_2.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -2,95 +2,9 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# The VM and dart2js do not implement the Dart 2.0 static type errors yet.
-# Analyzer does, but only when "--strong" is used.
-[ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
-abstract_beats_arguments_test: MissingCompileTimeError
-abstract_exact_selector_test/01: MissingCompileTimeError
-abstract_factory_constructor_test/00: MissingCompileTimeError
-abstract_getter_test/01: MissingCompileTimeError
-abstract_syntax_test/00: MissingCompileTimeError
-assign_static_type_test/01: MissingCompileTimeError
-assign_static_type_test/02: MissingCompileTimeError
-assign_static_type_test/03: MissingCompileTimeError
-assign_static_type_test/04: MissingCompileTimeError
-assign_static_type_test/05: MissingCompileTimeError
-assign_static_type_test/06: MissingCompileTimeError
-assign_to_type_test/01: MissingCompileTimeError
-assign_to_type_test/02: MissingCompileTimeError
-assign_to_type_test/03: MissingCompileTimeError
-assign_to_type_test/04: MissingCompileTimeError
-assign_top_method_test: MissingCompileTimeError
-async_await_syntax_test/a10a: MissingCompileTimeError
-async_await_syntax_test/b10a: MissingCompileTimeError
-async_await_syntax_test/c10a: MissingCompileTimeError
-async_await_syntax_test/d08b: MissingCompileTimeError
-async_await_syntax_test/d10a: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
-async_return_types_test/nestedFuture: MissingCompileTimeError
-async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
-async_return_types_test/wrongReturnType: MissingCompileTimeError
-async_return_types_test/wrongTypeParameter: MissingCompileTimeError
-bad_constructor_test/05: MissingCompileTimeError
-bad_named_parameters2_test/01: MissingCompileTimeError
-bad_named_parameters_test/01: MissingCompileTimeError
-bad_named_parameters_test/02: MissingCompileTimeError
-bad_named_parameters_test/03: MissingCompileTimeError
-bad_named_parameters_test/04: MissingCompileTimeError
-bad_named_parameters_test/05: MissingCompileTimeError
-bad_override_test/01: MissingCompileTimeError
-bad_override_test/02: MissingCompileTimeError
-bad_override_test/06: MissingCompileTimeError
-bit_operations_test/01: MissingCompileTimeError
-bit_operations_test/02: MissingCompileTimeError
-bit_operations_test/03: MissingCompileTimeError
-bit_operations_test/04: MissingCompileTimeError
-
-[ $compiler == dart2analyzer && ! $strong && $checked ]
-abstract_beats_arguments_test: MissingCompileTimeError
-abstract_exact_selector_test/01: MissingCompileTimeError
-abstract_factory_constructor_test/00: MissingCompileTimeError
-abstract_getter_test/01: MissingCompileTimeError
-abstract_syntax_test/00: MissingCompileTimeError
-assign_top_method_test: MissingCompileTimeError
-assign_static_type_test/01: MissingCompileTimeError
-assign_static_type_test/03: MissingCompileTimeError
-assign_static_type_test/04: MissingCompileTimeError
-assign_static_type_test/05: MissingCompileTimeError
-assign_static_type_test/06: MissingCompileTimeError
-assign_to_type_test/01: MissingCompileTimeError
-assign_to_type_test/02: MissingCompileTimeError
-assign_to_type_test/03: MissingCompileTimeError
-assign_to_type_test/04: MissingCompileTimeError
-async_await_syntax_test/a10a: MissingCompileTimeError
-async_await_syntax_test/b10a: MissingCompileTimeError
-async_await_syntax_test/c10a: MissingCompileTimeError
-async_await_syntax_test/d08b: MissingCompileTimeError
-async_await_syntax_test/d10a: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
-async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
-async_return_types_test/wrongTypeParameter: MissingCompileTimeError
-async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
-async_return_types_test/wrongReturnType: MissingCompileTimeError
-async_return_types_test/nestedFuture: MissingCompileTimeError
-bad_constructor_test/05: MissingCompileTimeError
-bad_named_parameters2_test/01: MissingCompileTimeError
-bad_named_parameters_test/01: MissingCompileTimeError
-bad_named_parameters_test/02: MissingCompileTimeError
-bad_named_parameters_test/03: MissingCompileTimeError
-bad_named_parameters_test/04: MissingCompileTimeError
-bad_named_parameters_test/05: MissingCompileTimeError
-bad_override_test/01: MissingCompileTimeError
-bad_override_test/02: MissingCompileTimeError
-bad_override_test/06: MissingCompileTimeError
-bit_operations_test/01: MissingCompileTimeError
-bit_operations_test/02: MissingCompileTimeError
-bit_operations_test/03: MissingCompileTimeError
-bit_operations_test/04: MissingCompileTimeError
+# Sections in this file should contain "$compiler == dart2js".
+# dart2js does not implement the Dart 2.0 static type errors yet.
[ $compiler == dart2js ]
abstract_beats_arguments_test: MissingCompileTimeError
abstract_exact_selector_test/01: MissingCompileTimeError
@@ -133,25 +47,16 @@ bit_operations_test/01: MissingCompileTimeError
bit_operations_test/02: MissingCompileTimeError
bit_operations_test/03: MissingCompileTimeError
bit_operations_test/04: MissingCompileTimeError
-
-[ $compiler == dartdevc || $compiler == dart2analyzer ]
-async_return_types_test/nestedFuture: MissingCompileTimeError
-bit_operations_test/01: MissingCompileTimeError
-bit_operations_test/02: MissingCompileTimeError
-bit_operations_test/03: MissingCompileTimeError
-bit_operations_test/04: MissingCompileTimeError
+built_in_identifier_prefix_test: CompileTimeError
+generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
[ $compiler == dart2js && $runtime != none ]
bit_operations_test: RuntimeError, OK # Issue 1533
-# The VM and does not implement the Dart 2.0 runtime checks yet (unless --checked is explicitly passed).
-[ ! $checked && $runtime == vm ]
-bool_check_test: RuntimeError
-bool_condition_check_test: RuntimeError
-
[ $compiler == dart2js && ! $dart2js_with_kernel ]
accessor_conflict_export2_test: Crash # Issue 25626
accessor_conflict_export_test: Crash # Issue 25626
+assert_trailing_comma_test/none: CompileTimeError # Issue 29959
assertion_initializer_const_error2_test/cc01: Crash
assertion_initializer_const_error2_test/cc02: Crash
assertion_initializer_const_error2_test/cc03: Crash
@@ -164,7 +69,6 @@ assertion_initializer_const_error2_test/cc09: Crash
assertion_initializer_const_function_error_test/01: Crash
assertion_initializer_const_function_test/01: CompileTimeError
assertion_initializer_test: Crash
-assert_trailing_comma_test/none: CompileTimeError # Issue 29959
bad_typedef_test/00: Crash # Issue 28214
[ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
@@ -174,47 +78,9 @@ accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
accessor_conflict_import_test: RuntimeError # Issue 25626
branch_canonicalization_test: RuntimeError # Issue 638.
-[ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ]
-accessor_conflict_export2_test: CompileTimeError # Issue 25626
-accessor_conflict_export_test: CompileTimeError # Issue 25626
-accessor_conflict_import2_test: CompileTimeError # Issue 25626
-accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
-accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
-accessor_conflict_import_test: CompileTimeError # Issue 25626
-
-[ ! $strong && $compiler == dart2analyzer ]
-accessor_conflict_export2_test: StaticWarning # Issue 25626
-accessor_conflict_export_test: StaticWarning # Issue 25626
-accessor_conflict_import2_test: StaticWarning # Issue 25626
-accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
-accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
-accessor_conflict_import_test: StaticWarning # Issue 25626
-
-[ $compiler == dart2analyzer && ! $strong ]
-generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
-
-[ $compiler == dart2analyzer && $strong ]
-async_return_types_test/nestedFuture: MissingCompileTimeError
-generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30207
-bit_operations_test/01: MissingStaticWarning # Issue 28823
-bit_operations_test/02: MissingStaticWarning # Issue 28823
-bit_operations_test/03: MissingStaticWarning # Issue 28823
-bit_operations_test/04: MissingStaticWarning # Issue 28823
-
-[ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
-generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
-
-[ $compiler == dartdevc && $runtime != none ]
-async_star_cancel_while_paused_test: RuntimeError # Issue 29920
-async_star_pause_test: RuntimeError
-function_type/*: RuntimeError # Issue 28988
-
[ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_kernel && $runtime != none ]
assertion_test: RuntimeError # Issue 12748
-[ ! $checked ]
-function_type/*: Skip # Needs checked mode.
-
[ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
abstract_beats_arguments_test: RuntimeError # Issue 27394
abstract_runtime_error_test/01: RuntimeError # Issue 27394
@@ -230,6 +96,10 @@ async_await_syntax_test/a08b: Crash # Issue 27394
async_await_syntax_test/b06a: RuntimeError # Issue 27394
async_await_syntax_test/c06a: RuntimeError # Issue 27394
async_await_syntax_test/d06a: RuntimeError # Issue 27394
+async_star_pause_test: RuntimeError # Issue 27394
+async_star_regression_fisk_test: RuntimeError # Issue 27394
+async_star_stream_take_test: RuntimeError # Issue 27394
+async_star_take_reyield_test: RuntimeError # Issue 27394
black_listed_test/13c: Crash # Issue 27394
black_listed_test/14c: Crash # Issue 27394
bootstrap_test: RuntimeError # Issue 27394
@@ -765,172 +635,31 @@ function_type/function_type98_test: Crash
function_type/function_type99_test: Crash
function_type/function_type9_test: Crash
-[ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )]
-assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
-
-[ $compiler == dart2analyzer && $runtime == none ]
-assertion_initializer_const_error2_test/none: CompileTimeError
-assertion_initializer_const_function_test/01: CompileTimeError
-assertion_initializer_test: CompileTimeError
-
-# dartdevc doesn't support assertions in initializers.
-[ $compiler == dartdevc ]
-assertion_initializer_test: CompileTimeError
-assertion_initializer_const_error2_test/none: CompileTimeError
-assertion_initializer_const_function_test/01: CompileTimeError
-
-[ $compiler == dartdevc && $runtime != none ]
-bit_operations_test/01: RuntimeError # No bigints on web.
-bit_operations_test/02: RuntimeError # No bigints on web.
-bit_operations_test/03: RuntimeError # No bigints on web.
-bit_operations_test/04: RuntimeError # No bigints on web.
-bit_operations_test/none: RuntimeError # No bigints on web.
-branch_canonicalization_test: RuntimeError # Issue 29920
-
-[ $compiler == dartk && $runtime == vm ]
-arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
-
-[ $mode == product ]
-assertion_test: SkipByDesign # Requires checked mode.
-
-[$compiler == precompiler && $runtime == dart_precompiled && !$checked]
-assertion_initializer_const_error2_test/cc01: Pass, OK
-assertion_initializer_const_error2_test/cc02: CompileTimeError
-assertion_initializer_const_error2_test/cc03: Pass, OK
-assertion_initializer_const_error2_test/cc04: Pass, OK
-assertion_initializer_const_error2_test/cc05: Pass, OK
-assertion_initializer_const_error2_test/cc06: Pass, OK
-assertion_initializer_const_error2_test/cc07: Pass, OK
-assertion_initializer_const_error2_test/cc08: Pass, OK
-assertion_initializer_const_error2_test/cc09: Pass, OK
-assertion_initializer_const_error2_test/cc10: Pass, OK
-assertion_initializer_const_error2_test/cc11: Pass, OK
-assertion_initializer_const_error2_test/none: CompileTimeError
-
-[$compiler == precompiler && $runtime == dart_precompiled && $checked]
-assertion_initializer_const_error2_test/cc01: Pass
-assertion_initializer_const_error2_test/cc03: Pass
-assertion_initializer_const_error2_test/cc04: Pass
-assertion_initializer_const_error2_test/cc05: Pass
-assertion_initializer_const_error2_test/cc06: Pass
-assertion_initializer_const_error2_test/cc07: Pass
-assertion_initializer_const_error2_test/cc08: Pass
-assertion_initializer_const_error2_test/cc09: Pass
-assertion_initializer_const_error2_test/cc10: Pass
-assertion_initializer_const_error2_test/cc11: Pass
-assertion_initializer_const_error2_test/none: CompileTimeError
-
-[$compiler == none && $runtime == vm && !$checked]
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
-assertion_initializer_const_error_test/01: MissingCompileTimeError
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError
-
-[$compiler == none && $runtime == drt && !$checked]
-assertion_initializer_const_error2_test/cc02: Fail
-assertion_initializer_const_error_test/01: Fail
-assertion_initializer_const_function_error_test/01: Fail
-
-[$compiler == app_jit && $runtime == vm && !$checked]
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
-assertion_initializer_const_error_test/01: MissingCompileTimeError
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError
-
-[ $compiler == precompiler && $runtime == dart_precompiled ]
-assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
-assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
-
-[ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
-assertion_initializer_const_error_test/01: MissingCompileTimeError
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError
-
-[$compiler == dartk && $runtime == vm]
-assertion_initializer_const_error2_test/none: CompileTimeError
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError
-assertion_initializer_test: CompileTimeError
-
-[$compiler == dartk && $runtime == vm && !$checked]
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
-
-[$compiler == dartk && $runtime == vm && $checked]
-assertion_initializer_const_function_test/01: RuntimeError
-
-[$compiler == dartkp && $runtime == dart_precompiled]
-assertion_initializer_const_error2_test/none: CompileTimeError
-
-[$compiler == dartkp && $runtime == dart_precompiled && !$checked]
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError
-assertion_initializer_test: CompileTimeError
-
-[$compiler == dartkp && $runtime == dart_precompiled && $checked]
-assertion_initializer_const_error2_test/cc02: Crash
-assertion_initializer_const_error_test/none: Crash
-assertion_initializer_const_function_error_test/01: Crash
-assertion_initializer_const_function_error_test/none: Crash
-assertion_initializer_const_function_test/01: Crash
-assertion_initializer_const_function_test/none: Crash
-assertion_initializer_test: CompileTimeError
-
-[ $compiler == dartk || $compiler == dartkp ]
-assert_trailing_comma_test/none: CompileTimeError # Issue 29959
-
-# dartk: checked mode failures
-[ $checked && ($compiler == dartk || $compiler == dartkp) ]
-assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant evaluation.
-assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
-assign_static_type_test/02: MissingCompileTimeError
-
-[($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
-# The VM doesn't enforce that potentially const expressions are actually
-# const expressions when the constructor is called with `const`.
-assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
-
[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
async_star_cancel_while_paused_test: RuntimeError # Issue 22853
[ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
-async_star_no_cancel_test: RuntimeError # Need triage
-async_star_no_cancel2_test: RuntimeError # Need triage
async_star_await_pauses_test: RuntimeError # Need triage
+async_star_no_cancel2_test: RuntimeError # Need triage
+async_star_no_cancel_test: RuntimeError # Need triage
[ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
async_return_types_test/nestedFuture: Fail # Issue 26429
async_return_types_test/wrongTypeParameter: Fail # Issue 26429
-[ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
-async_star_pause_test: RuntimeError # Issue 27394
-async_star_regression_fisk_test: RuntimeError # Issue 27394
-async_star_stream_take_test: RuntimeError # Issue 27394
-async_star_take_reyield_test: RuntimeError # Issue 27394
+[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checked ]
+assign_instance_method_negative_test: Crash
+
+[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
+assign_instance_method_negative_test: Crash
+
+[ $compiler == dart2js && $runtime != none && $checked ]
+assert_with_message_test: RuntimeError
+
+[ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
+bool_check_test: RuntimeError # Issue 29647
+bool_condition_check_test: RuntimeError
-# Note: there are two flags to test dart2js with kernel:
-# - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part of the
-# compiler. This flag will be deleted soon
-# - dart2js_with_kernel: tests the entire pipeline with kernel.
[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ]
function_type/function_type14_test: Crash # Issue 27394
function_type/function_type15_test: Crash # Issue 27394
@@ -976,168 +705,3 @@ function_type/function_type6_test: Crash # Issue 27394
function_type/function_type7_test: Crash # Issue 27394
function_type/function_type98_test: Crash # Issue 27394
function_type/function_type99_test: Crash # Issue 27394
-
-[ $compiler == dart2js && $runtime != none && $checked ]
-assert_with_message_test: RuntimeError
-
-[ $checked && ($compiler == dartk || $compiler == dartkp) ]
-async_return_types_test/nestedFuture: Fail
-async_return_types_test/wrongTypeParameter: Fail
-
-[ $compiler == dartk || $compiler == dartkp ]
-function_type/function_type0_test: RuntimeError
-function_type/function_type10_test: RuntimeError
-function_type/function_type11_test: RuntimeError
-function_type/function_type12_test: RuntimeError
-function_type/function_type13_test: RuntimeError
-function_type/function_type14_test: RuntimeError
-function_type/function_type15_test: RuntimeError
-function_type/function_type16_test: RuntimeError
-function_type/function_type17_test: RuntimeError
-function_type/function_type18_test: RuntimeError
-function_type/function_type19_test: RuntimeError
-function_type/function_type1_test: RuntimeError
-function_type/function_type20_test: RuntimeError
-function_type/function_type21_test: RuntimeError
-function_type/function_type22_test: RuntimeError
-function_type/function_type23_test: RuntimeError
-function_type/function_type24_test: RuntimeError
-function_type/function_type25_test: RuntimeError
-function_type/function_type26_test: RuntimeError
-function_type/function_type27_test: RuntimeError
-function_type/function_type28_test: RuntimeError
-function_type/function_type29_test: RuntimeError
-function_type/function_type2_test: RuntimeError
-function_type/function_type30_test: RuntimeError
-function_type/function_type31_test: RuntimeError
-function_type/function_type32_test: RuntimeError
-function_type/function_type33_test: RuntimeError
-function_type/function_type34_test: RuntimeError
-function_type/function_type35_test: RuntimeError
-function_type/function_type36_test: RuntimeError
-function_type/function_type37_test: RuntimeError
-function_type/function_type38_test: RuntimeError
-function_type/function_type39_test: RuntimeError
-function_type/function_type3_test: RuntimeError
-function_type/function_type40_test: RuntimeError
-function_type/function_type41_test: RuntimeError
-function_type/function_type42_test: RuntimeError
-function_type/function_type43_test: RuntimeError
-function_type/function_type44_test: RuntimeError
-function_type/function_type45_test: RuntimeError
-function_type/function_type46_test: RuntimeError
-function_type/function_type47_test: RuntimeError
-function_type/function_type48_test: RuntimeError
-function_type/function_type49_test: RuntimeError
-function_type/function_type4_test: RuntimeError
-function_type/function_type50_test: RuntimeError
-function_type/function_type51_test: RuntimeError
-function_type/function_type52_test: RuntimeError
-function_type/function_type53_test: RuntimeError
-function_type/function_type54_test: RuntimeError
-function_type/function_type55_test: RuntimeError
-function_type/function_type56_test: RuntimeError
-function_type/function_type57_test: RuntimeError
-function_type/function_type58_test: RuntimeError
-function_type/function_type59_test: RuntimeError
-function_type/function_type5_test: RuntimeError
-function_type/function_type60_test: RuntimeError
-function_type/function_type61_test: RuntimeError
-function_type/function_type62_test: RuntimeError
-function_type/function_type63_test: RuntimeError
-function_type/function_type64_test: RuntimeError
-function_type/function_type65_test: RuntimeError
-function_type/function_type66_test: RuntimeError
-function_type/function_type67_test: RuntimeError
-function_type/function_type68_test: RuntimeError
-function_type/function_type69_test: RuntimeError
-function_type/function_type6_test: RuntimeError
-function_type/function_type70_test: RuntimeError
-function_type/function_type71_test: RuntimeError
-function_type/function_type72_test: RuntimeError
-function_type/function_type73_test: RuntimeError
-function_type/function_type74_test: RuntimeError
-function_type/function_type75_test: RuntimeError
-function_type/function_type76_test: RuntimeError
-function_type/function_type77_test: RuntimeError
-function_type/function_type78_test: RuntimeError
-function_type/function_type79_test: RuntimeError
-function_type/function_type7_test: RuntimeError
-function_type/function_type80_test: RuntimeError
-function_type/function_type81_test: RuntimeError
-function_type/function_type82_test: RuntimeError
-function_type/function_type83_test: RuntimeError
-function_type/function_type84_test: RuntimeError
-function_type/function_type85_test: RuntimeError
-function_type/function_type86_test: RuntimeError
-function_type/function_type87_test: RuntimeError
-function_type/function_type88_test: RuntimeError
-function_type/function_type89_test: RuntimeError
-function_type/function_type8_test: RuntimeError
-function_type/function_type90_test: RuntimeError
-function_type/function_type91_test: RuntimeError
-function_type/function_type92_test: RuntimeError
-function_type/function_type93_test: RuntimeError
-function_type/function_type94_test: RuntimeError
-function_type/function_type95_test: RuntimeError
-function_type/function_type96_test: RuntimeError
-function_type/function_type97_test: RuntimeError
-function_type/function_type98_test: RuntimeError
-function_type/function_type99_test: RuntimeError
-function_type/function_type9_test: RuntimeError
-
-# These test entries will be valid for vm (with and without kernel).
-[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
-async_star_cancel_while_paused_test: RuntimeError
-# This is OK for now, but we may want to change the semantics to match the test.
-async_star_pause_test: Fail, OK
-
-[ $compiler == dartk && $runtime == vm ]
-async_star_cancel_while_paused_test: RuntimeError
-
-[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
-async_star_regression_2238_test: CompileTimeError, RuntimeError
-
-# flutter uses --error_on_bad_type, --error_on_bad_override
-# and --await_is_keyword so # the following tests fail with
-# a Compilation Error
-[ $runtime == flutter ]
-async_await_test: CompileTimeError
-async_await_syntax_test/a05c: CompileTimeError
-async_await_syntax_test/a05e: CompileTimeError
-async_await_syntax_test/d08c: CompileTimeError
-bad_override_test/06: CompileTimeError
-
-# Look like bugs.
-async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
-async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
-async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
-async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
-async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
-async_star_no_cancel_test: Skip # Flutter Issue 9110
-
-[ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
-bool_check_test: RuntimeError # Issue 29647
-bool_condition_check_test: RuntimeError
-
-[ $compiler == precompiler && $runtime == dart_precompiled ]
-bool_check_test: RuntimeError
-bool_condition_check_test: RuntimeError
-built_in_identifier_prefix_test: CompileTimeError
-
-[ $compiler == dart2analyzer || $compiler == dartdevc ]
-bad_initializer2_negative_test: fail # Issue 14880
-black_listed_test/none: fail # Issue 14228
-bad_initializer1_negative_test: CompileTimeError # Issue 14529
-bad_named_constructor_negative_test: CompileTimeError # Issue 18693
-body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
-built_in_identifier_prefix_test: CompileTimeError
-
-[ $runtime == vm ]
-built_in_identifier_prefix_test: CompileTimeError
-
-[ $compiler == dart2js ]
-built_in_identifier_prefix_test: CompileTimeError
-
-[ $compiler == dartdevc ]
-built_in_identifier_prefix_test: CompileTimeError
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698