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

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

Issue 13813018: Changelist to land https://codereview.chromium.org/13452007/ for Siva. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | « runtime/vm/isolate.cc ('k') | 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/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
8 8
9 9
10 [ $compiler == none && $runtime == vm && $unchecked ] 10 [ $compiler == none && $runtime == vm && $unchecked ]
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 309
310 [ $compiler == none && $runtime == vm && $arch == ia32 ] 310 [ $compiler == none && $runtime == vm && $arch == ia32 ]
311 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 311 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
312 312
313 313
314 [ $compiler == none && $runtime == vm ] 314 [ $compiler == none && $runtime == vm ]
315 Language/07_Classes/07_Classes_A02_t29: Fail 315 Language/07_Classes/07_Classes_A02_t29: Fail
316 Language/07_Classes/07_Classes_A02_t31: Fail 316 Language/07_Classes/07_Classes_A02_t31: Fail
317 Language/11_Expressions/05_Strings_A20_t01: Fail 317 Language/11_Expressions/05_Strings_A20_t01: Fail
318 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 318 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
319 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
320 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail
321 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail
319 322
320 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 323 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
321 324
322 # parameter name or type expected 325 # parameter name or type expected
323 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 326 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
324 327
325 328
326 [ $compiler == none && $runtime == vm && $checked ] 329 [ $compiler == none && $runtime == vm && $checked ]
327 Language/03_Overview/1_Scoping_A02_t30: Fail 330 Language/03_Overview/1_Scoping_A02_t30: Fail
328 331
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 [ $compiler == none && $arch == arm ] 432 [ $compiler == none && $arch == arm ]
430 *: Skip 433 *: Skip
431 434
432 435
433 [ $compiler == none && $arch == simmips ] 436 [ $compiler == none && $arch == simmips ]
434 *: Skip 437 *: Skip
435 438
436 439
437 [ $compiler == none && $arch == mips ] 440 [ $compiler == none && $arch == mips ]
438 *: Skip 441 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698