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

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

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged 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 | « dart/sdk/lib/core/object.dart ('k') | dart/tests/compiler/dart2js_extra/dart2js_extra.status » ('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 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure. 66 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure.
67 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure. 67 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure.
68 68
69 69
70 [ $compiler == none && $runtime == vm && $checked ] 70 [ $compiler == none && $runtime == vm && $checked ]
71 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 71 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
72 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 72 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
73 73
74 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 74 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
75 75
76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
77 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
78 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
79 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
80 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405
81 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405
82 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405
83 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405
84 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405
85 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
86 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405
87 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
88 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405
89 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
90
91
76 92
77 [ $compiler == none && $runtime == vm ] 93 [ $compiler == none && $runtime == vm ]
78 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 94 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
79 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 95 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
80 96
81 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 97 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385
82 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 98 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385
83 99
84 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1 9 issue 348 100 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1 9 issue 348
85 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 101 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 [ $compiler == none && $arch == arm ] 485 [ $compiler == none && $arch == arm ]
470 *: Skip 486 *: Skip
471 487
472 488
473 [ $compiler == none && $arch == simmips ] 489 [ $compiler == none && $arch == simmips ]
474 *: Skip 490 *: Skip
475 491
476 492
477 [ $compiler == none && $arch == mips ] 493 [ $compiler == none && $arch == mips ]
478 *: Skip 494 *: Skip
OLDNEW
« no previous file with comments | « dart/sdk/lib/core/object.dart ('k') | dart/tests/compiler/dart2js_extra/dart2js_extra.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698