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

Side by Side Diff: tests/language/language_dart2js.status

Issue 141823002: Use Object as supertype in face of invalid supertypes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comment. Created 6 years, 10 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 | « sdk/lib/_internal/compiler/implementation/resolution/members.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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 scope_variable_test/01: MissingCompileTimeError # Issue 13016 157 scope_variable_test/01: MissingCompileTimeError # Issue 13016
158 158
159 numbers_test: RuntimeError, OK # Issue 1533 159 numbers_test: RuntimeError, OK # Issue 1533
160 canonical_const2_test: RuntimeError, OK # Issue 1533 160 canonical_const2_test: RuntimeError, OK # Issue 1533
161 bit_operations_test: RuntimeError, OK # Issue 1533 161 bit_operations_test: RuntimeError, OK # Issue 1533
162 expect_test: RuntimeError, OK # Issue 13080 162 expect_test: RuntimeError, OK # Issue 13080
163 163
164 null_test/none: RuntimeError # Issue 12482 164 null_test/none: RuntimeError # Issue 12482
165 165
166 [ $compiler == dart2js || $compiler == dart2dart ]
167 mixin_invalid_inheritance2_test/03: Crash # Issue 15237
168
169 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] 166 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ]
170 cyclic_typedef_test/07: Crash # Issue 15237 167 cyclic_typedef_test/07: Crash # Issue 15237
171 168
172 [ $compiler == dart2js && $runtime == none ] 169 [ $compiler == dart2js && $runtime == none ]
173 *: Fail, Pass # TODO(ahe): Triage these tests. 170 *: Fail, Pass # TODO(ahe): Triage these tests.
174 171
175 172
176 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 173 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
177 round_test: Fail, OK # Common JavaScript engine Math.round bug. 174 round_test: Fail, OK # Common JavaScript engine Math.round bug.
178 175
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 super_call4_test: Fail, OK # hardcoded names. 319 super_call4_test: Fail, OK # hardcoded names.
323 320
324 [ $minified ] 321 [ $minified ]
325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 322 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
326 323
327 [ $runtime == ie9 ] 324 [ $runtime == ie9 ]
328 stack_trace_test: Fail, OK # Stack traces not available in IE9. 325 stack_trace_test: Fail, OK # Stack traces not available in IE9.
329 326
330 [ $compiler == dart2js && $host_checked ] 327 [ $compiler == dart2js && $host_checked ]
331 const_factory_with_body_test/01: Crash 328 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698