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

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

Issue 26978004: Emit a compile-time error when using doubles as switch case expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
9 9
10 [ $compiler == dart2js && $checked && $runtime == ie9 ] 10 [ $compiler == dart2js && $checked && $runtime == ie9 ]
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 155
156 # 156 #
157 # Issues with co19 test suite. 157 # Issues with co19 test suite.
158 # 158 #
159 # If you add anything here, either file a bug against the Dart 159 # If you add anything here, either file a bug against the Dart
160 # language specification, co19 test suite, or add a comment that ahe@ 160 # language specification, co19 test suite, or add a comment that ahe@
161 # can understand so he can file a bug later. 161 # can understand so he can file a bug later.
162 # 162 #
163 [ $compiler == dart2js ] 163 [ $compiler == dart2js ]
164 164 Language/13_Statements/09_Switch_A02_t04: CompileTimeError, OK # co19 issue 628
165 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198 165 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198
166 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 166 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
167 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021 167 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021
168 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 168 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308
169 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e 169 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e
170 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure 170 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure
171 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re 171 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re
172 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure 172 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure
173 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure 173 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure
174 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure 174 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure 616 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
617 617
618 [ $compiler == dart2js ] 618 [ $compiler == dart2js ]
619 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 619 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
620 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 620 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
621 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 621 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
622 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 622 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
623 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 623 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
624 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 624 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
625 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 625 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698