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

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

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Got rid of some problems. Created 9 years 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 Constructor2Test: Fail # Issue 255 96 Constructor2Test: Fail # Issue 255
97 Constructor3Test: Fail # Issue 257 97 Constructor3Test: Fail # Issue 257
98 Constructor4Test: Fail # Issue 286 98 Constructor4Test: Fail # Issue 286
99 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 99 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
100 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 100 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
101 DefaultFactoryLibraryTest: Fail # Issue 514 101 DefaultFactoryLibraryTest: Fail # Issue 514
102 DivByZeroTest: Fail # Bug 5184183 102 DivByZeroTest: Fail # Bug 5184183
103 DynamicTest: Fail # Bug 5527899. 103 DynamicTest: Fail # Bug 5527899.
104 ExampleConstructorTest: Fail # Bug 4205742. 104 ExampleConstructorTest: Fail # Bug 4205742.
105 ExpectTest: Fail # Missing extensions to class Expect. 105 ExpectTest: Fail # Missing extensions to class Expect.
106 Factory3Test: Fail # Issue 417
107 FactoryNegativeTest: Fail # Issue 417
108 For2Test: Fail # Bug 4995208. 106 For2Test: Fail # Bug 4995208.
109 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 107 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
110 FunctionTypeAliasTest: Fail # Bug 4519208. 108 FunctionTypeAliasTest: Fail # Bug 4519208.
111 GenericParameterizedExtendsTest: Skip # Bug 5392297 109 GenericParameterizedExtendsTest: Skip # Bug 5392297
112 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 110 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
113 GetterClosureExecutionOrderTest: Fail # Bug 5481595 111 GetterClosureExecutionOrderTest: Fail # Bug 5481595
114 IsObjectTest: Skip # Hasn't be tested on DartC yet 112 IsObjectTest: Skip # Hasn't be tested on DartC yet
115 Library4NegativeTest: Fail # Bug 5406175 113 Library4NegativeTest: Fail # Bug 5406175
116 ListLiteral1NegativeTest: Skip # Issue 220 114 ListLiteral1NegativeTest: Skip # Issue 220
117 ListLiteral3Test: Fail # Issue 220 115 ListLiteral3Test: Fail # Issue 220
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 RegExp3Test: Fail # 5299683 147 RegExp3Test: Fail # 5299683
150 ScopeNegativeTest: Fail # Bug 4207538. 148 ScopeNegativeTest: Fail # Bug 4207538.
151 StackOverflowTest: Fail # Bug 4591172. 149 StackOverflowTest: Fail # Bug 4591172.
152 StackTraceTest: Fail # Bug 4971920. 150 StackTraceTest: Fail # Bug 4971920.
153 StringConcatTest: Fail # Bug 5196164 151 StringConcatTest: Fail # Bug 5196164
154 SuperOperatorTest: Fail # Bug 4995463. 152 SuperOperatorTest: Fail # Bug 4995463.
155 Switch7NegativeTest: Fail # Bug 4208467. 153 Switch7NegativeTest: Fail # Bug 4208467.
156 SwitchLabelTest: Fail # Bug 4208467. 154 SwitchLabelTest: Fail # Bug 4208467.
157 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 155 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
158 Throw7NegativeTest: Fail # Bug 4208459. 156 Throw7NegativeTest: Fail # Bug 4208459.
159 TypeVariableBoundsTest/none: Fail # Issue 417 157 TypeVariableBoundsTest: Skip # Issue 417 type variables no longer allowed on fac tory methods
160 TypeVariableScopeTest/none: Fail # Issue 417 158 TypeVariableScopeTest: Skip # Issue 417 type variables no longer allowed on fact ory methods
159
161 160
162 # VM or Frog specific tests that should not be run by DartC. 161 # VM or Frog specific tests that should not be run by DartC.
163 *VMTest: Skip 162 *VMTest: Skip
164 *VMNegativeTest: Skip 163 *VMNegativeTest: Skip
165 *FrogTest: Skip 164 *FrogTest: Skip
166 *FrogNegativeTest: Skip 165 *FrogNegativeTest: Skip
167 166
168 167
169 [ $component == dartium ] 168 [ $component == dartium ]
170 # TODO: These need to be retriaged. 169 # TODO: These need to be retriaged.
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. 343 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined.
345 344
346 [ $arch == x64 ] 345 [ $arch == x64 ]
347 *: Skip 346 *: Skip
348 347
349 [ $arch == simarm ] 348 [ $arch == simarm ]
350 *: Skip 349 *: Skip
351 350
352 [ $arch == arm ] 351 [ $arch == arm ]
353 *: Skip 352 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698