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

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

Issue 200143003: Update status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another status update. 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825
46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
48 malbounded_instantiation_test/01: Fail # Issue 12702 48 malbounded_instantiation_test/01: Fail # Issue 12702
49 malbounded_type_cast_test: Fail # Issue 14121 49 malbounded_type_cast_test: Fail # Issue 14121
50 malbounded_type_test_test/03: Fail # Issue 14121 50 malbounded_type_test_test/03: Fail # Issue 14121
51 malbounded_type_test_test/04: Fail # Issue 14121 51 malbounded_type_test_test/04: Fail # Issue 14121
52 default_factory2_test/01: Fail # Issue 14121 52 default_factory2_test/01: Fail # Issue 14121
53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875 53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875
54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875 54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875
55 mixin_bound_test: CompileTimeError # Issue 15875
56 55
57 [ $compiler == dart2js && $unchecked ] 56 [ $compiler == dart2js && $unchecked ]
58 type_checks_in_factory_method_test: RuntimeError # Issue 12746 57 type_checks_in_factory_method_test: RuntimeError # Issue 12746
59 assertion_test: RuntimeError # Issue 12748 58 assertion_test: RuntimeError # Issue 12748
60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 59 double_to_string_as_exponential2_test: RuntimeError # Issue 12749
61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 60 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 61 double_to_string_as_precision2_test: RuntimeError # Issue 12749
63 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 62 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
64 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 63 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
65 compile_time_constant_checked_test/02: MissingCompileTimeError, OK 64 compile_time_constant_checked_test/02: MissingCompileTimeError, OK
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 map_literal4_test: RuntimeError # Issue 12891 140 map_literal4_test: RuntimeError # Issue 12891
142 built_in_identifier_test/01: CompileTimeError # Issue 13022 141 built_in_identifier_test/01: CompileTimeError # Issue 13022
143 142
144 scope_variable_test/01: MissingCompileTimeError # Issue 13016 143 scope_variable_test/01: MissingCompileTimeError # Issue 13016
145 144
146 numbers_test: RuntimeError, OK # Issue 1533 145 numbers_test: RuntimeError, OK # Issue 1533
147 canonical_const2_test: RuntimeError, OK # Issue 1533 146 canonical_const2_test: RuntimeError, OK # Issue 1533
148 bit_operations_test: RuntimeError, OK # Issue 1533 147 bit_operations_test: RuntimeError, OK # Issue 1533
149 expect_test: RuntimeError, OK # Issue 13080 148 expect_test: RuntimeError, OK # Issue 13080
150 149
151 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ]
152 cyclic_typedef_test/07: Crash # Issue 15237
153
154 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] 150 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ]
155 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK 151 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK
156 152
157 [ $compiler == dart2js && $runtime == none ] 153 [ $compiler == dart2js && $runtime == none ]
158 *: Fail, Pass # TODO(ahe): Triage these tests. 154 *: Fail, Pass # TODO(ahe): Triage these tests.
159 155
160 156
161 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 157 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
162 round_test: Fail, OK # Common JavaScript engine Math.round bug. 158 round_test: Fail, OK # Common JavaScript engine Math.round bug.
163 159
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 289
294 [ $runtime == ie9 ] 290 [ $runtime == ie9 ]
295 stack_trace_test: Fail, OK # Stack traces not available in IE9. 291 stack_trace_test: Fail, OK # Stack traces not available in IE9.
296 deferred_constraints_test/*: Fail, Pass # http://dartbug.com/12635 292 deferred_constraints_test/*: Fail, Pass # http://dartbug.com/12635
297 293
298 [ ($compiler == dart2js && $csp)] 294 [ ($compiler == dart2js && $csp)]
299 deferred_constraints_test/*: Skip # Issue 16898 295 deferred_constraints_test/*: Skip # Issue 16898
300 296
301 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 297 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
302 *deferred*: Skip # Issue 17458 298 *deferred*: Skip # Issue 17458
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