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

Side by Side Diff: tests/language_2/language_2_vm.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
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 "$runtime == vm". 5 # Sections in this file should contain "$runtime == vm".
6 6
7 # The VM does not implement the Dart 2.0 static type errors yet. 7 # The VM does not implement the Dart 2.0 static type errors yet.
8 [ $runtime == vm ] 8 [ $runtime == vm ]
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 [ $compiler == none && $runtime == vm && !$checked ] 89 [ $compiler == none && $runtime == vm && !$checked ]
90 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 90 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
91 assertion_initializer_const_error_test/01: MissingCompileTimeError 91 assertion_initializer_const_error_test/01: MissingCompileTimeError
92 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 92 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
93 93
94 [ $compiler == app_jit && $runtime == vm && !$checked ] 94 [ $compiler == app_jit && $runtime == vm && !$checked ]
95 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 95 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
96 assertion_initializer_const_error_test/01: MissingCompileTimeError 96 assertion_initializer_const_error_test/01: MissingCompileTimeError
97 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 97 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
98
99 [$runtime == vm && $compiler == none && $system == fuchsia]
100 closure_cycles_test: Pass, Crash
OLDNEW
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tests/language_strong/class_keyword_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698