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

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

Issue 194593002: Mark even more deferred loading tests as flaky on ie9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 == 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 import_core_prefix_test: Pass 285 import_core_prefix_test: Pass
286 prefix22_test: Pass 286 prefix22_test: Pass
287 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 287 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
288 super_call4_test: Fail, OK # hardcoded names. 288 super_call4_test: Fail, OK # hardcoded names.
289 289
290 [ $minified ] 290 [ $minified ]
291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
292 292
293 [ $runtime == ie9 ] 293 [ $runtime == ie9 ]
294 stack_trace_test: Fail, OK # Stack traces not available in IE9. 294 stack_trace_test: Fail, OK # Stack traces not available in IE9.
295 deferred_constraints_test/type_annotation_generic1: Fail, Pass # http://dartbug. com/12635 295 deferred_constraints_test/*: Fail, Pass # http://dartbug.com/12635
296 deferred_constraints_test/type_annotation2: Fail, Pass # http://dartbug.com/1263 5
297 deferred_constraints_test/type_annotation_generic4: Fail, Pass # http://dartbug. com/12635
298 deferred_constraints_test/static_method: Fail, Pass # http://dartbug.com/12635
299 deferred_constraints_test/new_generic1: Fail, Pass # http://dartbug.com/12635
300 296
301 [ $compiler == dart2js && $host_checked ] 297 [ $compiler == dart2js && $host_checked ]
302 const_factory_with_body_test/01: Crash 298 const_factory_with_body_test/01: Crash
303 299
304 [ ($compiler == dart2js && $csp)] 300 [ ($compiler == dart2js && $csp)]
305 deferred_constraints_test/*: Skip # Issue 16898 301 deferred_constraints_test/*: Skip # Issue 16898
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