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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 1588723002: Allow super type to be malformed (fixes issue 25426). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: safer alternative fix Created 4 years, 11 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 | « runtime/vm/class_finalizer.cc ('k') | 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 5
6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ] 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro id) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure 128 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage thi s failure
129 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure 129 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage thi s failure
130 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure 130 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage thi s failure
131 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure 131 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage thi s failure
132 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure 132 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure
133 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure 133 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure
134 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure 134 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please tria ge this failure
135 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure 135 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please tria ge this failure
136 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure 136 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure
137 137
138 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ]
139 Language/Mixins/Mixin_Application/wrong_type_t02: Crash # Please triage this fai lure
140
141 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ] 138 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ]
142 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure 139 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th is failure
143 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure 140 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th is failure
144 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure 141 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th is failure
145 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure 142 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th is failure
146 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure 143 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th is failure
147 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure 144 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th is failure
148 145
149 [ ($noopt || $compiler == precompiler) ] 146 [ ($noopt || $compiler == precompiler) ]
150 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 147 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
151 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 148 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
152 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
153 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
154 Language/Mixins/Mixin_Application/error_t01: Pass 151 Language/Mixins/Mixin_Application/error_t01: Pass
155 Language/Mixins/Mixin_Application/error_t02: Pass 152 Language/Mixins/Mixin_Application/error_t02: Pass
156 Language/Mixins/declaring_constructor_t01: Pass 153 Language/Mixins/declaring_constructor_t01: Pass
157 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
158 Language/Metadata/*: Skip # Uses dart:mirrors 155 Language/Metadata/*: Skip # Uses dart:mirrors
159 156
160 [ $runtime == dart_precompiled ] 157 [ $runtime == dart_precompiled ]
161 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri 158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
OLDNEW
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698