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

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

Issue 9443017: Implement hackish version of const list literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value 287 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value
288 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value 288 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value
289 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value 289 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value
290 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented 290 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
291 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value 291 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
292 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value 292 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
293 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented 293 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented
294 LibTest/core/Set/some_A01_t01: Fail # Cannot find value 294 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
295 LibTest/core/Set/some_A01_t02: Fail # Cannot find value 295 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
296 LibTest/core/Set/some_A01_t03: Fail # Cannot find value 296 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
297 LibTest/core/double/operator_GE_A01_t03: Fail # CompileTimeConstantEvaluator not implemented
298 LibTest/core/double/operator_GE_A02_t01: Fail # CompileTimeConstantEvaluator not implemented
299 LibTest/core/double/operator_GT_A01_t03: Fail # CompileTimeConstantEvaluator not implemented
300 LibTest/core/double/operator_GT_A02_t01: Fail # CompileTimeConstantEvaluator not implemented
301 LibTest/core/double/operator_LE_A01_t03: Fail # CompileTimeConstantEvaluator not implemented
302 LibTest/core/double/operator_LE_A02_t01: Fail # CompileTimeConstantEvaluator not implemented
303 LibTest/core/double/operator_LT_A01_t03: Fail # CompileTimeConstantEvaluator not implemented
304 LibTest/core/double/operator_LT_A02_t01: Fail # CompileTimeConstantEvaluator not implemented
305 LibTest/core/double/operator_addition_A01_t01: Fail # CompileTimeConstantEvaluat or not implemented
306 LibTest/core/double/operator_addition_A01_t02: Fail # CompileTimeConstantEvaluat or not implemented
307 LibTest/core/double/operator_addition_A01_t07: Fail # CompileTimeConstantEvaluat or not implemented
308 LibTest/core/double/operator_addition_A02_t01: Fail # CompileTimeConstantEvaluat or not implemented
309 LibTest/core/double/operator_division_A01_t01: Fail # CompileTimeConstantEvaluat or not implemented
310 LibTest/core/double/operator_division_A01_t02: Fail # CompileTimeConstantEvaluat or not implemented
311 LibTest/core/double/operator_division_A01_t03: Fail # CompileTimeConstantEvaluat or not implemented
312 LibTest/core/double/operator_division_A01_t08: Fail # CompileTimeConstantEvaluat or not implemented
313 LibTest/core/double/operator_division_A02_t01: Fail # CompileTimeConstantEvaluat or not implemented
314 LibTest/core/double/operator_multiplication_A01_t01: Fail # CompileTimeConstantE valuator not implemented
315 LibTest/core/double/operator_multiplication_A01_t06: Fail # CompileTimeConstantE valuator not implemented
316 LibTest/core/double/operator_multiplication_A01_t08: Fail # CompileTimeConstantE valuator not implemented
317 LibTest/core/double/operator_multiplication_A02_t01: Fail # CompileTimeConstantE valuator not implemented
318 LibTest/core/double/operator_remainder_A02_t01: Fail # CompileTimeConstantEvalua tor not implemented
319 LibTest/core/double/operator_subtraction_A01_t01: Fail # CompileTimeConstantEval uator not implemented
320 LibTest/core/double/operator_subtraction_A01_t02: Fail # CompileTimeConstantEval uator not implemented
321 LibTest/core/double/operator_subtraction_A01_t07: Fail # CompileTimeConstantEval uator not implemented
322 LibTest/core/double/operator_subtraction_A01_t08: Fail # CompileTimeConstantEval uator not implemented
323 LibTest/core/double/operator_subtraction_A02_t01: Fail # CompileTimeConstantEval uator not implemented
324 LibTest/core/double/operator_truncating_division_A01_t02: Fail # CompileTimeCons tantEvaluator not implemented
325 LibTest/core/double/operator_truncating_division_A02_t01: Fail # CompileTimeCons tantEvaluator not implemented
326 LibTest/core/double/remainder_A01_t04: Fail # CompileTimeConstantEvaluator not i mplemented
327 LibTest/core/double/remainder_A02_t01: Fail # CompileTimeConstantEvaluator not i mplemented
328 LibTest/core/double/toStringAsFixed_A02_t01: Fail # CompileTimeConstantEvaluator not implemented
329 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails 297 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails
330 298
331 299
332 300
333 LibTest/core/List/List_A01_t02: Fail # Fixed length array. 301 LibTest/core/List/List_A01_t02: Fail # Fixed length array.
334 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. 302 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array.
335 LibTest/core/List/add_A02_t01: Fail # Fixed length array. 303 LibTest/core/List/add_A02_t01: Fail # Fixed length array.
336 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. 304 LibTest/core/List/clear_A02_t01: Fail # Fixed length array.
337 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. 305 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array.
338 LibTest/core/List/length_A04_t01: Fail # Fixed length array. 306 LibTest/core/List/length_A04_t01: Fail # Fixed length array.
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 742 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
775 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 743 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
776 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 744 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
777 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 745 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
778 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 746 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
779 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 747 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
780 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 748 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
781 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 749 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
782 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 750 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
783 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 751 Language/13_Types/7_Type_Void_A01_t09: 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