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

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

Issue 355013002: Change new Uri(query:"") to not add a query part. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
« sdk/lib/core/uri.dart ('K') | « 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 5 # This file contains the tests that have been identified as broken and
6 # have been filed on the co19 issue tracker at 6 # have been filed on the co19 issue tracker at
7 # https://code.google.com/p/co19/issues/list . 7 # https://code.google.com/p/co19/issues/list .
8 # 8 #
9 # In order to qualify here these tests need to fail both on the VM and dart2js. 9 # In order to qualify here these tests need to fail both on the VM and dart2js.
10 10
11 ### GENERAL FAILURES ### 11 ### GENERAL FAILURES ###
12 12
13 [ $runtime == vm || $runtime != vm ] 13 [ $runtime == vm || $runtime != vm ]
14 # Tests that fail everywhere, including the analyzer. 14 # Tests that fail everywhere, including the analyzer.
15 15
16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668
17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment.
18 18
19 Language/07_Classes/6_Constructors/1_Generative_Constructors_A01_t06: Fail, Pass , OK # co19 issue 695 19 Language/07_Classes/6_Constructors/1_Generative_Constructors_A01_t06: Fail, Pass , OK # co19 issue 695
20 20
21 LibTest/core/Uri/authority_A01_t01: RuntimeError # co19 issue 696
22 LibTest/core/Uri/hasAuthority_A01_t01: RuntimeError # co19 issue 696
23
24 # These tests are obsolete and need updating. 21 # These tests are obsolete and need updating.
25 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019 22 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019
26 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019 23 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019
27 24
28 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 25 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
29 # Tests that fail on every runtime, but not on the analyzer. 26 # Tests that fail on every runtime, but not on the analyzer.
30 27
28 LibTest/core/Uri/authority_A01_t01: RuntimeError # co19 issue 696
29 LibTest/core/Uri/hasAuthority_A01_t01: RuntimeError # co19 issue 696
30
31 LibTest/core/Uri/fragment_A01_t01: Fail # assumes space valid in fragment. 31 LibTest/core/Uri/fragment_A01_t01: Fail # assumes space valid in fragment.
32 32
33 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 33 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
34 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 34 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
35 35
36 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 36 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure
37 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 37 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
38 38
39 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure 39 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure
40 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 40 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 86 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
87 87
88 [ $runtime == dartium || $compiler == dart2js ] 88 [ $runtime == dartium || $compiler == dart2js ]
89 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 89 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
90 90
91 ### CHECKED MODE FAILURES ### 91 ### CHECKED MODE FAILURES ###
92 92
93 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] 93 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
94 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 94 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
95 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 95 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
OLDNEW
« sdk/lib/core/uri.dart ('K') | « sdk/lib/core/uri.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698