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

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

Issue 2972883002: [vm] Enable mirrors in product mode. Allows building a product mode SDK. (Closed)
Patch Set: Created 3 years, 5 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/raw_object.h ('k') | tests/corelib/corelib.status » ('j') | 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These tests are timing dependent and should be non-flaky once the fix for 6 # These tests are timing dependent and should be non-flaky once the fix for
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. 7 # https://github.com/dart-lang/co19/issues/86 is merged into master.
8 # (They are skipped on $runtime == pre_compiled below.) 8 # (They are skipped on $runtime == pre_compiled below.)
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
150 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 150 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
151 151
152 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 152 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
153 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 153 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
154 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 154 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
155 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 155 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
156 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 156 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
157 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 157 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
158 158
159 [ $runtime == dart_precompiled || $mode == product ] 159 [ $runtime == dart_precompiled ]
160 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 160 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
161 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 161 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
162 162
163 [ $compiler == precompiler || $compiler == app_jit || $mode == product || $runti me == flutter] 163 [ $compiler == precompiler || $compiler == app_jit || $mode == product || $runti me == flutter]
164 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading 164 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading
165 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading 165 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
166 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading 166 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
167 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading 167 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
168 168
169 [ $runtime == dart_precompiled ] 169 [ $runtime == dart_precompiled ]
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
392 392
OLDNEW
« no previous file with comments | « runtime/vm/raw_object.h ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698