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

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

Issue 1481693002: Fix a couple more tests related to Isolate.spawn semantics change (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 [ $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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 217 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
218 *deferred*: Pass,RuntimeError # Issue 17458 218 *deferred*: Pass,RuntimeError # Issue 17458
219 cha_deopt*: Pass,RuntimeError # Issue 17458 219 cha_deopt*: Pass,RuntimeError # Issue 17458
220 regress_22443_test: Pass,RuntimeError # Issue 17458 220 regress_22443_test: Pass,RuntimeError # Issue 17458
221 221
222 [ $compiler == dart2js && $cps_ir == false ] 222 [ $compiler == dart2js && $cps_ir == false ]
223 generic_field_mixin4_test: Crash # Issue 18651 223 generic_field_mixin4_test: Crash # Issue 18651
224 generic_field_mixin5_test: Crash # Issue 18651 224 generic_field_mixin5_test: Crash # Issue 18651
225 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 225 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
226 226
227 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] 227 [ $compiler == dart2js ]
228 issue23244_test: RuntimeError # 23244 228 issue23244_test: RuntimeError # 23244
229 229
230 [ $compiler == dart2js && $cps_ir ] 230 [ $compiler == dart2js && $cps_ir ]
231 assert_assignable_type_test: Crash # Internal Error: Pending statics. 231 assert_assignable_type_test: Crash # Internal Error: Pending statics.
232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
234 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 234 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
235 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 235 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
236 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 236 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
237 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 237 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 360 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
361 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 361 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
362 type_variable_nested_test: RuntimeError # Please triage this failure. 362 type_variable_nested_test: RuntimeError # Please triage this failure.
363 363
364 [ $compiler == dart2js && $cps_ir && $host_checked ] 364 [ $compiler == dart2js && $cps_ir && $host_checked ]
365 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 365 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
366 async_throw_in_catch_test/none: Crash # Issue 24485 366 async_throw_in_catch_test/none: Crash # Issue 24485
367 execute_finally9_test: Crash # Issue 24485 367 execute_finally9_test: Crash # Issue 24485
368 regress_21795_test: Crash # Issue 24485 368 regress_21795_test: Crash # Issue 24485
369 regress_23537_test: Crash # Issue 24485 369 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/isolate/isolate_import_test.dart ('k') | tests/language/vm/optimized_guarded_field_isolates_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698