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

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

Issue 278993002: Triage corelib tests (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
« no previous file with comments | « no previous file | 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 11 matching lines...) Expand all
22 int_from_environment2_test: Skip 22 int_from_environment2_test: Skip
23 int_from_environment3_test: Skip 23 int_from_environment3_test: Skip
24 int_from_environment_default_value_test: Skip 24 int_from_environment_default_value_test: Skip
25 int_from_environment_test: Skip 25 int_from_environment_test: Skip
26 string_from_environment2_test: Skip 26 string_from_environment2_test: Skip
27 string_from_environment3_test: Skip 27 string_from_environment3_test: Skip
28 string_from_environment_default_value: Skip 28 string_from_environment_default_value: Skip
29 string_from_environment_test: Skip 29 string_from_environment_test: Skip
30 30
31 [ $compiler == dartanalyzer || $compiler == dart2analyzer] 31 [ $compiler == dartanalyzer || $compiler == dart2analyzer]
32 bool_from_environment2_test/01: Fail 32 bool_from_environment2_test/01: Fail # Issue 18755
33 bool_from_environment2_test/02: Fail 33 bool_from_environment2_test/02: Fail # Issue 18755
34 bool_from_environment2_test/03: Fail 34 bool_from_environment2_test/03: Fail # Issue 18755
35 bool_from_environment2_test/04: Fail 35 bool_from_environment2_test/04: Fail # Issue 18755
36 int_from_environment3_test/01: Fail 36 int_from_environment3_test/01: Fail # Issue 18755
37 int_from_environment3_test/02: Fail 37 int_from_environment3_test/02: Fail # Issue 18755
38 int_from_environment3_test/03: Fail 38 int_from_environment3_test/03: Fail # Issue 18755
39 int_from_environment3_test/04: Fail 39 int_from_environment3_test/04: Fail # Issue 18755
40 string_from_environment3_test/01: Fail 40 string_from_environment3_test/01: Fail # Issue 18755
41 string_from_environment3_test/02: Fail 41 string_from_environment3_test/02: Fail # Issue 18755
42 string_from_environment3_test/03: Fail 42 string_from_environment3_test/03: Fail # Issue 18755
43 string_from_environment3_test/04: Fail 43 string_from_environment3_test/04: Fail # Issue 18755
44 44
45 [ $compiler == none ] 45 [ $compiler == none ]
46 unicode_test: Fail # Bug 6706 46 unicode_test: Fail # Bug 6706
47 compare_to2_test: Fail # Bug 4018 47 compare_to2_test: Fail # Bug 4018
48 48
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
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 string_case_test/03: Fail, OK # Bug in dartium version of V8. 123 string_case_test/03: Fail, OK # Bug in dartium version of V8.
124 124
125 [ $compiler == dart2dart ] 125 [ $compiler == dart2dart ]
126 compare_to2_test: Fail # inherited from VM 126 compare_to2_test: Fail # inherited from VM
127 unicode_test: Fail # inherited from VM 127 unicode_test: Fail # inherited from VM
128 128
129 [ $compiler == dart2dart && $minified ] 129 [ $compiler == dart2dart && $minified ]
130 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 130 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
131 131
132 [ $compiler == dartanalyzer ] 132 [ $compiler == dartanalyzer ]
133 symbol_test/02: Fail 133 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected
134 symbol_test/03: Fail 134 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted
135 int_parse_radix_test: fail 135 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected
136 list_insert_test: fail 136 symbol_test/01: Fail, OK # Test Issue 13730; It is static type warning if "const " instance creation argument type is not compatible with parameter type
137 list_removeat_test: fail 137 symbol_test/02: Fail # Issue 18755
138 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type 138 symbol_test/03: Fail # Issue 18755
139 139
140 [ $compiler == dart2analyzer ] 140 [ $compiler == dart2analyzer ]
141 symbol_test/02: Fail 141 symbol_test/02: Fail
142 symbol_test/03: Fail 142 symbol_test/03: Fail
143 int_parse_radix_test: fail 143 int_parse_radix_test: fail
144 list_insert_test: fail 144 list_insert_test: fail
145 list_removeat_test: fail 145 list_removeat_test: fail
146 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type 146 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type
147 147
148 [ $arch == simmips ] 148 [ $arch == simmips ]
(...skipping 10 matching lines...) Expand all
159 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 159 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
160 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 160 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
161 string_test: StaticWarning, OK # Test generates error on purpose. 161 string_test: StaticWarning, OK # Test generates error on purpose.
162 162
163 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 163 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
164 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 164 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
165 165
166 [ $runtime == ie9 || $runtime == ie10 ] 166 [ $runtime == ie9 || $runtime == ie10 ]
167 num_parse_test: RuntimeError # Issue 15316 167 num_parse_test: RuntimeError # Issue 15316
168 num_parse_test/01: RuntimeError # Issue 15316 168 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698