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

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

Issue 12036045: Issue 7884. Use UTF-8 for output. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « compiler/java/com/google/dart/compiler/DartCompiler.java ('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) 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 == dartc ] 5 [ $compiler == dartc ]
6 6
7 # co19 issue 365 (iterator changes) 7 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365
(...skipping 12 matching lines...) Expand all
23 Language/05_Variables/05_Variables_A07_t02: Fail 23 Language/05_Variables/05_Variables_A07_t02: Fail
24 Language/05_Variables/05_Variables_A07_t03: Fail 24 Language/05_Variables/05_Variables_A07_t03: Fail
25 Language/05_Variables/05_Variables_A07_t04: Fail 25 Language/05_Variables/05_Variables_A07_t04: Fail
26 Language/05_Variables/05_Variables_A07_t10: Fail 26 Language/05_Variables/05_Variables_A07_t10: Fail
27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail 27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail
28 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail 28 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail
29 29
30 # co19 issue 344 ('null' is constant, so can be used in 'case') 30 # co19 issue 344 ('null' is constant, so can be used in 'case')
31 Language/12_Statements/09_Switch_A02_t03: Fail 31 Language/12_Statements/09_Switch_A02_t03: Fail
32 32
33 # Test framework issue 8045 (dies) 33 # co19 343 (invalid unicode NFC)
34 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Skip 34 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail
35 Language/15_Reference/1_Lexical_Rules_A01_t09: Skip
36 Language/15_Reference/1_Lexical_Rules_A01_t10: Skip
37 Language/15_Reference/1_Lexical_Rules_A01_t11: Skip
38 Language/15_Reference/1_Lexical_Rules_A02_t06: Skip
39 35
40 36
41 # co19 issue 339 (type variable is not constant) 37 # co19 issue 339 (type variable is not constant)
42 Language/11_Expressions/01_Constants_A20_t03: Fail 38 Language/11_Expressions/01_Constants_A20_t03: Fail
43 39
44 40
45 # co19 issue 340 (deprecated catch syntax) 41 # co19 issue 340 (deprecated catch syntax)
46 Language/11_Expressions/08_Throw_A05_t01: Fail 42 Language/11_Expressions/08_Throw_A05_t01: Fail
47 Language/12_Statements/10_Try_A03_t02: Fail 43 Language/12_Statements/10_Try_A03_t02: Fail
48 Language/12_Statements/10_Try_A03_t03: Fail 44 Language/12_Statements/10_Try_A03_t03: Fail
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 477 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
482 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 478 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
483 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 479 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
484 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 480 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
485 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 481 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
486 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 482 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
487 483
488 484
489 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 485 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
490 *: Skip 486 *: Skip
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/DartCompiler.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698