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

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

Issue 849573002: Update status files after enforcing integer arguments to toRadixString etc, and adding more and har… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « tests/corelib/corelib.status ('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 && $csp && $browser ] 5 [ $compiler == dart2js && $csp && $browser ]
6 deferred_mixin_test: RuntimeError # Issue 21863 6 deferred_mixin_test: RuntimeError # Issue 21863
7 7
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 symbol_literal_test/*: Fail # Issue 21825 9 symbol_literal_test/*: Fail # Issue 21825
10 constructor_duplicate_final_test/01: Fail # Issue 13363 10 constructor_duplicate_final_test/01: Fail # Issue 13363
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 malbounded_type_cast_test: Fail # Issue 14121 64 malbounded_type_cast_test: Fail # Issue 14121
65 malbounded_type_cast2_test: Fail # Issue 14121 65 malbounded_type_cast2_test: Fail # Issue 14121
66 malbounded_type_test_test/03: Fail # Issue 14121 66 malbounded_type_test_test/03: Fail # Issue 14121
67 malbounded_type_test_test/04: Fail # Issue 14121 67 malbounded_type_test_test/04: Fail # Issue 14121
68 malbounded_type_test2_test: Fail # Issue 14121 68 malbounded_type_test2_test: Fail # Issue 14121
69 default_factory2_test/01: Fail # Issue 14121 69 default_factory2_test/01: Fail # Issue 14121
70 70
71 [ $compiler == dart2js && $unchecked ] 71 [ $compiler == dart2js && $unchecked ]
72 type_checks_in_factory_method_test: RuntimeError # Issue 12746 72 type_checks_in_factory_method_test: RuntimeError # Issue 12746
73 assertion_test: RuntimeError # Issue 12748 73 assertion_test: RuntimeError # Issue 12748
74 double_to_string_as_exponential2_test: RuntimeError # Issue 12749
75 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
76 double_to_string_as_precision2_test: RuntimeError # Issue 12749
77 generic_test: RuntimeError, OK 74 generic_test: RuntimeError, OK
78 map_literal4_test: RuntimeError, OK # Checked mode required. 75 map_literal4_test: RuntimeError, OK # Checked mode required.
79 named_parameters_type_test/01: MissingRuntimeError, OK 76 named_parameters_type_test/01: MissingRuntimeError, OK
80 named_parameters_type_test/02: MissingRuntimeError, OK 77 named_parameters_type_test/02: MissingRuntimeError, OK
81 named_parameters_type_test/03: MissingRuntimeError, OK 78 named_parameters_type_test/03: MissingRuntimeError, OK
82 positional_parameters_type_test/01: MissingRuntimeError, OK 79 positional_parameters_type_test/01: MissingRuntimeError, OK
83 positional_parameters_type_test/02: MissingRuntimeError, OK 80 positional_parameters_type_test/02: MissingRuntimeError, OK
84 issue13474_test: RuntimeError, OK 81 issue13474_test: RuntimeError, OK
85 generic_field_mixin3_test: Crash # Issue 18651 82 generic_field_mixin3_test: Crash # Issue 18651
86 83
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 251
255 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 252 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
256 super_call4_test: Fail, OK # hardcoded names. 253 super_call4_test: Fail, OK # hardcoded names.
257 254
258 [ $minified ] 255 [ $minified ]
259 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 256 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
260 257
261 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 258 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
262 *deferred*: Skip # Issue 17458 259 *deferred*: Skip # Issue 17458
263 cha_deopt*: Skip # Issue 17458 260 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698