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

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

Issue 384093002: Resolve names in combinators for PropertyInducingElements instead of PropertyAccessorElements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | 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 10 matching lines...) Expand all
21 bool_from_environment_test: Skip 21 bool_from_environment_test: Skip
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 == dart2analyzer]
32 bool_from_environment2_test/01: Fail # Issue 18755
33 bool_from_environment2_test/02: Fail # Issue 18755
34 bool_from_environment2_test/03: Fail # Issue 18755
35 bool_from_environment2_test/04: Fail # Issue 18755
36 int_from_environment3_test/01: Fail # Issue 18755
37 int_from_environment3_test/02: Fail # Issue 18755
38 int_from_environment3_test/03: Fail # Issue 18755
39 int_from_environment3_test/04: Fail # Issue 18755
40 string_from_environment3_test/01: Fail # Issue 18755
41 string_from_environment3_test/02: Fail # Issue 18755
42 string_from_environment3_test/03: Fail # Issue 18755
43 string_from_environment3_test/04: Fail # Issue 18755
44
45 [ $compiler == none ] 31 [ $compiler == none ]
46 unicode_test: Fail # Bug 6706 32 unicode_test: Fail # Bug 6706
47 compare_to2_test: Fail # Bug 4018 33 compare_to2_test: Fail # Bug 4018
48 34
49 symbol_test/01: Fail, Pass # bug 11669 35 symbol_test/01: Fail, Pass # bug 11669
50 36
51 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ] 37 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ]
52 symbol_test/02: MissingCompileTimeError # bug 11669 38 symbol_test/02: MissingCompileTimeError # bug 11669
53 symbol_test/03: MissingCompileTimeError # bug 11669 39 symbol_test/03: MissingCompileTimeError # bug 11669
54 40
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 107
122 [ $compiler == dart2dart && $minified ] 108 [ $compiler == dart2dart && $minified ]
123 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 109 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
124 110
125 [ $compiler == dartanalyzer ] 111 [ $compiler == dartanalyzer ]
126 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected 112 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected
127 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted 113 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted
128 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected 114 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected
129 115
130 [ $compiler == dart2analyzer ] 116 [ $compiler == dart2analyzer ]
131 symbol_test/02: Fail
132 symbol_test/03: Fail
133 int_parse_radix_test: fail 117 int_parse_radix_test: fail
134 list_insert_test: fail 118 list_insert_test: fail
135 list_removeat_test: fail 119 list_removeat_test: fail
136 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
137 120
138 [ $arch == simmips ] 121 [ $arch == simmips ]
139 int_parse_radix_test: Skip # Timeout 122 int_parse_radix_test: Skip # Timeout
140 123
141 [ $arch == simarm && $checked ] 124 [ $arch == simarm && $checked ]
142 num_parse_test: Skip # Pass, Timeout 125 num_parse_test: Skip # Pass, Timeout
143 126
144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 127 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 128 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 129 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 130 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
148 string_test: StaticWarning, OK # Test generates error on purpose. 131 string_test: StaticWarning, OK # Test generates error on purpose.
149 132
150 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 133 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
151 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 134 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
152 135
153 [ $runtime == ie9 || $runtime == ie10 ] 136 [ $runtime == ie9 || $runtime == ie10 ]
154 num_parse_test: RuntimeError # Issue 15316 137 num_parse_test: RuntimeError # Issue 15316
155 num_parse_test/01: RuntimeError # Issue 15316 138 num_parse_test/01: RuntimeError # Issue 15316
156 139
157 [ $system == windows && $arch == x64 ] 140 [ $system == windows && $arch == x64 ]
158 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 141 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
159 142
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698