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

Side by Side Diff: tests/co19/co19-analyzer.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 | « sdk/lib/core/uri.dart ('k') | tests/co19/co19-analyzer2.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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
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 19 matching lines...) Expand all
30 Language/15_Types/4_Interface_Types_A11_t02: Skip 30 Language/15_Types/4_Interface_Types_A11_t02: Skip
31 31
32 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void. 32 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void.
33 Language/13_Statements/11_Return_A07_t01: fail 33 Language/13_Statements/11_Return_A07_t01: fail
34 34
35 # TBF: typedef int func2(int); - "int is not a type" 35 # TBF: typedef int func2(int); - "int is not a type"
36 Language/15_Types/6_Type_dynamic_A03_t01: fail 36 Language/15_Types/6_Type_dynamic_A03_t01: fail
37 Language/15_Types/6_Type_dynamic_A04_t01: fail 37 Language/15_Types/6_Type_dynamic_A04_t01: fail
38 38
39 39
40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
40 41
41 # co19 issue #380, Strings class has been removed 42 # co19 issue #380, Strings class has been removed
42 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 44 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
44 45
45 # co19 issue #400, collection library reorg 46 # co19 issue #400, collection library reorg
46 LibTest/core/String/String_class_A01_t01: fail, OK 47 LibTest/core/String/String_class_A01_t01: fail, OK
47 LibTest/core/String/concat_A01_t01: fail, OK 48 LibTest/core/String/concat_A01_t01: fail, OK
48 LibTest/core/String/concat_A02_t01: fail, OK 49 LibTest/core/String/concat_A02_t01: fail, OK
49 LibTest/core/String/hashCode_A01_t01: fail, OK 50 LibTest/core/String/hashCode_A01_t01: fail, OK
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 238
238 # co19 issue #586: Undefined name 'message' 239 # co19 issue #586: Undefined name 'message'
239 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK 240 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK
240 241
241 # co19 issue #587: Missing dart:async import and other mistypes 242 # co19 issue #587: Missing dart:async import and other mistypes
242 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK 243 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK
243 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK 244 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK
244 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK 245 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK
245 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK 246 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK
246 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK 247 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK
OLDNEW
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | tests/co19/co19-analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698