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

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

Issue 1266433003: Fix status file for issue 23244. (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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 mixin_mixin5_test: Fail # Issue 12605 203 mixin_mixin5_test: Fail # Issue 12605
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 issue23244_test: Fail # 23244 213
214 [ $compiler == dart2js && $runtime == d8 ]
215 issue23244_test: RuntimeError # 23244
214 216
215 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 217 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
216 218
217 type_variable_conflict2_test/01: RuntimeError # Issue 19725 219 type_variable_conflict2_test/01: RuntimeError # Issue 19725
218 220
219 branch_canonicalization_test: RuntimeError # Issue 638. 221 branch_canonicalization_test: RuntimeError # Issue 638.
220 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 222 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
221 integer_division_by_zero_test: RuntimeError # Issue 8301 223 integer_division_by_zero_test: RuntimeError # Issue 8301
222 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 224 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
223 number_identity2_test: RuntimeError # Issue 12596 225 number_identity2_test: RuntimeError # Issue 12596
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 type_parameter_test/03: Crash # Invalid argument(s) 564 type_parameter_test/03: Crash # Invalid argument(s)
563 type_parameter_test/04: Crash # Invalid argument(s) 565 type_parameter_test/04: Crash # Invalid argument(s)
564 type_parameter_test/05: Crash # Invalid argument(s) 566 type_parameter_test/05: Crash # Invalid argument(s)
565 type_parameter_test/06: Crash # Invalid argument(s) 567 type_parameter_test/06: Crash # Invalid argument(s)
566 type_parameter_test/none: Crash # Invalid argument(s) 568 type_parameter_test/none: Crash # Invalid argument(s)
567 type_variable_closure2_test: RuntimeError # Please triage this failure. 569 type_variable_closure2_test: RuntimeError # Please triage this failure.
568 type_variable_closure_test: Crash # Invalid argument(s) 570 type_variable_closure_test: Crash # Invalid argument(s)
569 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 571 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
570 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 572 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
571 type_variable_nested_test: RuntimeError # Please triage this failure. 573 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