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

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

Issue 1255393004: One more attempt at fixing the dart2js status file. (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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 mixin_mixin6_test: Fail # Issue 12605 204 mixin_mixin6_test: Fail # Issue 12605
205 mixin_mixin_bound_test: RuntimeError # Issue 12605 205 mixin_mixin_bound_test: RuntimeError # Issue 12605
206 mixin_mixin_bound2_test: RuntimeError # Issue 12605 206 mixin_mixin_bound2_test: RuntimeError # Issue 12605
207 symbol_conflict_test: RuntimeError # Issue 23857 207 symbol_conflict_test: RuntimeError # Issue 23857
208 208
209 [ $compiler == dart2js ] 209 [ $compiler == dart2js ]
210 async_await_syntax_test/a05h: Fail # 23716 210 async_await_syntax_test/a05h: Fail # 23716
211 async_await_syntax_test/c11a: Fail # 23716 211 async_await_syntax_test/c11a: Fail # 23716
212 async_await_syntax_test/c11b: Fail # 23716 212 async_await_syntax_test/c11b: Fail # 23716
213 213
214 [ $compiler == dart2js && $runtime == d8 ]
215 issue23244_test: RuntimeError # 23244
216
217 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 214 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
218 215
219 type_variable_conflict2_test/01: RuntimeError # Issue 19725 216 type_variable_conflict2_test/01: RuntimeError # Issue 19725
220 217
221 branch_canonicalization_test: RuntimeError # Issue 638. 218 branch_canonicalization_test: RuntimeError # Issue 638.
222 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 219 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
223 integer_division_by_zero_test: RuntimeError # Issue 8301 220 integer_division_by_zero_test: RuntimeError # Issue 8301
224 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 221 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
225 number_identity2_test: RuntimeError # Issue 12596 222 number_identity2_test: RuntimeError # Issue 12596
226 new_expression_type_args_test/00: CompileTimeError # Issue 5519 223 new_expression_type_args_test/00: CompileTimeError # Issue 5519
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 type_parameter_test/03: Crash # Invalid argument(s) 561 type_parameter_test/03: Crash # Invalid argument(s)
565 type_parameter_test/04: Crash # Invalid argument(s) 562 type_parameter_test/04: Crash # Invalid argument(s)
566 type_parameter_test/05: Crash # Invalid argument(s) 563 type_parameter_test/05: Crash # Invalid argument(s)
567 type_parameter_test/06: Crash # Invalid argument(s) 564 type_parameter_test/06: Crash # Invalid argument(s)
568 type_parameter_test/none: Crash # Invalid argument(s) 565 type_parameter_test/none: Crash # Invalid argument(s)
569 type_variable_closure2_test: RuntimeError # Please triage this failure. 566 type_variable_closure2_test: RuntimeError # Please triage this failure.
570 type_variable_closure_test: Crash # Invalid argument(s) 567 type_variable_closure_test: Crash # Invalid argument(s)
571 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 568 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
572 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 569 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
573 type_variable_nested_test: RuntimeError # Please triage this failure. 570 type_variable_nested_test: RuntimeError # Please triage this failure.
571
572 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
573 issue23244_test: RuntimeError # 23244
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