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

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

Issue 448943004: Refactor and simplify the dart2dart renamer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix minifying name generation Created 6 years, 4 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart && $builder_tag == new_backend ] 5 [ $compiler == dart2dart && $builder_tag == new_backend ]
6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953 6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953
7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953 7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953
8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953 8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953
9 9
10 [ $compiler == dart2dart && $builder_tag != new_backend ] 10 [ $compiler == dart2dart && $builder_tag != new_backend ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 [ $compiler == dart2dart && $system == macos ] 75 [ $compiler == dart2dart && $system == macos ]
76 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 76 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
77 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 77 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
78 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 78 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
79 79
80 [ $compiler == dart2dart ] 80 [ $compiler == dart2dart ]
81 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure 81 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure
82 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 82 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure
83 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure 83 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
84 Language/05_Variables/05_Variables_A11_t01: fail 84 Language/05_Variables/05_Variables_A11_t01: fail
85 Language/07_Classes/6_Constructors/2_Factories_A10_t01: crash # co19-roll r587: Please triage this failure
86 Language/07_Classes/6_Constructors/2_Factories_A10_t04: crash # co19-roll r587: Please triage this failure
87 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # co19-roll r54 6: Please triage this failure 85 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # co19-roll r54 6: Please triage this failure
88 Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # co19-roll r54 6: Please triage this failure 86 Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # co19-roll r54 6: Please triage this failure
89 Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # co19-roll r54 6: Please triage this failure 87 Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # co19-roll r54 6: Please triage this failure
90 Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # co19-roll r54 6: Please triage this failure 88 Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # co19-roll r54 6: Please triage this failure
91 Language/12_Expressions/12_Instance_Creation/1_New_A03_t01: fail # co19-roll r54 6: Please triage this failure 89 Language/12_Expressions/12_Instance_Creation/1_New_A03_t01: fail # co19-roll r54 6: Please triage this failure
92 Language/12_Expressions/12_Instance_Creation/1_New_A03_t02: fail # co19-roll r54 6: Please triage this failure 90 Language/12_Expressions/12_Instance_Creation/1_New_A03_t02: fail # co19-roll r54 6: Please triage this failure
93 Language/12_Expressions/12_Instance_Creation/1_New_A04_t01: fail # co19-roll r54 6: Please triage this failure 91 Language/12_Expressions/12_Instance_Creation/1_New_A04_t01: fail # co19-roll r54 6: Please triage this failure
94 Language/12_Expressions/12_Instance_Creation/1_New_A06_t04: fail # co19-roll r54 6: Please triage this failure 92 Language/12_Expressions/12_Instance_Creation/1_New_A06_t04: fail # co19-roll r54 6: Please triage this failure
95 Language/12_Expressions/12_Instance_Creation/1_New_A06_t05: fail # co19-roll r54 6: Please triage this failure 93 Language/12_Expressions/12_Instance_Creation/1_New_A06_t05: fail # co19-roll r54 6: Please triage this failure
96 Language/12_Expressions/12_Instance_Creation/1_New_A06_t06: fail # co19-roll r54 6: Please triage this failure 94 Language/12_Expressions/12_Instance_Creation/1_New_A06_t06: fail # co19-roll r54 6: Please triage this failure
(...skipping 28 matching lines...) Expand all
125 123
126 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 124 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
127 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 125 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
128 126
129 [ $compiler == dart2dart && $minified ] 127 [ $compiler == dart2dart && $minified ]
130 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 128 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
131 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 129 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
132 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 130 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
133 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 131 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
134 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 132 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698