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

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 2987793002: Migrate test block 7 to Dart 2.0. (Closed)
Patch Set: Final review comment, dropping static multitest 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/corelib/error_stack_trace_test.dart ('k') | tests/corelib_2/double_round2_test.dart » ('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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 149 int_modulo_arith_test/bignum: RuntimeError # Issue 29921
150 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 150 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
151 regress_r21715_test: RuntimeError # Requires bigint support. 151 regress_r21715_test: RuntimeError # Requires bigint support.
152 152
153 [ $compiler == dart2js && $runtime != none ] 153 [ $compiler == dart2js && $runtime != none ]
154 nan_infinity_test/01: RuntimeError 154 nan_infinity_test/01: RuntimeError
155 155
156 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 156 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
157 core_runtime_types_test: Pass, Fail # Issue 27913 157 core_runtime_types_test: Pass, Fail # Issue 27913
158 158
159 [ $compiler != dartdevc ]
160 error_stack_trace_test/static: MissingCompileTimeError
161
162 [ $compiler == dartdevc ]
163 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex ception caught from 'throw null;'
164
159 [ $runtime == flutter ] 165 [ $runtime == flutter ]
160 apply3_test: CompileTimeError # mirrors not supported 166 apply3_test: CompileTimeError # mirrors not supported
161 bool_from_environment_test: Fail # Flutter Issue 9111 167 bool_from_environment_test: Fail # Flutter Issue 9111
162 int_from_environment_test: Fail # Flutter Issue 9111 168 int_from_environment_test: Fail # Flutter Issue 9111
163 int_from_environment2_test: Fail # Flutter Issue 9111 169 int_from_environment2_test: Fail # Flutter Issue 9111
164 format_exception_test: RuntimeError # Flutter Issue 9111 170 format_exception_test: RuntimeError # Flutter Issue 9111
165 from_environment_const_type_test/none: Fail # Flutter Issue 9111 171 from_environment_const_type_test/none: Fail # Flutter Issue 9111
166 from_environment_const_type_test/01: Fail # Flutter Issue 9111 172 from_environment_const_type_test/01: Fail # Flutter Issue 9111
167 from_environment_const_type_test/05: Fail # Flutter Issue 9111 173 from_environment_const_type_test/05: Fail # Flutter Issue 9111
168 from_environment_const_type_test/10: Fail # Flutter Issue 9111 174 from_environment_const_type_test/10: Fail # Flutter Issue 9111
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 symbol_operator_test/03: RuntimeError # Issue 27394 354 symbol_operator_test/03: RuntimeError # Issue 27394
349 symbol_reserved_word_test/06: RuntimeError # Issue 27394 355 symbol_reserved_word_test/06: RuntimeError # Issue 27394
350 symbol_reserved_word_test/09: RuntimeError # Issue 27394 356 symbol_reserved_word_test/09: RuntimeError # Issue 27394
351 symbol_reserved_word_test/12: RuntimeError # Issue 27394 357 symbol_reserved_word_test/12: RuntimeError # Issue 27394
352 symbol_test/none: RuntimeError # Issue 27394 358 symbol_test/none: RuntimeError # Issue 27394
353 359
354 [ $compiler == none && $runtime == vm ] 360 [ $compiler == none && $runtime == vm ]
355 string_static_test: MissingCompileTimeError 361 string_static_test: MissingCompileTimeError
356 362
357 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] 363 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel]
364 error_stack_trace1_test: RuntimeError # Issue 12399
358 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 365 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
359 regexp/pcre_test: Pass, Slow # Issue 21593 366 regexp/pcre_test: Pass, Slow # Issue 21593
360 367
361 [ !$checked && (($compiler == none && $runtime == vm) || $compiler == dart2js) ] 368 [ !$checked && (($compiler == none && $runtime == vm) || $compiler == dart2js) ]
362 from_environment_const_type_test/02: MissingCompileTimeError 369 from_environment_const_type_test/02: MissingCompileTimeError
363 from_environment_const_type_test/03: MissingCompileTimeError 370 from_environment_const_type_test/03: MissingCompileTimeError
364 from_environment_const_type_test/04: MissingCompileTimeError 371 from_environment_const_type_test/04: MissingCompileTimeError
365 from_environment_const_type_test/06: MissingCompileTimeError 372 from_environment_const_type_test/06: MissingCompileTimeError
366 from_environment_const_type_test/07: MissingCompileTimeError 373 from_environment_const_type_test/07: MissingCompileTimeError
367 from_environment_const_type_test/08: MissingCompileTimeError 374 from_environment_const_type_test/08: MissingCompileTimeError
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 785
779 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 786 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
780 splay_tree_from_iterable_test: RuntimeError 787 splay_tree_from_iterable_test: RuntimeError
781 788
782 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 789 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
783 regexp/pcre_test: Pass, Slow, Timeout 790 regexp/pcre_test: Pass, Slow, Timeout
784 regexp/global_test: Skip # Issue 21709 791 regexp/global_test: Skip # Issue 21709
785 792
786 [ $mode == debug ] 793 [ $mode == debug ]
787 regexp/pcre_test: Pass, Slow # Issue 22008 794 regexp/pcre_test: Pass, Slow # Issue 22008
OLDNEW
« no previous file with comments | « tests/corelib/error_stack_trace_test.dart ('k') | tests/corelib_2/double_round2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698