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

Side by Side Diff: tests/language_2/language_2_vm.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 unified diff | Download patch
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # Sections in this file should contain "$runtime == vm".
6
7 # The VM does not implement the Dart 2.0 static type errors yet.
8 [ $runtime == vm ]
9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError
11 abstract_factory_constructor_test/00: MissingCompileTimeError
12 abstract_getter_test/01: MissingCompileTimeError
13 abstract_syntax_test/00: MissingCompileTimeError
14 assign_static_type_test/01: MissingCompileTimeError
15 assign_static_type_test/02: MissingCompileTimeError
16 assign_static_type_test/03: MissingCompileTimeError
17 assign_static_type_test/04: MissingCompileTimeError
18 assign_static_type_test/05: MissingCompileTimeError
19 assign_static_type_test/06: MissingCompileTimeError
20 assign_to_type_test/01: MissingCompileTimeError
21 assign_to_type_test/02: MissingCompileTimeError
22 assign_to_type_test/03: MissingCompileTimeError
23 assign_to_type_test/04: MissingCompileTimeError
24 assign_top_method_test: MissingCompileTimeError
25 async_await_syntax_test/a10a: MissingCompileTimeError
26 async_await_syntax_test/b10a: MissingCompileTimeError
27 async_await_syntax_test/c10a: MissingCompileTimeError
28 async_await_syntax_test/d08b: MissingCompileTimeError
29 async_await_syntax_test/d10a: MissingCompileTimeError
30 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
31 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
32 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
33 async_return_types_test/nestedFuture: MissingCompileTimeError
34 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
35 async_return_types_test/wrongReturnType: MissingCompileTimeError
36 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
37 bad_constructor_test/05: MissingCompileTimeError
38 bad_named_parameters2_test/01: MissingCompileTimeError
39 bad_named_parameters_test/01: MissingCompileTimeError
40 bad_named_parameters_test/02: MissingCompileTimeError
41 bad_named_parameters_test/03: MissingCompileTimeError
42 bad_named_parameters_test/04: MissingCompileTimeError
43 bad_named_parameters_test/05: MissingCompileTimeError
44 bad_override_test/01: MissingCompileTimeError
45 bad_override_test/02: MissingCompileTimeError
46 bad_override_test/06: MissingCompileTimeError
47 bit_operations_test/01: MissingCompileTimeError
48 bit_operations_test/02: MissingCompileTimeError
49 bit_operations_test/03: MissingCompileTimeError
50 bit_operations_test/04: MissingCompileTimeError
51 built_in_identifier_prefix_test: CompileTimeError
52
53 # The VM and does not implement the Dart 2.0 runtime checks yet unless
54 # --checked is explicitly passed).
55 [ $runtime == vm && !$checked ]
56 bool_check_test: RuntimeError
57 bool_condition_check_test: RuntimeError
58
59 # The VM doesn't enforce that potentially const expressions are actually
60 # const expressions when the constructor is called with `const`.
61 [ $runtime == vm && $compiler == none && $checked ]
62 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
63
64 [ $compiler == dartk && $runtime == vm ]
65 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
66
67 [ $compiler == none && $runtime == vm && !$checked ]
68 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
69 assertion_initializer_const_error_test/01: MissingCompileTimeError
70 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
71
72 [ $compiler == app_jit && $runtime == vm && !$checked ]
73 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
74 assertion_initializer_const_error_test/01: MissingCompileTimeError
75 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
OLDNEW
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698