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

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

Issue 297053002: Reinstall previous behavior for Set and Queue toString. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/corelib/collection_to_string_test.dart ('k') | no next file » | 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) 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 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 symbol_test/01: Fail, Pass # bug 11669 49 symbol_test/01: Fail, Pass # bug 11669
50 50
51 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ] 51 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ]
52 symbol_test/02: MissingCompileTimeError # bug 11669 52 symbol_test/02: MissingCompileTimeError # bug 11669
53 symbol_test/03: MissingCompileTimeError # bug 11669 53 symbol_test/03: MissingCompileTimeError # bug 11669
54 54
55 [ $compiler == none || $compiler == dart2dart ] 55 [ $compiler == none || $compiler == dart2dart ]
56 symbol_test/none: Fail # bug 11669 56 symbol_test/none: Fail # bug 11669
57 symbol_operator_test/03: Fail # bug 11669 57 symbol_operator_test/03: Fail # bug 11669
58 string_case_test/01: Fail # Bug 18061 58 string_case_test/01: Fail # Bug 18061
59 collection_to_string_test/none: Pass,Fail # bug 13647 (test is random, and might not encounter the error on every run)
60 collection_to_string_test/01: Pass # Should be Pass,Fail,OK when the test above stops failing.
61 59
62 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 60 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
63 main_test: Fail # Dartium needs to check for both main() and main(args). 61 main_test: Fail # Dartium needs to check for both main() and main(args).
64 62
65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 63 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
66 unicode_test: Fail 64 unicode_test: Fail
67 65
68 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ] 66 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ]
69 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 67 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
70 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 68 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
71 69
72 [ $runtime == ie9 ] 70 [ $runtime == ie9 ]
73 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 71 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
74 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 72 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
75 collection_length_test: Skip # Issue 12844 73 collection_length_test: Skip # Issue 12844
76 74
77 [ $runtime == opera ] 75 [ $runtime == opera ]
78 core_runtime_types_test: Fail 76 core_runtime_types_test: Fail
79 null_nosuchmethod_test: Fail # Issue: 7413 77 null_nosuchmethod_test: Fail # Issue: 7413
80 unicode_test: Fail # Issue 14694 78 unicode_test: Fail # Issue 14694
81 79
82 [ $compiler == dart2js ] 80 [ $compiler == dart2js ]
83 error_stack_trace1_test: RuntimeError # Issue 12399 81 error_stack_trace1_test: RuntimeError # Issue 12399
84 hash_set_test/01: RuntimeError # Issue 11551 82 hash_set_test/01: RuntimeError # Issue 11551
85 integer_to_string_test/01: RuntimeError # Issue 1533 83 integer_to_string_test/01: RuntimeError # Issue 1533
86 collection_to_string_test/none: Pass, Fail # Issue 13648 (test is random, and mi ght not encounter the error on every run)
87 collection_to_string_test/01: Pass # Should be Pass,Fail,OK when the test above stops failing.
88 84
89 big_integer_vm_test: RuntimeError, OK # VM specific test. 85 big_integer_vm_test: RuntimeError, OK # VM specific test.
90 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 86 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
91 compare_to2_test: RuntimeError, OK # Requires bigint support. 87 compare_to2_test: RuntimeError, OK # Requires bigint support.
92 string_base_vm_test: RuntimeError, OK # VM specific test. 88 string_base_vm_test: RuntimeError, OK # VM specific test.
93 nan_infinity_test/01: Fail # Issue 11551 89 nan_infinity_test/01: Fail # Issue 11551
94 90
95 [ $compiler == dart2js || $compiler == dart2dart] 91 [ $compiler == dart2js || $compiler == dart2dart]
96 symbol_operator_test/01: CompileTimeError # Issue 15653. 92 symbol_operator_test/01: CompileTimeError # Issue 15653.
97 symbol_operator_test/02: CompileTimeError # Issue 15653. 93 symbol_operator_test/02: CompileTimeError # Issue 15653.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 156 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
161 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 157 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
162 string_test: StaticWarning, OK # Test generates error on purpose. 158 string_test: StaticWarning, OK # Test generates error on purpose.
163 159
164 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 160 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
165 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 161 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
166 162
167 [ $runtime == ie9 || $runtime == ie10 ] 163 [ $runtime == ie9 || $runtime == ie10 ]
168 num_parse_test: RuntimeError # Issue 15316 164 num_parse_test: RuntimeError # Issue 15316
169 num_parse_test/01: RuntimeError # Issue 15316 165 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « tests/corelib/collection_to_string_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698