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

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

Issue 23766030: Return the correct port from Uri, when port is 0 and scheme is either http or https. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tests and check for first charecter is alphabetic in scheme. Created 7 years, 3 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 | « tests/co19/co19-analyzer.status ('k') | tests/co19/co19-co19.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) 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
8 8
9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
(...skipping 12 matching lines...) Expand all
23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail 23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail
24 24
25 # TBF: infinite look: class A {const A();final m = const A();} 25 # TBF: infinite look: class A {const A();final m = const A();}
26 Language/12_Expressions/01_Constants_A17_t03: fail 26 Language/12_Expressions/01_Constants_A17_t03: fail
27 27
28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
29 Language/15_Types/4_Interface_Types_A11_t01: Skip 29 Language/15_Types/4_Interface_Types_A11_t01: Skip
30 Language/15_Types/4_Interface_Types_A11_t02: Skip 30 Language/15_Types/4_Interface_Types_A11_t02: Skip
31 31
32 32
33 33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
34 34
35 # co19 issue #380, Strings class has been removed 35 # co19 issue #380, Strings class has been removed
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
38 38
39 # co19 issue #400, collection library reorg 39 # co19 issue #400, collection library reorg
40 LibTest/core/String/String_class_A01_t01: fail, OK 40 LibTest/core/String/String_class_A01_t01: fail, OK
41 LibTest/core/String/concat_A01_t01: fail, OK 41 LibTest/core/String/concat_A01_t01: fail, OK
42 LibTest/core/String/concat_A02_t01: fail, OK 42 LibTest/core/String/concat_A02_t01: fail, OK
43 LibTest/core/String/hashCode_A01_t01: fail, OK 43 LibTest/core/String/hashCode_A01_t01: fail, OK
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r576: Please triage this failure 177 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r576: Please triage this failure
178 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th is failure 178 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th is failure
179 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 179 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
180 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 180 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
181 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl ease triage this failure 181 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl ease triage this failure
182 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 182 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
183 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure 183 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure
184 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure 184 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure
185 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure 185 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
186 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure 186 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698