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

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

Issue 8502013: Update status file with bug numbers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 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 47 ImplicitThisTest/01: Fail # Issue 374
48 ImplicitThisTest/02: Fail # Issue TBD 48 ImplicitThisTest/02: Fail # Issue 374
49 ImplicitThisTest/03: Fail # Issue TBD 49 ImplicitThisTest/03: Fail # Issue 374
50 ImplicitThisTest/04: Fail # Issue TBD 50 ImplicitThisTest/04: Fail # Issue 374
51 ImplicitThisTest/none: Fail # Issue TBD 51 ImplicitThisTest/none: Fail # Issue 374
52 52
53 # 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
54 *DartcTest: Skip 54 *DartcTest: Skip
55 *DartcNegativeTest: Skip 55 *DartcNegativeTest: Skip
56 *FrogTest: Skip 56 *FrogTest: Skip
57 *FrogNegativeTest: Skip 57 *FrogNegativeTest: Skip
58 58
59 59
60 [ $component == vm && $mode == debug ] 60 [ $component == vm && $mode == debug ]
61 NonParameterizedFactoryTest: Crash # Issue 226 61 NonParameterizedFactoryTest: Crash # Issue 226
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 BlackListedTest/06: Fail # Bug 5469684 164 BlackListedTest/06: Fail # Bug 5469684
165 BlackListedTest/07: Fail # Bug 5469684 165 BlackListedTest/07: Fail # Bug 5469684
166 BlackListedTest/08: Fail # Bug 5469684 166 BlackListedTest/08: Fail # Bug 5469684
167 BlackListedTest/09: Fail # Bug 5469684 167 BlackListedTest/09: Fail # Bug 5469684
168 BlackListedTest/10: Fail # Bug 5469684 168 BlackListedTest/10: Fail # Bug 5469684
169 BlackListedTest/11: Fail # Bug 5469684 169 BlackListedTest/11: Fail # Bug 5469684
170 BlackListedTest/12: Fail # Bug 5469684 170 BlackListedTest/12: Fail # Bug 5469684
171 BlackListedTest/13: Crash # Bug 5469684 171 BlackListedTest/13: Crash # Bug 5469684
172 BlackListedTest/14: Crash # Bug 5469684 172 BlackListedTest/14: Crash # Bug 5469684
173 173
174 ImplicitThisTest/none: Fail # Issue TBD. 174 ImplicitThisTest/none: Fail # Issue 375
175 175
176 # VM or Frog specific tests that should not be run by DartC. 176 # VM or Frog specific tests that should not be run by DartC.
177 *VMTest: Skip 177 *VMTest: Skip
178 *VMNegativeTest: Skip 178 *VMNegativeTest: Skip
179 *FrogTest: Skip 179 *FrogTest: Skip
180 *FrogNegativeTest: Skip 180 *FrogNegativeTest: Skip
181 181
182 182
183 [ $component == dartium ] 183 [ $component == dartium ]
184 # TODO: These need to be retriaged. 184 # TODO: These need to be retriaged.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 317 SuperNegativeTest: Fail # test seems clearly broken - see issue #358
318 SuperTest: Fail # this is testing precise ordering of super constructor call 318 SuperTest: Fail # this is testing precise ordering of super constructor call
319 SwitchLabelTest: Fail 319 SwitchLabelTest: Fail
320 TryCatch9NegativeTest: Fail 320 TryCatch9NegativeTest: Fail
321 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. 321 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
322 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 322 TypeVariableBoundsTest/05: Fail # issue with test filed as #354
323 UnboundGetterTest: Fail 323 UnboundGetterTest: Fail
324 VarInitTest: Fail 324 VarInitTest: Fail
325 WrongNumberTypeArgumentsTest: Fail 325 WrongNumberTypeArgumentsTest: Fail
326 GetterClosureExecutionOrderTest: Fail 326 GetterClosureExecutionOrderTest: Fail
327 ImplicitThisTest/01: Fail # Issue TBD 327 ImplicitThisTest/01: Fail # Issue 376
328 ImplicitThisTest/02: Fail # Issue TBD 328 ImplicitThisTest/02: Fail # Issue 376
329 ImplicitThisTest/03: Fail # Issue TBD 329 ImplicitThisTest/03: Fail # Issue 376
330 ImplicitThisTest/04: Fail # Issue TBD 330 ImplicitThisTest/04: Fail # Issue 376
331 ImplicitThisTest/none: Fail # Issue TBD 331 ImplicitThisTest/none: Fail # Issue 376
332 332
333 333
334 [ $component == leg] 334 [ $component == leg]
335 StaticTopLevelTest/00: Fail 335 StaticTopLevelTest/00: Fail
336 StaticTopLevelTest/03: Fail 336 StaticTopLevelTest/03: Fail
337 DoubleComparisonTest: Fail 337 DoubleComparisonTest: Fail
338 338
339 [ $arch == x64 ] 339 [ $arch == x64 ]
340 *: Skip 340 *: Skip
341 341
342 [ $arch == simarm ] 342 [ $arch == simarm ]
343 *: Skip 343 *: Skip
344 344
345 [ $arch == arm ] 345 [ $arch == arm ]
346 *: Skip 346 *: 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