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

Side by Side Diff: tests/co19/co19-co19.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-analyzer2.status ('k') | tests/corelib/uri_ipv6_test.dart » ('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) 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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
11 11
12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
13 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 13 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
14 LibTest/core/Uri/encodeComponent_A01_t02: fail # Issue 13251, co19 Issues 588, 5 89 14 LibTest/core/Uri/encodeComponent_A01_t02: fail # Issue 13251, co19 Issues 588, 5 89
15 LibTest/core/Uri/parse_A01_t01: fail # Issue 13252
16 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 15 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592
17 LibTest/core/Uri/Uri_A03_t01: fail # Issue 13250, co19 Issue 588 16 LibTest/core/Uri/Uri_A03_t01: fail # Issue 13250, co19 Issue 588
18 LibTest/core/Uri/Uri_A04_t01: fail # Issue 13249
19 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588 17 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588
20 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588 18 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588
21 # Maybe we should wait until isolate library is sealed before triaging these. 19 # Maybe we should wait until isolate library is sealed before triaging these.
22 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure 20 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure
23 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure 21 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure
24 22
25 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 23 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
26 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure 24 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure
27 25
28 [ $runtime == vm || $compiler == dart2js ] 26 [ $runtime == vm || $compiler == dart2js ]
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 115 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
118 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 116 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
119 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 117 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
120 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 118 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
121 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 119 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
122 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 120 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
123 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 121 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
124 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 122 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
125 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 123 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589
126 124
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/corelib/uri_ipv6_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698