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

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

Issue 9536020: Work around buggy break in List.sort and optimize constant folding of negative values. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add TODO for Kasperl 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 | « dart/frog/leg/ssa/builder.dart ('k') | dart/tests/corelib/corelib-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 && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 22 matching lines...) Expand all
33 [ $component == leg && $mode == release ] 33 [ $component == leg && $mode == release ]
34 34
35 35
36 [ $component == leg && $mode == debug ] 36 [ $component == leg && $mode == debug ]
37 37
38 38
39 [ $component == leg ] 39 [ $component == leg ]
40 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate. 40 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate.
41 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail # TODO(ahe): investigate. 41 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail # TODO(ahe): investigate.
42 42
43 # Crashes and time outs.
44 LibTest/core/List/sort_A01_t04: Skip # Times out.
45 LibTest/core/List/sort_A01_t05: Skip # Times out.
46 LibTest/core/List/sort_A01_t06: Skip # Times out.
47
48
49 # This test should not time out. It is not that big.
50 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81.
51
52 43
53 # Issues with co19 test suite. 44 # Issues with co19 test suite.
54 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. 45 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior.
55 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. 46 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior.
56 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. 47 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior.
57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 48 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 49 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 50 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 51 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
61 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 52 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 494 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
504 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 495 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
505 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 496 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
506 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 497 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
507 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 498 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
508 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 499 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
509 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 500 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
510 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 501 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
511 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 502 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
512 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 503 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/ssa/builder.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698