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

Side by Side Diff: language/language.status

Issue 8352011: Update test status and add new tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: '' Created 9 years, 2 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 | « no previous file | language/src/Library2NegativeTest.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) 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 18 matching lines...) Expand all
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 FauxverrideTest/01: Fail # Bug 5328413 31 FauxverrideTest/01: Fail # Bug 5328413
32 FauxverrideTest/02: Fail # Bug 5328413 32 FauxverrideTest/02: Fail # Bug 5328413
33 FauxverrideTest/03: Fail # Bug 5328413 33 FauxverrideTest/03: Fail # Bug 5328413
34 ImpliedInterfaceTest: Fail # Bug 5349944 34 ImpliedInterfaceTest: Fail # Bug 5349944
35 OverrideMethodWithFieldTest: Fail # Bug 5384453 35 OverrideMethodWithFieldTest: Fail # Bug 5384453
36 FieldOverrideTest/none: Fail # Bug 5384222 36 FieldOverrideTest/none: Fail # Bug 5384222
37 FieldOverrideTest/01: Fail # Bug 5384222 37 FieldOverrideTest/01: Fail # Bug 5384222
38 CallThroughNullGetterTest: Fail # Bug 4968741 38 CallThroughNullGetterTest: Fail # Bug 4968741
39 Library1NegativeTest: Fail # Bug 5430449
40 39
41 BlackListedTest/01: Fail # Bug 5469684 40 BlackListedTest/01: Fail # Bug 5469684
42 BlackListedTest/02: Fail # Bug 5469684 41 BlackListedTest/02: Fail # Bug 5469684
43 BlackListedTest/03: Fail # Bug 5469684 42 BlackListedTest/03: Fail # Bug 5469684
44 BlackListedTest/04: Fail # Bug 5469684 43 BlackListedTest/04: Fail # Bug 5469684
45 BlackListedTest/05: Fail # Bug 5469684 44 BlackListedTest/05: Fail # Bug 5469684
46 BlackListedTest/06: Fail # Bug 5469684 45 BlackListedTest/06: Fail # Bug 5469684
47 BlackListedTest/07: Fail # Bug 5469684 46 BlackListedTest/07: Fail # Bug 5469684
48 BlackListedTest/08: Fail # Bug 5469684 47 BlackListedTest/08: Fail # Bug 5469684
49 BlackListedTest/09: Fail # Bug 5469684 48 BlackListedTest/09: Fail # Bug 5469684
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 TypedMessageTest: Fail # Bug 5246195 199 TypedMessageTest: Fail # Bug 5246195
201 200
202 [ $arch == x64 ] 201 [ $arch == x64 ]
203 *: Skip 202 *: Skip
204 203
205 [ $arch == simarm ] 204 [ $arch == simarm ]
206 *: Skip 205 *: Skip
207 206
208 [ $arch == arm ] 207 [ $arch == arm ]
209 *: Skip 208 *: Skip
OLDNEW
« no previous file with comments | « no previous file | language/src/Library2NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698