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

Side by Side Diff: tests/language_2/language_2_dartdevc.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_dart2js.status ('k') | tests/language_2/language_2_flutter.status » ('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 "$compiler == dartdevc".
6
7 [ $compiler == dartdevc ]
8 async_return_types_test/nestedFuture: MissingCompileTimeError
9 bit_operations_test/01: MissingCompileTimeError
10 bit_operations_test/02: MissingCompileTimeError
11 bit_operations_test/03: MissingCompileTimeError
12 bit_operations_test/04: MissingCompileTimeError
13 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
14 assertion_initializer_test: CompileTimeError
15 assertion_initializer_const_error2_test/none: CompileTimeError
16 assertion_initializer_const_function_test/01: CompileTimeError
17 bad_initializer2_negative_test: fail # Issue 14880
18 black_listed_test/none: fail # Issue 14228
19 bad_initializer1_negative_test: CompileTimeError # Issue 14529
20 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
21 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
22 built_in_identifier_prefix_test: CompileTimeError
23 built_in_identifier_prefix_test: CompileTimeError
24
25 [ $strong && $compiler == dartdevc ]
26 accessor_conflict_export2_test: CompileTimeError # Issue 25626
27 accessor_conflict_export_test: CompileTimeError # Issue 25626
28 accessor_conflict_import2_test: CompileTimeError # Issue 25626
29 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
30 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
31 accessor_conflict_import_test: CompileTimeError # Issue 25626
32
33 [ $compiler == dartdevc && $runtime != none ]
34 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
35 async_star_pause_test: RuntimeError
36 bit_operations_test/01: RuntimeError # No bigints on web.
37 bit_operations_test/02: RuntimeError # No bigints on web.
38 bit_operations_test/03: RuntimeError # No bigints on web.
39 bit_operations_test/04: RuntimeError # No bigints on web.
40 bit_operations_test/none: RuntimeError # No bigints on web.
41 branch_canonicalization_test: RuntimeError # Issue 29920
42 function_type/*: RuntimeError # Issue 28988
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dart2js.status ('k') | tests/language_2/language_2_flutter.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698