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

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

Issue 1275783004: dart2js now passes compile_time_constant_checked5_test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« 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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 153 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
154 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 154 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
155 malbounded_instantiation_test/01: Fail # Issue 12702 155 malbounded_instantiation_test/01: Fail # Issue 12702
156 malbounded_type_cast_test: Fail # Issue 14121 156 malbounded_type_cast_test: Fail # Issue 14121
157 malbounded_type_cast2_test: Fail # Issue 14121 157 malbounded_type_cast2_test: Fail # Issue 14121
158 malbounded_type_test_test/03: Fail # Issue 14121 158 malbounded_type_test_test/03: Fail # Issue 14121
159 malbounded_type_test_test/04: Fail # Issue 14121 159 malbounded_type_test_test/04: Fail # Issue 14121
160 malbounded_type_test2_test: Fail # Issue 14121 160 malbounded_type_test2_test: Fail # Issue 14121
161 default_factory2_test/01: Fail # Issue 14121 161 default_factory2_test/01: Fail # Issue 14121
162 162
163 [ $compiler == dart2js && $checked ]
164 compile_time_constant_checked5_test/06: Fail # Issue 23182
165 compile_time_constant_checked5_test/07: Fail # Issue 23182
166 compile_time_constant_checked5_test/10: Fail # Issue 23182
167 compile_time_constant_checked5_test/11: Fail # Issue 23182
168 compile_time_constant_checked5_test/12: Fail # Issue 23182
169 compile_time_constant_checked5_test/15: Fail # Issue 23182
170 compile_time_constant_checked5_test/16: Fail # Issue 23182
171 compile_time_constant_checked5_test/17: Fail # Issue 23182
172 compile_time_constant_checked5_test/20: Fail # Issue 23182
173 compile_time_constant_checked5_test/21: Fail # Issue 23182
174 compile_time_constant_checked5_test/22: Fail # Issue 23182
175 compile_time_constant_checked5_test/23: Fail # Issue 23182
176 compile_time_constant_checked5_test/24: Fail # Issue 23182
177 compile_time_constant_checked5_test/25: Fail # Issue 23182
178
179 [ $compiler == dart2js && $unchecked ] 163 [ $compiler == dart2js && $unchecked ]
180 type_checks_in_factory_method_test: RuntimeError # Issue 12746 164 type_checks_in_factory_method_test: RuntimeError # Issue 12746
181 assertion_test: RuntimeError # Issue 12748 165 assertion_test: RuntimeError # Issue 12748
182 generic_test: RuntimeError, OK 166 generic_test: RuntimeError, OK
183 map_literal4_test: RuntimeError, OK # Checked mode required. 167 map_literal4_test: RuntimeError, OK # Checked mode required.
184 named_parameters_type_test/01: MissingRuntimeError, OK 168 named_parameters_type_test/01: MissingRuntimeError, OK
185 named_parameters_type_test/02: MissingRuntimeError, OK 169 named_parameters_type_test/02: MissingRuntimeError, OK
186 named_parameters_type_test/03: MissingRuntimeError, OK 170 named_parameters_type_test/03: MissingRuntimeError, OK
187 positional_parameters_type_test/01: MissingRuntimeError, OK 171 positional_parameters_type_test/01: MissingRuntimeError, OK
188 positional_parameters_type_test/02: MissingRuntimeError, OK 172 positional_parameters_type_test/02: MissingRuntimeError, OK
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 type_parameter_test/03: Crash # Invalid argument(s) 476 type_parameter_test/03: Crash # Invalid argument(s)
493 type_parameter_test/04: Crash # Invalid argument(s) 477 type_parameter_test/04: Crash # Invalid argument(s)
494 type_parameter_test/05: Crash # Invalid argument(s) 478 type_parameter_test/05: Crash # Invalid argument(s)
495 type_parameter_test/06: Crash # Invalid argument(s) 479 type_parameter_test/06: Crash # Invalid argument(s)
496 type_parameter_test/none: Crash # Invalid argument(s) 480 type_parameter_test/none: Crash # Invalid argument(s)
497 type_variable_closure2_test: RuntimeError # Please triage this failure. 481 type_variable_closure2_test: RuntimeError # Please triage this failure.
498 type_variable_closure_test: Crash # Invalid argument(s) 482 type_variable_closure_test: Crash # Invalid argument(s)
499 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 483 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
500 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 484 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
501 type_variable_nested_test: RuntimeError # Please triage this failure. 485 type_variable_nested_test: RuntimeError # Please triage this failure.
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