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

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

Issue 8438032: Test implicit this on fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 26 matching lines...) Expand all
37 # Regular bugs which should be fixed. 37 # Regular bugs which should be fixed.
38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
39 ManyEchoServerTest: Skip # Bug 5103754 39 ManyEchoServerTest: Skip # Bug 5103754
40 40
41 NonParameterizedFactory2Test: Fail # Bug 5257789 41 NonParameterizedFactory2Test: Fail # Bug 5257789
42 42
43 WrongNumberTypeArgumentsTest: Fail # Bug 5532690 43 WrongNumberTypeArgumentsTest: Fail # Bug 5532690
44 Prefix18NegativeTest: Fail # Issue 307 44 Prefix18NegativeTest: Fail # Issue 307
45 Prefix20NegativeTest: Fail # Issue 307 45 Prefix20NegativeTest: Fail # Issue 307
46 46
47 ImplicitThisTest/01: Fail # Issue TBD
48 ImplicitThisTest/02: Fail # Issue TBD
49 ImplicitThisTest/03: Fail # Issue TBD
50 ImplicitThisTest/04: Fail # Issue TBD
51 ImplicitThisTest/none: Fail # Issue TBD
52
47 # DartC or Frog specific tests that should not be run by the VM 53 # DartC or Frog specific tests that should not be run by the VM
48 *DartcTest: Skip 54 *DartcTest: Skip
49 *DartcNegativeTest: Skip 55 *DartcNegativeTest: Skip
50 *FrogTest: Skip 56 *FrogTest: Skip
51 *FrogNegativeTest: Skip 57 *FrogNegativeTest: Skip
52 58
53 59
54 [ $component == vm && $mode == debug ] 60 [ $component == vm && $mode == debug ]
55 NonParameterizedFactoryTest: Crash # Issue 226 61 NonParameterizedFactoryTest: Crash # Issue 226
56 62
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 BlackListedTest/06: Fail # Bug 5469684 163 BlackListedTest/06: Fail # Bug 5469684
158 BlackListedTest/07: Fail # Bug 5469684 164 BlackListedTest/07: Fail # Bug 5469684
159 BlackListedTest/08: Fail # Bug 5469684 165 BlackListedTest/08: Fail # Bug 5469684
160 BlackListedTest/09: Fail # Bug 5469684 166 BlackListedTest/09: Fail # Bug 5469684
161 BlackListedTest/10: Fail # Bug 5469684 167 BlackListedTest/10: Fail # Bug 5469684
162 BlackListedTest/11: Fail # Bug 5469684 168 BlackListedTest/11: Fail # Bug 5469684
163 BlackListedTest/12: Fail # Bug 5469684 169 BlackListedTest/12: Fail # Bug 5469684
164 BlackListedTest/13: Crash # Bug 5469684 170 BlackListedTest/13: Crash # Bug 5469684
165 BlackListedTest/14: Crash # Bug 5469684 171 BlackListedTest/14: Crash # Bug 5469684
166 172
173 ImplicitThisTest/none: Fail # Issue TBD.
174
167 # VM or Frog specific tests that should not be run by DartC. 175 # VM or Frog specific tests that should not be run by DartC.
168 *VMTest: Skip 176 *VMTest: Skip
169 *VMNegativeTest: Skip 177 *VMNegativeTest: Skip
170 *FrogTest: Skip 178 *FrogTest: Skip
171 *FrogNegativeTest: Skip 179 *FrogNegativeTest: Skip
172 180
173 181
174 [ $component == dartium ] 182 [ $component == dartium ]
175 # TODO: These need to be retriaged. 183 # TODO: These need to be retriaged.
176 ExpectTest: Fail 184 ExpectTest: Fail
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 SuperTest: Fail # this is testing precise ordering of super constructor call 316 SuperTest: Fail # this is testing precise ordering of super constructor call
309 SwitchLabelTest: Fail 317 SwitchLabelTest: Fail
310 TryCatch9NegativeTest: Fail 318 TryCatch9NegativeTest: Fail
311 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. 319 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
312 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 320 TypeVariableBoundsTest/05: Fail # issue with test filed as #354
313 TypedMessageTest: Fail 321 TypedMessageTest: Fail
314 UnboundGetterTest: Fail 322 UnboundGetterTest: Fail
315 VarInitTest: Fail 323 VarInitTest: Fail
316 WrongNumberTypeArgumentsTest: Fail 324 WrongNumberTypeArgumentsTest: Fail
317 GetterClosureExecutionOrderTest: Fail 325 GetterClosureExecutionOrderTest: Fail
326 ImplicitThisTest/01: Fail # Issue TBD
327 ImplicitThisTest/02: Fail # Issue TBD
328 ImplicitThisTest/03: Fail # Issue TBD
329 ImplicitThisTest/04: Fail # Issue TBD
330 ImplicitThisTest/none: Fail # Issue TBD
318 331
319 332
320 [ $component == leg] 333 [ $component == leg]
321 StaticTopLevelTest/00: Fail 334 StaticTopLevelTest/00: Fail
322 StaticTopLevelTest/03: Fail 335 StaticTopLevelTest/03: Fail
323 DoubleComparisonTest: Fail 336 DoubleComparisonTest: Fail
324 337
325 [ $arch == x64 ] 338 [ $arch == x64 ]
326 *: Skip 339 *: Skip
327 340
328 [ $arch == simarm ] 341 [ $arch == simarm ]
329 *: Skip 342 *: Skip
330 343
331 [ $arch == arm ] 344 [ $arch == arm ]
332 *: Skip 345 *: Skip
OLDNEW
« no previous file with comments | « no previous file | dart/tests/language/src/ImplicitThisTest.dart » ('j') | dart/tests/language/src/ImplicitThisTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698