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

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

Issue 9363022: Support finally. (Closed) Base URL: http://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/ssa/builder.dart ('k') | no next file » | 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 # Skip library tests for now. 8 # Skip library tests for now.
9 LibTest/*: Skip 9 LibTest/*: Skip
10 10
(...skipping 21 matching lines...) Expand all
32 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t01: Fail 32 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t01: Fail
33 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t02: Fail 33 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t02: Fail
34 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t03: Fail 34 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t03: Fail
35 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t04: Fail 35 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t04: Fail
36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A03_t01: Fail 36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A03_t01: Fail
37 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail 37 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail
38 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail 38 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail
39 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail 39 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail
40 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t01: Fail 40 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t01: Fail
41 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail 41 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail
42 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A07_t01: Fail
43 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A07_t02: Fail
44 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t01: Fail
45 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t02: Fail
46 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail 42 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail
47 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail 43 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail
48 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail 44 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail
49 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t01: Fail
50 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t02: Fail
51 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03: Fail 45 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03: Fail
52 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail 46 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail
53 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t05: Fail 47 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t05: Fail
54 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t01: Fail 48 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t01: Fail
55 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail 49 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail
56 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail 50 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail
57 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A04_t01: Fail 51 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A04_t01: Fail
58 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail 52 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail
59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail 53 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail
60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail 54 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 Language/13_Types/5_Function_Types_A02_t02: Fail 522 Language/13_Types/5_Function_Types_A02_t02: Fail
529 Language/13_Types/5_Function_Types_A02_t03: Fail 523 Language/13_Types/5_Function_Types_A02_t03: Fail
530 Language/13_Types/5_Function_Types_A02_t04: Fail 524 Language/13_Types/5_Function_Types_A02_t04: Fail
531 Language/13_Types/5_Function_Types_A02_t05: Fail 525 Language/13_Types/5_Function_Types_A02_t05: Fail
532 Language/13_Types/6_Type_Dynamic_A01_t01: Fail 526 Language/13_Types/6_Type_Dynamic_A01_t01: Fail
533 Language/13_Types/6_Type_Dynamic_A02_t01: Fail 527 Language/13_Types/6_Type_Dynamic_A02_t01: Fail
534 Language/13_Types/6_Type_Dynamic_A03_t01: Fail 528 Language/13_Types/6_Type_Dynamic_A03_t01: Fail
535 Language/13_Types/6_Type_Dynamic_A04_t01: Fail 529 Language/13_Types/6_Type_Dynamic_A04_t01: Fail
536 Language/13_Types/7_Type_Void_A01_t09: Fail 530 Language/13_Types/7_Type_Void_A01_t09: Fail
537 Language/13_Types/7_Type_Void_A04_t05: Fail 531 Language/13_Types/7_Type_Void_A04_t05: Fail
OLDNEW
« no previous file with comments | « frog/leg/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698