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

Side by Side Diff: tests/isolate/isolate.status

Issue 1537663002: dart2js: Initial implementation of inlining. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebaseline test expectations and fix a bug (typo). Created 5 years 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 [ ($runtime == vm || $runtime == dart_precompiled) ] 5 [ ($runtime == vm || $runtime == dart_precompiled) ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 [ $compiler == dart2analyzer ] 136 [ $compiler == dart2analyzer ]
137 browser/typed_data_message_test: StaticWarning 137 browser/typed_data_message_test: StaticWarning
138 mint_maker_test: StaticWarning 138 mint_maker_test: StaticWarning
139 139
140 [ $compiler != none || $runtime != vm ] 140 [ $compiler != none || $runtime != vm ]
141 package_root_test: SkipByDesign # Uses Isolate.packageRoot 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot
142 package_map_test: SkipByDesign # Uses Isolate.packageMap 142 package_map_test: SkipByDesign # Uses Isolate.packageMap
143 143
144 [ $compiler == dart2js && $cps_ir ] 144 [ $compiler == dart2js && $cps_ir ]
145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function 145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function
146 isolate_current_test: RuntimeError # Please triage this failure.
147 146
148 [ ($noopt || $compiler == precompiler) ] 147 [ ($noopt || $compiler == precompiler) ]
149 # Imports dart:mirrors 148 # Imports dart:mirrors
150 count_test: CompileTimeError 149 count_test: CompileTimeError
151 cross_isolate_message_test: CompileTimeError 150 cross_isolate_message_test: CompileTimeError
152 illegal_msg_function_test: CompileTimeError 151 illegal_msg_function_test: CompileTimeError
153 illegal_msg_mirror_test: CompileTimeError 152 illegal_msg_mirror_test: CompileTimeError
154 isolate_complex_messages_test: CompileTimeError 153 isolate_complex_messages_test: CompileTimeError
155 mandel_isolate_test: CompileTimeError 154 mandel_isolate_test: CompileTimeError
156 message2_test: CompileTimeError 155 message2_test: CompileTimeError
(...skipping 18 matching lines...) Expand all
175 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 174 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
176 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
177 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 176 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
178 spawn_uri_test: Skip # Isolate.spawnUri 177 spawn_uri_test: Skip # Isolate.spawnUri
179 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 178 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
180 deferred_in_isolate_test: Skip # Isolate.spawnUri 179 deferred_in_isolate_test: Skip # Isolate.spawnUri
181 spawn_uri_multi_test: Skip # Isolate.spawnUri 180 spawn_uri_multi_test: Skip # Isolate.spawnUri
182 spawn_uri_vm_test: Skip # Isolate.spawnUri 181 spawn_uri_vm_test: Skip # Isolate.spawnUri
183 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 182 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
184 error_at_spawnuri_test: Skip # Isolate.spawnUri 183 error_at_spawnuri_test: Skip # Isolate.spawnUri
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_supercall_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698