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

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

Issue 15496005: Fix some of the negative language tests in preparation for implementing (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | tests/language/external_test.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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
7 8
8 [ $compiler == none && $runtime == vm && $unchecked ] 9 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 11
11 12
12 [ $compiler == none && $runtime == vm && $checked ] 13 [ $compiler == none && $runtime == vm && $checked ]
13 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 14 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
14 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. 15 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure.
15 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. 16 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure.
16 17
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 [ $compiler == none && $arch == arm ] 517 [ $compiler == none && $arch == arm ]
517 *: Skip 518 *: Skip
518 519
519 520
520 [ $compiler == none && $arch == simmips ] 521 [ $compiler == none && $arch == simmips ]
521 *: Skip 522 *: Skip
522 523
523 524
524 [ $compiler == none && $arch == mips ] 525 [ $compiler == none && $arch == mips ]
525 *: Skip 526 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/external_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698