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

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

Issue 13452007: Add new Dart API call Dart_MakeIsolateRunnable(). This would allow an (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
« runtime/include/dart_api.h ('K') | « 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 301
302 [ $compiler == none && $runtime == vm && $arch == ia32 ] 302 [ $compiler == none && $runtime == vm && $arch == ia32 ]
303 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 303 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
304 304
305 305
306 [ $compiler == none && $runtime == vm ] 306 [ $compiler == none && $runtime == vm ]
307 Language/07_Classes/07_Classes_A02_t29: Fail 307 Language/07_Classes/07_Classes_A02_t29: Fail
308 Language/07_Classes/07_Classes_A02_t31: Fail 308 Language/07_Classes/07_Classes_A02_t31: Fail
309 Language/11_Expressions/05_Strings_A20_t01: Fail 309 Language/11_Expressions/05_Strings_A20_t01: Fail
310 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 310 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
311 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
312 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail
313 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail
311 314
312 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 315 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
313 316
314 # parameter name or type expected 317 # parameter name or type expected
315 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 318 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
316 319
317 320
318 [ $compiler == none && $runtime == vm && $checked ] 321 [ $compiler == none && $runtime == vm && $checked ]
319 Language/03_Overview/1_Scoping_A02_t30: Fail 322 Language/03_Overview/1_Scoping_A02_t30: Fail
320 323
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 [ $compiler == none && $arch == arm ] 424 [ $compiler == none && $arch == arm ]
422 *: Skip 425 *: Skip
423 426
424 427
425 [ $compiler == none && $arch == simmips ] 428 [ $compiler == none && $arch == simmips ]
426 *: Skip 429 *: Skip
427 430
428 431
429 [ $compiler == none && $arch == mips ] 432 [ $compiler == none && $arch == mips ]
430 *: Skip 433 *: Skip
OLDNEW
« runtime/include/dart_api.h ('K') | « runtime/vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698