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

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

Issue 10918188: Stop treating final as const in dart2js. (Closed) Base URL: https://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/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 244 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
245 LibTest/core/int/operator_division_A01_t01: Fail, OK # co19 issue 200 245 LibTest/core/int/operator_division_A01_t01: Fail, OK # co19 issue 200
246 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 200 246 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 200
247 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 200 247 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 200
248 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 200 248 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 200
249 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 249 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
250 250
251 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 251 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201
252 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 252 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201
253 253
254 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail, OK # co19 issue 207
255 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 207
256 LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 207
257
254 # Slow tests that needs extra time to finish. 258 # Slow tests that needs extra time to finish.
255 LibTest/core/List/sort_A01_t06: Slow, Pass 259 LibTest/core/List/sort_A01_t06: Slow, Pass
256 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 260 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
257 LibTest/core/Queue/add_A01_t01: Slow, Pass 261 LibTest/core/Queue/add_A01_t01: Slow, Pass
258 262
259 # These test the Clock class which has been removed. 263 # These test the Clock class which has been removed.
260 # issue co19 - 173 264 # issue co19 - 173
261 LibTest/core/Clock/frequency_A01_t01: Fail, OK 265 LibTest/core/Clock/frequency_A01_t01: Fail, OK
262 LibTest/core/Clock/now_A01_t01: Fail, OK 266 LibTest/core/Clock/now_A01_t01: Fail, OK
263 267
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK 597 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK
594 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK 598 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK
595 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK 599 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK
596 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 600 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
597 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 601 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
598 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 602 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
599 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 603 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
600 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 604 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
601 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 605 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
602 606
603
604 # The following tests use the deprecated Date interface. 607 # The following tests use the deprecated Date interface.
605 # Issue co19 - 125 608 # Issue co19 - 125
606 LibTest/core/Date/toString_A02_t01: Fail, OK 609 LibTest/core/Date/toString_A02_t01: Fail, OK
607 LibTest/core/Date/isUtc_A01_t01: Fail, OK 610 LibTest/core/Date/isUtc_A01_t01: Fail, OK
608 611
609 [ $compiler == dart2js && $unchecked ] 612 [ $compiler == dart2js && $unchecked ]
610 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail 613 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail
611 614
612 [ $compiler == dart2js && $checked ] 615 [ $compiler == dart2js && $checked ]
613 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass 616 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che cks that error is produced if a final variable is not initialized in one of the specified ways. 949 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che cks that error is produced if a final variable is not initialized in one of the specified ways.
947 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: Fail # Che cks that a compile-time error occur if k’s initializer list contains an initiali zer for a final variable whose declaration includes an initialization expression. 950 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: Fail # Che cks that a compile-time error occur if k’s initializer list contains an initiali zer for a final variable whose declaration includes an initialization expression.
948 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t01: Fail # Check s that it is a compile-time error when a constant constructor declaration has a body. 951 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t01: Fail # Check s that it is a compile-time error when a constant constructor declaration has a body.
949 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t03: Fail # Check s that it is a compile-time error if a named constant constructor has a body. 952 Language/07_Classes/6_Constructors/3_Constant_Constructors_A02_t03: Fail # Check s that it is a compile-time error if a named constant constructor has a body.
950 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable. 953 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable.
951 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02: Fail # Check s that compile-time error is produced when a class with constant constructor inh erits a non-final instance variable. 954 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02: Fail # Check s that compile-time error is produced when a class with constant constructor inh erits a non-final instance variable.
952 Language/07_Classes/6_Constructors_A01_t01: Fail # Checks that a compile-error i s produced when a constructor's id coincides with the name of a field in the sam e class. 955 Language/07_Classes/6_Constructors_A01_t01: Fail # Checks that a compile-error i s produced when a constructor's id coincides with the name of a field in the sam e class.
953 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class. 956 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class.
954 Language/07_Classes/6_Constructors_A03_t03: Fail # Checks that 'default' constru ctor is not generated if the class declares a named constructor. 957 Language/07_Classes/6_Constructors_A03_t03: Fail # Checks that 'default' constru ctor is not generated if the class declares a named constructor.
955 Language/07_Classes/7_Static_Methods_A01_t03: Fail # Checks that it is a compile -time error when a superclass's static method is being accessed using a subclass 's name. 958 Language/07_Classes/7_Static_Methods_A01_t03: Fail # Checks that it is a compile -time error when a superclass's static method is being accessed using a subclass 's name.
956 Language/10_Expressions/01_Constants_A15_t38: Fail # Checks that a reference to a final variable cannot be assigned to a constant variable.
957 Language/10_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error. 959 Language/10_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error.
958 Language/10_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error. 960 Language/10_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error.
959 Language/10_Expressions/05_Strings_A02_t39: Fail # Checks that unbalanced string cause compile-time erros. 961 Language/10_Expressions/05_Strings_A02_t39: Fail # Checks that unbalanced string cause compile-time erros.
960 Language/10_Expressions/05_Strings_A02_t41: Fail # Checks that unbalanced raw mu ltiline string cause compile-time erros. 962 Language/10_Expressions/05_Strings_A02_t41: Fail # Checks that unbalanced raw mu ltiline string cause compile-time erros.
961 Language/10_Expressions/05_Strings_A02_t43: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 963 Language/10_Expressions/05_Strings_A02_t43: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
962 Language/10_Expressions/05_Strings_A02_t45: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 964 Language/10_Expressions/05_Strings_A02_t45: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
963 Language/10_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 965 Language/10_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
964 Language/10_Expressions/05_Strings_A02_t47: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 966 Language/10_Expressions/05_Strings_A02_t47: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
965 Language/10_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 967 Language/10_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
966 Language/10_Expressions/05_Strings_A02_t49: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 968 Language/10_Expressions/05_Strings_A02_t49: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1155 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1154 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1156 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1155 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1157 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1156 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1158 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1157 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1159 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1158 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1160 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1159 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020 1161 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1160 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 1162 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1161 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1163 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1162 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1164 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/compile_time_constants.dart ('k') | tests/language/final_is_not_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698