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

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

Issue 10872059: Static and top-level methods can be compile time constants. (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
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 ] 5 [ $compiler == dart2js ]
6 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass 294 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass
295 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass 295 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass
296 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 296 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
297 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 297 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
298 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 298 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
299 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 299 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
300 300
301 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 301 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
302 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 302 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
303 303
304 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171
305
304 306
305 [ $compiler == dart2js && $checked ] 307 [ $compiler == dart2js && $checked ]
306 # Leg does not support checked mode yet. 308 # Leg does not support checked mode yet.
307 *: Skip 309 *: Skip
308 310
309 311
310 [ $compiler == dart2js && $browser ] 312 [ $compiler == dart2js && $browser ]
311 *: Skip 313 *: Skip
312 314
313 315
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 835 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
834 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 836 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
835 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 837 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
836 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 838 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
837 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 839 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
838 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 840 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
839 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 841 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
840 842
841 [ $compiler == dart2dart ] 843 [ $compiler == dart2dart ]
842 *: Skip 844 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698