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

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

Issue 10542071: Update co19 status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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 | « no previous file | 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 [ $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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 [ $runtime == vm && $unchecked ] 446 [ $runtime == vm && $unchecked ]
447 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # unexpecte d token '&&' 447 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # unexpecte d token '&&'
448 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail 448 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
449 449
450 450
451 [ $runtime == vm && $checked ] 451 [ $runtime == vm && $checked ]
452 Language/03_Overview/1_Scoping_A02_t30: Fail 452 Language/03_Overview/1_Scoping_A02_t30: Fail
453 Language/03_Overview/1_Scoping_A02_t31: Fail 453 Language/03_Overview/1_Scoping_A02_t31: Fail
454 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail 454 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail
455 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 455 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
456
457
458 [ $runtime == vm && $arch == x64 && $checked ]
459 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash
460 Language/10_Expressions/07_Maps_A10_t05: Fail
461 Language/10_Expressions/06_Lists_A09_t01: Fail
462 Language/10_Expressions/06_Lists_A09_t04: Fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698