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

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

Issue 2992833002: Migrated test block 15 to Dart 2.0. (Closed)
Patch Set: 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
11 [ $compiler == dart2js && ! $dart2js_with_kernel ] 11 [ $compiler == dart2js && ! $dart2js_with_kernel ]
12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
13 int_parse_radix_test/02: Fail # No bigints. 13 int_parse_radix_test/02: Fail # No bigints.
14 integer_to_radix_string_test: RuntimeError # issue 22045 14 integer_to_radix_string_test: RuntimeError # issue 22045
15 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
16 15
17 [ $runtime == safari || $runtime == safarimobilesim ] 16 [ $runtime == safari || $runtime == safarimobilesim ]
18 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 17 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
19 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 18 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
20 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 19 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
21 20
22 [ $runtime == ff ] 21 [ $runtime == ff ]
23 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 22 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
24 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 23 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
25 24
26 [ $compiler == dart2js && ! $dart2js_with_kernel ] 25 [ $compiler == dart2js && ! $dart2js_with_kernel ]
27 error_stack_trace1_test: RuntimeError # Issue 12399 26 error_stack_trace1_test: RuntimeError # Issue 12399
28 integer_to_string_test/01: RuntimeError # Issue 1533 27 integer_to_string_test/01: RuntimeError # Issue 1533
29 iterable_return_type_test/01: RuntimeError # Issue 20085 28 iterable_return_type_test/01: RuntimeError # Issue 20085
30 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 29 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
31 iterable_to_list_test/01: RuntimeError # Issue 26501 30 iterable_to_list_test/01: RuntimeError # Issue 26501
32 31
33 big_integer_*: Skip # VM specific test. 32 big_integer_*: Skip # VM specific test.
34 compare_to2_test: RuntimeError, OK # Requires bigint support. 33 compare_to2_test: RuntimeError, OK # Requires bigint support.
35 regress_r21715_test: RuntimeError # Requires bigint support. 34 regress_r21715_test: RuntimeError # Requires bigint support.
36 35
37 [ $compiler == dart2js && $runtime == none ] 36 [ $compiler == dart2js && $runtime == none ]
38 *: Fail, Pass # TODO(ahe): Triage these tests. 37 *: Fail, Pass # TODO(ahe): Triage these tests.
39 38
40 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 39 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
41 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 40 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
42 41
43 [ $compiler == dart2js && $runtime == safarimobilesim ] 42 [ $compiler == dart2js && $runtime == safarimobilesim ]
44 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
45 43
46 # Analyzer's implementation of fromEnvironment assumes that undefined 44 # Analyzer's implementation of fromEnvironment assumes that undefined
47 # environment variables have an unspecified value (rather than being 45 # environment variables have an unspecified value (rather than being
48 # null) because it is expected that the user will supply a value when 46 # null) because it is expected that the user will supply a value when
49 # the code is run. This means that it produces slightly different 47 # the code is run. This means that it produces slightly different
50 # error messages than the VM and Dart2js. 48 # error messages than the VM and Dart2js.
51 [ $compiler == dart2analyzer && $checked ] 49 [ $compiler == dart2analyzer && $checked ]
52 from_environment_const_type_undefined_test/09: CompileTimeError 50 from_environment_const_type_undefined_test/09: CompileTimeError
53 from_environment_const_type_undefined_test/11: CompileTimeError 51 from_environment_const_type_undefined_test/11: CompileTimeError
54 from_environment_const_type_undefined_test/12: CompileTimeError 52 from_environment_const_type_undefined_test/12: CompileTimeError
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 list_last_test: Crash 195 list_last_test: Crash
198 list_map_test: Crash 196 list_map_test: Crash
199 list_remove_range_test: Crash 197 list_remove_range_test: Crash
200 list_removeat_test: Crash 198 list_removeat_test: Crash
201 list_replace_range_test: Crash 199 list_replace_range_test: Crash
202 list_reversed_test: Crash 200 list_reversed_test: Crash
203 list_set_all_test: Crash 201 list_set_all_test: Crash
204 list_set_range_test: Crash 202 list_set_range_test: Crash
205 list_sort_test: RuntimeError 203 list_sort_test: RuntimeError
206 list_sublist_test: Crash 204 list_sublist_test: Crash
207 list_test/01: Crash
208 list_test/none: Crash
209 list_to_string2_test: Crash
210 list_to_string_test: Crash
211 list_unmodifiable_test: Crash
212 regexp/parentheses_test: Crash 205 regexp/parentheses_test: Crash
213 regress_r21715_test: RuntimeError 206 regress_r21715_test: RuntimeError
214 set_containsAll_test: Crash 207 set_containsAll_test: Crash
215 set_contains_test: Crash 208 set_contains_test: Crash
216 set_intersection_test: Crash 209 set_intersection_test: Crash
217 set_iterator_test: Crash 210 set_iterator_test: Crash
218 set_removeAll_test: Crash 211 set_removeAll_test: Crash
219 set_remove_test: Crash 212 set_remove_test: Crash
220 set_retainAll_test: Crash 213 set_retainAll_test: Crash
221 set_test: Crash 214 set_test: Crash
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1 384 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1
392 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 385 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
393 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 386 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
394 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 387 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
395 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 388 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
396 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 389 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
397 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 390 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
398 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 391 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
399 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 392 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
400 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 393 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/list_test.dart » ('j') | tests/corelib_2/list_unmodifiable_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698