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

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

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: renamed Created 5 years, 6 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 mixin_mixin5_test: Fail # Issue 12605 147 mixin_mixin5_test: Fail # Issue 12605
148 mixin_mixin6_test: Fail # Issue 12605 148 mixin_mixin6_test: Fail # Issue 12605
149 mixin_mixin_bound_test: RuntimeError # Issue 12605 149 mixin_mixin_bound_test: RuntimeError # Issue 12605
150 mixin_mixin_bound2_test: RuntimeError # Issue 12605 150 mixin_mixin_bound2_test: RuntimeError # Issue 12605
151 151
152 [ $compiler == dart2js ] 152 [ $compiler == dart2js ]
153 async_await_syntax_test/a05h: Fail # 23716 153 async_await_syntax_test/a05h: Fail # 23716
154 async_await_syntax_test/c11a: Fail # 23716 154 async_await_syntax_test/c11a: Fail # 23716
155 async_await_syntax_test/c11b: Fail # 23716 155 async_await_syntax_test/c11b: Fail # 23716
156 156
157 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js 157 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
158 158
159 type_variable_conflict2_test/01: RuntimeError # Issue 19725 159 type_variable_conflict2_test/01: RuntimeError # Issue 19725
160 160
161 branch_canonicalization_test: RuntimeError # Issue 638. 161 branch_canonicalization_test: RuntimeError # Issue 638.
162 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 162 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
163 integer_division_by_zero_test: RuntimeError # Issue 8301 163 integer_division_by_zero_test: RuntimeError # Issue 8301
164 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 164 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
165 number_identity2_test: RuntimeError # Issue 12596 165 number_identity2_test: RuntimeError # Issue 12596
166 new_expression_type_args_test/00: CompileTimeError # Issue 5519 166 new_expression_type_args_test/00: CompileTimeError # Issue 5519
167 new_expression_type_args_test/01: CompileTimeError # Issue 5519 167 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 super_operator_index_test/04 : Crash # Internal Error: No default constructor av ailable. 642 super_operator_index_test/04 : Crash # Internal Error: No default constructor av ailable.
643 super_operator_index_test/07 : Crash # Internal Error: No default constructor av ailable. 643 super_operator_index_test/07 : Crash # Internal Error: No default constructor av ailable.
644 regress_12561_test : Crash # Internal Error: No default constructor available. 644 regress_12561_test : Crash # Internal Error: No default constructor available.
645 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor available. 645 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor available.
646 type_variable_conflict2_test/05 : Crash # Internal Error: No default constructor available. 646 type_variable_conflict2_test/05 : Crash # Internal Error: No default constructor available.
647 type_variable_conflict2_test/09 : Crash # Internal Error: No default constructor available. 647 type_variable_conflict2_test/09 : Crash # Internal Error: No default constructor available.
648 no_such_method_subtype_test : Crash # Internal Error: No default constructor ava ilable. 648 no_such_method_subtype_test : Crash # Internal Error: No default constructor ava ilable.
649 static_setter_get_test/01 : Crash # Internal Error: No default constructor avail able. 649 static_setter_get_test/01 : Crash # Internal Error: No default constructor avail able.
650 abstract_exact_selector_test/none : Crash # Internal Error: No default construct or available. 650 abstract_exact_selector_test/none : Crash # Internal Error: No default construct or available.
651 abstract_exact_selector_test/01 : Crash # Internal Error: No default constructor available. 651 abstract_exact_selector_test/01 : Crash # Internal Error: No default constructor available.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698