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

Side by Side Diff: language/language.status

Issue 8390014: Update language tests status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 12 matching lines...) Expand all
23 SuperTest: Fail # Bug 4995181 23 SuperTest: Fail # Bug 4995181
24 TypeVariableBoundsTest/none: Fail # Bug 5257789 24 TypeVariableBoundsTest/none: Fail # Bug 5257789
25 TypeVariableBoundsTest/02: Fail # Bug 5257789 25 TypeVariableBoundsTest/02: Fail # Bug 5257789
26 TypeVariableBoundsTest/03: Fail # Bug 5257789 26 TypeVariableBoundsTest/03: Fail # Bug 5257789
27 TypeVariableBoundsTest/04: Fail # Bug 5257789 27 TypeVariableBoundsTest/04: Fail # Bug 5257789
28 TypeVariableBoundsTest/07: Fail # Bug 5257789 28 TypeVariableBoundsTest/07: Fail # Bug 5257789
29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513
30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513
31 ImpliedInterfaceTest: Fail # Bug 5349944 31 ImpliedInterfaceTest: Fail # Bug 5349944
32 CallThroughNullGetterTest: Fail # Bug 4968741 32 CallThroughNullGetterTest: Fail # Bug 4968741
33 CyclicImportTest: Skip # Codesite issue 172
34 33
35 BlackListedTest/01: Fail # Bug 5469684 34 BlackListedTest/01: Fail # Bug 5469684
36 BlackListedTest/02: Fail # Bug 5469684 35 BlackListedTest/02: Fail # Bug 5469684
37 BlackListedTest/03: Fail # Bug 5469684 36 BlackListedTest/03: Fail # Bug 5469684
38 BlackListedTest/04: Fail # Bug 5469684 37 BlackListedTest/04: Fail # Bug 5469684
39 BlackListedTest/05: Fail # Bug 5469684 38 BlackListedTest/05: Fail # Bug 5469684
40 BlackListedTest/06: Fail # Bug 5469684 39 BlackListedTest/06: Fail # Bug 5469684
41 BlackListedTest/07: Fail # Bug 5469684 40 BlackListedTest/07: Fail # Bug 5469684
42 BlackListedTest/08: Fail # Bug 5469684 41 BlackListedTest/08: Fail # Bug 5469684
43 BlackListedTest/09: Fail # Bug 5469684 42 BlackListedTest/09: Fail # Bug 5469684
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 TypedMessageTest: Fail # Bug 5246195 223 TypedMessageTest: Fail # Bug 5246195
225 224
226 [ $arch == x64 ] 225 [ $arch == x64 ]
227 *: Skip 226 *: Skip
228 227
229 [ $arch == simarm ] 228 [ $arch == simarm ]
230 *: Skip 229 *: Skip
231 230
232 [ $arch == arm ] 231 [ $arch == arm ]
233 *: Skip 232 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698