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

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

Issue 3001433002: Migrating a block of dart 1 tests to dart 2 (Closed)
Patch Set: Fixed merge conflict characters 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_flutter.status ('k') | tests/language_2/language_2_vm.status » ('j') | 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 # Sections in this file should contain "$compiler == precompiler" or 5 # Sections in this file should contain "$compiler == precompiler" or
6 # "$runtime == dart_precompiled". 6 # "$runtime == dart_precompiled".
7 7
8 [ $runtime == dart_precompiled ] 8 [ $runtime == dart_precompiled ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 assertion_initializer_const_error_test/01: MissingCompileTimeError 116 assertion_initializer_const_error_test/01: MissingCompileTimeError
117 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 117 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
118 118
119 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 119 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
120 async_star_regression_2238_test: CompileTimeError, RuntimeError 120 async_star_regression_2238_test: CompileTimeError, RuntimeError
121 121
122 # These test entries will be valid for vm (with and without kernel). 122 # These test entries will be valid for vm (with and without kernel).
123 [ $runtime == dart_precompiled ] 123 [ $runtime == dart_precompiled ]
124 async_star_cancel_while_paused_test: RuntimeError 124 async_star_cancel_while_paused_test: RuntimeError
125 async_star_pause_test: Fail, OK 125 async_star_pause_test: Fail, OK
126
127 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
128 class_keyword_test/02: MissingCompileTimeError # Issue 13627
OLDNEW
« no previous file with comments | « tests/language_2/language_2_flutter.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698