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

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

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/co19/test_config.dart » ('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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail 327 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail
328 LibTest/core/Future/handleException_A01_t07: Fail 328 LibTest/core/Future/handleException_A01_t07: Fail
329 LibTest/core/Future/then_A01_t05: Fail 329 LibTest/core/Future/then_A01_t05: Fail
330 LibTest/core/Futures/wait_A01_t02: Fail 330 LibTest/core/Futures/wait_A01_t02: Fail
331 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 331 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
332 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 332 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
333 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 333 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
334 LibTest/isolate/SendPort/send_A02_t03: Skip # Issue 4201 334 LibTest/isolate/SendPort/send_A02_t03: Skip # Issue 4201
335 335
336 336
337 # These test cases use the deprecated Isolate API and should be updated to
338 # use spawnFunction: issue ...
339 LibTest/isolate/Isolate/port_A01_t02: Fail, OK
340 LibTest/isolate/Isolate/port_A01_t01: Fail, OK
341 LibTest/isolate/Isolate/main_A01_t01: Fail, OK
342 LibTest/isolate/Isolate/class_A01_t01: Fail, OK
343 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK
344 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK
345 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK
346 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK
347 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK
348 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK
349 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
350 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
351 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
352 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
353 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
354 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
355
356
337 # 'case' or '}' expected 357 # 'case' or '}' expected
338 Language/11_Statements/08_Switch_A01_t01: Fail 358 Language/11_Statements/08_Switch_A01_t01: Fail
339 359
340 360
341 # 'foo' is already defined 361 # 'foo' is already defined
342 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail 362 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail
343 363
344 364
345 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 365 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
346 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 366 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 450 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
431 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 451 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
432 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 452 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
433 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 453 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
434 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 454 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
435 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 455 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
436 456
437 457
438 [ $runtime == vm && $mode == debug && $unchecked ] 458 [ $runtime == vm && $mode == debug && $unchecked ]
439 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 459 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/co19/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698