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

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

Issue 10919119: Do not append input value of AS comparison if the check is eliminated. Fixes issue 4944, crash caus… (Closed) Base URL: http://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
« runtime/vm/token.h ('K') | « runtime/vm/token.h ('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 [ $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/1_Scoping_A03_t02: Fail # TODO(vm-team): Please triage this failure. 8 Language/03_Overview/1_Scoping_A03_t02: Fail # TODO(vm-team): Please triage this failure.
9 Language/03_Overview/2_Privacy_A01_t01: Fail # TODO(vm-team): Please triage this failure. 9 Language/03_Overview/2_Privacy_A01_t01: Fail # TODO(vm-team): Please triage this failure.
10 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure. 10 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 Language/12_Libraries_and_Scripts/2_Imports_A02_t21: Fail # TODO(vm-team): Pleas e triage this failure. 82 Language/12_Libraries_and_Scripts/2_Imports_A02_t21: Fail # TODO(vm-team): Pleas e triage this failure.
83 Language/12_Libraries_and_Scripts/2_Imports_A02_t22: Fail # TODO(vm-team): Pleas e triage this failure. 83 Language/12_Libraries_and_Scripts/2_Imports_A02_t22: Fail # TODO(vm-team): Pleas e triage this failure.
84 Language/12_Libraries_and_Scripts/2_Imports_A06_t03: Fail # TODO(vm-team): Pleas e triage this failure. 84 Language/12_Libraries_and_Scripts/2_Imports_A06_t03: Fail # TODO(vm-team): Pleas e triage this failure.
85 Language/12_Libraries_and_Scripts/2_Imports_A07_t05: Fail # TODO(vm-team): Pleas e triage this failure. 85 Language/12_Libraries_and_Scripts/2_Imports_A07_t05: Fail # TODO(vm-team): Pleas e triage this failure.
86 Language/12_Libraries_and_Scripts/2_Imports_A10_t02: Fail # TODO(vm-team): Pleas e triage this failure. 86 Language/12_Libraries_and_Scripts/2_Imports_A10_t02: Fail # TODO(vm-team): Pleas e triage this failure.
87 LibTest/core/Futures/wait_A03_t01: Fail # TODO(vm-team): Please triage this fail ure. 87 LibTest/core/Futures/wait_A03_t01: Fail # TODO(vm-team): Please triage this fail ure.
88 LibTest/core/List/forEach_A01_t02: Fail # TODO(vm-team): Please triage this fail ure. 88 LibTest/core/List/forEach_A01_t02: Fail # TODO(vm-team): Please triage this fail ure.
89 LibTest/core/double/operator_negate_A01_t03: Fail # TODO(vm-team): Please triage this failure. 89 LibTest/core/double/operator_negate_A01_t03: Fail # TODO(vm-team): Please triage this failure.
90 90
91 91
92 [ $runtime == vm && $mode == debug ]
93 Language/10_Expressions/30_Type_Cast_A01_t01: Crash # http://dartbug.com/4944
94 Language/10_Expressions/Expressions_A01_t01: Crash # http://dartbug.com/4944
95
96
97 [ $runtime == vm && $unchecked ] 92 [ $runtime == vm && $unchecked ]
98 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # TODO(vm-team): Please t riage this failure. 93 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # TODO(vm-team): Please t riage this failure.
99 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 94 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
100 95
101 96
102 [ $runtime == vm ] 97 [ $runtime == vm ]
103 # These tests fail after the deprecation of the corelib 98 # These tests fail after the deprecation of the corelib
104 # Math object in favor of the dart:math library. 99 # Math object in favor of the dart:math library.
105 # issue co19 - ??? 100 # issue co19 - ???
106 Language/05_Variables/05_Variables_A05_t03: Fail, OK 101 Language/05_Variables/05_Variables_A05_t03: Fail, OK
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 1074
1080 1075
1081 [ $runtime == vm && $mode == debug && $unchecked ] 1076 [ $runtime == vm && $mode == debug && $unchecked ]
1082 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 1077 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
1083 1078
1084 [ $arch == simarm ] 1079 [ $arch == simarm ]
1085 *: Skip 1080 *: Skip
1086 1081
1087 [ $arch == arm ] 1082 [ $arch == arm ]
1088 *: Skip 1083 *: Skip
OLDNEW
« runtime/vm/token.h ('K') | « runtime/vm/token.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698