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

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

Issue 2984063002: Migrate test block 5 to Dart 2.0. (Closed)
Patch Set: merge with head Created 3 years, 5 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/date_time_test.dart ('k') | tests/corelib_2/date_time10_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 8
9 [ !$strong && $compiler != dartdevc && $checked ] 9 [ !$strong && $compiler != dartdevc && $checked ]
10 core_runtime_types_static_test: MissingCompileTimeError 10 core_runtime_types_static_test: MissingCompileTimeError
(...skipping 10 matching lines...) Expand all
21 21
22 [ $compiler == dartdevc && $runtime != none ] 22 [ $compiler == dartdevc && $runtime != none ]
23 apply2_test: RuntimeError # Issue 29921 23 apply2_test: RuntimeError # Issue 29921
24 apply3_test: RuntimeError # Issue 29921 24 apply3_test: RuntimeError # Issue 29921
25 big_integer_arith_vm_test: RuntimeError # Issue 30170 25 big_integer_arith_vm_test: RuntimeError # Issue 30170
26 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 26 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
27 const_list_literal_test: RuntimeError # Issue 29921 27 const_list_literal_test: RuntimeError # Issue 29921
28 const_list_remove_range_test: RuntimeError # Issue 29921 28 const_list_remove_range_test: RuntimeError # Issue 29921
29 const_list_set_range_test: RuntimeError # Issue 29921 29 const_list_set_range_test: RuntimeError # Issue 29921
30 compare_to2_test: RuntimeError # Issue 30170 30 compare_to2_test: RuntimeError # Issue 30170
31 date_time10_test: RuntimeError # Issue 29921
31 32
32 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] 33 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
33 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 34 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
34 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 35 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
35 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 36 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 37 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. 38 bit_twiddling_bigint_test: RuntimeError # Required bigint support.
38 compare_to2_test: RuntimeError, OK # Requires bigint support. 39 compare_to2_test: RuntimeError, OK # Requires bigint support.
39 40
40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 41 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
(...skipping 28 matching lines...) Expand all
69 bool_from_environment_test: Skip 70 bool_from_environment_test: Skip
70 71
71 [ $runtime == ff || $runtime == jsshell ] 72 [ $runtime == ff || $runtime == jsshell ]
72 unicode_test: Fail 73 unicode_test: Fail
73 74
74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 75 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
75 big_integer_parsed_mul_div_vm_test: Pass, Slow 76 big_integer_parsed_mul_div_vm_test: Pass, Slow
76 77
77 [ $compiler == precompiler ] 78 [ $compiler == precompiler ]
78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 79 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
OLDNEW
« no previous file with comments | « tests/corelib/date_time_test.dart ('k') | tests/corelib_2/date_time10_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698