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

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

Issue 25478009: Handle compile-time constness for conditionals and type literal calls. (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 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258: 119 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258:
120 120
121 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, Pass, OK # co19 issue 293 P asses on IE 121 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, Pass, OK # co19 issue 293 P asses on IE
122 122
123 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294 123 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294
124 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294 124 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294
125 125
126 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277 126 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277
127 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277 127 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
128 128
129 Language/12_Expressions/01_Constants_A15_t16: MissingCompileTimeError # co19 Iss ue 593
130
129 [ $compiler == dart2js ] 131 [ $compiler == dart2js ]
130 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683 132 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683
131 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 133 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
132 134
133 LibTest/isolate/isolate_api/spawnUri_A02_t01: RuntimeError # Runtime error: Expe ct.throws() fails 135 LibTest/isolate/isolate_api/spawnUri_A02_t01: RuntimeError # Runtime error: Expe ct.throws() fails
134 LibTest/isolate/isolate_api/spawnUri_A01_t01: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 136 LibTest/isolate/isolate_api/spawnUri_A01_t01: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
135 LibTest/isolate/isolate_api/spawnUri_A01_t02: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 137 LibTest/isolate/isolate_api/spawnUri_A01_t02: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
136 LibTest/isolate/isolate_api/spawnUri_A01_t03: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 138 LibTest/isolate/isolate_api/spawnUri_A01_t03: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
137 LibTest/isolate/isolate_api/spawnUri_A01_t04: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 139 LibTest/isolate/isolate_api/spawnUri_A01_t04: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
138 LibTest/isolate/isolate_api/spawnUri_A01_t05: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 140 LibTest/isolate/isolate_api/spawnUri_A01_t05: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 310
309 311
310 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 312 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
311 *: Skip 313 *: Skip
312 314
313 # 315 #
314 # Missing compile-time errors. 316 # Missing compile-time errors.
315 # 317 #
316 [ $compiler == dart2js ] 318 [ $compiler == dart2js ]
317 Language/07_Classes/07_Classes_A02_t11: MissingCompileTimeError # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializer. 319 Language/07_Classes/07_Classes_A02_t11: MissingCompileTimeError # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializer.
318 Language/12_Expressions/01_Constants_A20_t03: MissingCompileTimeError # Checks t hat an identifier expression that denotes a type parameter can not be assigned to a constant variable.
319 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil eTimeError # Checks that it is a compile-time error if a string interpolation co nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace. 320 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil eTimeError # Checks that it is a compile-time error if a string interpolation co nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace.
320 Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors. 321 Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors.
321 Language/12_Expressions/05_Strings_A02_t48: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors. 322 Language/12_Expressions/05_Strings_A02_t48: MissingCompileTimeError # Checks tha t multi-line strings that contain characters and sequences prohibited by this gr ammar, cause compile-time errors.
322 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 323 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
323 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source c ode. Checks symbol U+00a0. 324 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source c ode. Checks symbol U+00a0.
324 325
325 326
326 # 327 #
327 # Unexpected compile-time errors. 328 # Unexpected compile-time errors.
328 # 329 #
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure 620 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure
620 621
621 [ $compiler == dart2js ] 622 [ $compiler == dart2js ]
622 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 623 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
623 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 624 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
624 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 625 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
625 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 626 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
626 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 627 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
627 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 628 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
628 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 629 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698