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

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

Issue 24122002: Change Uri methods taking a decode argument, to now take an encoding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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') | 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 # 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/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
14 LibTest/core/Uri/parse_A01_t01: fail # Issue 13252 15 LibTest/core/Uri/parse_A01_t01: fail # Issue 13252
15 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
16 LibTest/core/Uri/Uri_A04_t01: fail # Issue 13249 17 LibTest/core/Uri/Uri_A04_t01: fail # Issue 13249
17 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588 18 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588
18 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588 19 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588
19 # Maybe we should wait until isolate library is sealed before triaging these. 20 # Maybe we should wait until isolate library is sealed before triaging these.
20 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure 21 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure
21 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure 22 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure
22 23
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 116 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
116 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 117 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
117 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 118 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
118 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 119 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
119 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 120 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
120 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 121 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
121 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 122 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
122 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 123 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
123 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 124 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589
124 125
OLDNEW
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698