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

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

Issue 292323006: Remove uses of IterableMixinWorkaround outside of VM and dart2js lists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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.
59 61
60 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 62 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
61 main_test: Fail # Dartium needs to check for both main() and main(args). 63 main_test: Fail # Dartium needs to check for both main() and main(args).
62 64
63 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
64 unicode_test: Fail 66 unicode_test: Fail
65 67
66 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ] 68 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ]
67 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 69 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
68 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 70 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
69 71
70 [ $runtime == ie9 ] 72 [ $runtime == ie9 ]
71 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 73 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
72 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 74 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
73 collection_length_test: Pass, Timeout # Issue 12844 75 collection_length_test: Pass, Timeout # Issue 12844
74 76
75 [ $runtime == opera ] 77 [ $runtime == opera ]
76 core_runtime_types_test: Fail 78 core_runtime_types_test: Fail
77 null_nosuchmethod_test: Fail # Issue: 7413 79 null_nosuchmethod_test: Fail # Issue: 7413
78 unicode_test: Fail # Issue 14694 80 unicode_test: Fail # Issue 14694
79 81
80 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
81 error_stack_trace1_test: RuntimeError # Issue 12399 83 error_stack_trace1_test: RuntimeError # Issue 12399
82 hash_set_test/01: RuntimeError # Issue 11551 84 hash_set_test/01: RuntimeError # Issue 11551
83 integer_to_string_test/01: RuntimeError # Issue 1533 85 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.
84 88
85 big_integer_vm_test: RuntimeError, OK # VM specific test. 89 big_integer_vm_test: RuntimeError, OK # VM specific test.
86 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 90 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
87 compare_to2_test: RuntimeError, OK # Requires bigint support. 91 compare_to2_test: RuntimeError, OK # Requires bigint support.
88 string_base_vm_test: RuntimeError, OK # VM specific test. 92 string_base_vm_test: RuntimeError, OK # VM specific test.
89 nan_infinity_test/01: Fail # Issue 11551 93 nan_infinity_test/01: Fail # Issue 11551
90 94
91 [ $compiler == dart2js || $compiler == dart2dart] 95 [ $compiler == dart2js || $compiler == dart2dart]
92 symbol_operator_test/01: CompileTimeError # Issue 15653. 96 symbol_operator_test/01: CompileTimeError # Issue 15653.
93 symbol_operator_test/02: CompileTimeError # Issue 15653. 97 symbol_operator_test/02: CompileTimeError # Issue 15653.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 160 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
157 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 161 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
158 string_test: StaticWarning, OK # Test generates error on purpose. 162 string_test: StaticWarning, OK # Test generates error on purpose.
159 163
160 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 164 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
161 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 165 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
162 166
163 [ $runtime == ie9 || $runtime == ie10 ] 167 [ $runtime == ie9 || $runtime == ie10 ]
164 num_parse_test: RuntimeError # Issue 15316 168 num_parse_test: RuntimeError # Issue 15316
165 num_parse_test/01: RuntimeError # Issue 15316 169 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« tests/corelib/collection_to_string_test.dart ('K') | « 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