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

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

Issue 9706018: Make string interpolations be compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip of tree. Created 8 years, 9 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 | « frog/leg/compile_time_constants.dart ('k') | tests/language/language-leg.status » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $component == dart2js && $system == macos ] 5 [ $component == dart2js && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 430 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
431 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 431 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
432 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 432 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
433 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 433 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
434 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 434 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
435 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 435 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
436 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 436 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
437 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 437 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
438 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 438 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
439 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 439 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
440 Language/10_Expressions/01_Constants_A15_t01.dart: Fail, OK # Assumes interpolat ions can't be constant.
440 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps. 441 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps.
441 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 442 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
442 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 443 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
443 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 444 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
444 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error 445 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error
445 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error 446 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error
446 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error 447 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
447 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 448 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
448 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error 449 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
449 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 450 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 482 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
482 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 483 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
483 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 484 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
484 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 485 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
485 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 486 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
486 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 487 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
487 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 488 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
488 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 489 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
489 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 490 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
490 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 491 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698