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

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: 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 mixin_generic_test: Fail # Issue 12605 143 mixin_generic_test: Fail # Issue 12605
144 mixin_mixin2_test: Fail # Issue 12605 144 mixin_mixin2_test: Fail # Issue 12605
145 mixin_mixin3_test: Fail # Issue 12605 145 mixin_mixin3_test: Fail # Issue 12605
146 mixin_mixin4_test: Fail # Issue 12605 146 mixin_mixin4_test: Fail # Issue 12605
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 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js 153 malformed_test/none: Fail # Expect failure in lib/_internal/compiler_runtime/lib /preambles/d8.js
154 154
155 type_variable_conflict2_test/01: RuntimeError # Issue 19725 155 type_variable_conflict2_test/01: RuntimeError # Issue 19725
156 156
157 branch_canonicalization_test: RuntimeError # Issue 638. 157 branch_canonicalization_test: RuntimeError # Issue 638.
158 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 158 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
159 integer_division_by_zero_test: RuntimeError # Issue 8301 159 integer_division_by_zero_test: RuntimeError # Issue 8301
160 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 160 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
161 number_identity2_test: RuntimeError # Issue 12596 161 number_identity2_test: RuntimeError # Issue 12596
162 new_expression_type_args_test/00: CompileTimeError # Issue 5519 162 new_expression_type_args_test/00: CompileTimeError # Issue 5519
163 new_expression_type_args_test/01: CompileTimeError # Issue 5519 163 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 700 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
701 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 701 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
702 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 702 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
703 type_variable_closure2_test: RuntimeError # Please triage this failure. 703 type_variable_closure2_test: RuntimeError # Please triage this failure.
704 type_variable_closure_test: Crash # Invalid argument(s) 704 type_variable_closure_test: Crash # Invalid argument(s)
705 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 705 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
706 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 706 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
707 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 707 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
708 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 708 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
709 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 709 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698