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

Side by Side Diff: tests/language/language.status

Issue 8341118: Add two constructor tests (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
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 27 matching lines...) Expand all
38 BlackListedTest/06: Fail # Bug 5469684 38 BlackListedTest/06: Fail # Bug 5469684
39 BlackListedTest/07: Fail # Bug 5469684 39 BlackListedTest/07: Fail # Bug 5469684
40 BlackListedTest/08: Fail # Bug 5469684 40 BlackListedTest/08: Fail # Bug 5469684
41 BlackListedTest/09: Fail # Bug 5469684 41 BlackListedTest/09: Fail # Bug 5469684
42 BlackListedTest/10: Fail # Bug 5469684 42 BlackListedTest/10: Fail # Bug 5469684
43 BlackListedTest/11: Fail # Bug 5469684 43 BlackListedTest/11: Fail # Bug 5469684
44 BlackListedTest/12: Fail # Bug 5469684 44 BlackListedTest/12: Fail # Bug 5469684
45 45
46 # These bugs refer currently ongoing language discussions. 46 # These bugs refer currently ongoing language discussions.
47 ExampleConstructorTest: Fail # Bug 4995181 47 ExampleConstructorTest: Fail # Bug 4995181
48 48 Constructor2Test: Fail # Bug 4995181 (evaluation order)
49 Constructor3Test: Fail # Bug 4995181 (evaluation order)
49 50
50 # Regular bugs which should be fixed. 51 # Regular bugs which should be fixed.
51 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 52 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
52 ManyEchoServerTest: Skip # Bug 5103754 53 ManyEchoServerTest: Skip # Bug 5103754
53 CanonicalConstTest: Fail # Bug 5270133 54 CanonicalConstTest: Fail # Bug 5270133
54 55
55 ConstructorReturnNegativeTest: Fail # Issue 224 56 ConstructorReturnNegativeTest: Fail # Issue 224
56 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 57 ConstructorReturnWithInitNegativeTest: Fail # Issue 224
57 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 58 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224
58 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 59 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 123 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
123 LocalFunction3Test: Fail # Bug 4202974. 124 LocalFunction3Test: Fail # Bug 4202974.
124 MethodOverrideTest: Crash # Bug 5516001. 125 MethodOverrideTest: Crash # Bug 5516001.
125 DynamicTest: Fail # Bug 5527899. 126 DynamicTest: Fail # Bug 5527899.
126 127
127 FieldNegativeTest: Fail # Bug 4207626. 128 FieldNegativeTest: Fail # Bug 4207626.
128 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 129 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
129 ExampleConstructorTest: Fail # Bug 4205742. 130 ExampleConstructorTest: Fail # Bug 4205742.
130 CTConstTest: Fail # Bug 4510015. 131 CTConstTest: Fail # Bug 4510015.
131 Constructor2NegativeTest: Fail # Bug 4208594. 132 Constructor2NegativeTest: Fail # Bug 4208594.
133 Constructor2Test: Fail # Issue 255
134 Constructor3Test: Fail # Issue 257
132 ClassOverrideNegativeTest: Fail # Bug 4205768. 135 ClassOverrideNegativeTest: Fail # Bug 4205768.
133 BitOperationsTest: Fail # Uses bignums. 136 BitOperationsTest: Fail # Uses bignums.
134 ListLiteral3Test: Fail # Bug 4510015. 137 ListLiteral3Test: Fail # Bug 4510015.
135 ListTest: Fail # Bug 5146975. 138 ListTest: Fail # Bug 5146975.
136 StackTraceTest: Fail # Bug 4971920. 139 StackTraceTest: Fail # Bug 4971920.
137 ExpectTest: Fail # Missing extensions to class Expect. 140 ExpectTest: Fail # Missing extensions to class Expect.
138 DivByZeroTest: Fail # Bug 5184183 141 DivByZeroTest: Fail # Bug 5184183
139 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
140 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
141 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 TypedMessageTest: Fail # Bug 5246195 188 TypedMessageTest: Fail # Bug 5246195
186 189
187 [ $arch == x64 ] 190 [ $arch == x64 ]
188 *: Skip 191 *: Skip
189 192
190 [ $arch == simarm ] 193 [ $arch == simarm ]
191 *: Skip 194 *: Skip
192 195
193 [ $arch == arm ] 196 [ $arch == arm ]
194 *: Skip 197 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/Constructor2Test.dart » ('j') | tests/language/src/Constructor2Test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698