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

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

Issue 10933122: Revert "Remove Object.dynamic." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « tests/co19/co19-dart2js.status ('k') | tests/html/instance_of_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/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure. 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure.
7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
8 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure. 8 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure.
9 Language/06_Functions/06_Functions_A01_t03: Fail # TODO(vm-team): Please triage this failure. 9 Language/06_Functions/06_Functions_A01_t03: Fail # TODO(vm-team): Please triage this failure.
10 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 10 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # TODO(vm-team): Pleas e triage this failure. 162 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # TODO(vm-team): Pleas e triage this failure.
163 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # TODO(vm-team): Pleas e triage this failure. 163 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # TODO(vm-team): Pleas e triage this failure.
164 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # TODO(vm-team): Pleas e triage this failure. 164 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # TODO(vm-team): Pleas e triage this failure.
165 Language/13_Libraries_and_Scripts/3_Includes_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. 165 Language/13_Libraries_and_Scripts/3_Includes_A02_t03: Fail # TODO(vm-team): Plea se triage this failure.
166 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 166 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
167 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. 167 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure.
168 LibTest/core/Futures/wait_A03_t01: Fail # TODO(vm-team): Please triage this fail ure. 168 LibTest/core/Futures/wait_A03_t01: Fail # TODO(vm-team): Please triage this fail ure.
169 LibTest/core/double/operator_negate_A01_t03: Fail # TODO(vm-team): Please triage this failure. 169 LibTest/core/double/operator_negate_A01_t03: Fail # TODO(vm-team): Please triage this failure.
170 170
171 171
172 LibTest/core/Object/dynamic_A01_t01: Fail, OK # co19 issue 211
173 LibTest/core/Object/operator_equality_A01_t01: Fail, OK # co19 issue 211
174 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
175
176 [ $runtime == vm && $checked ] 172 [ $runtime == vm && $checked ]
177 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 173 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
178 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 174 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
179 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 175 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
180 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 176 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
181 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 177 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
182 178
183 179
184 [ $runtime == vm && $unchecked ] 180 [ $runtime == vm && $unchecked ]
185 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail # Expected error only happens in checked mode. 181 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail # Expected error only happens in checked mode.
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 867
872 868
873 [ $runtime == vm && $mode == debug && $unchecked ] 869 [ $runtime == vm && $mode == debug && $unchecked ]
874 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 870 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
875 871
876 [ $arch == simarm ] 872 [ $arch == simarm ]
877 *: Skip 873 *: Skip
878 874
879 [ $arch == arm ] 875 [ $arch == arm ]
880 *: Skip 876 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/html/instance_of_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698