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

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

Issue 9309065: Update language.status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 [ $component == dartium ] 218 [ $component == dartium ]
219 # TODO: These need to be retriaged. 219 # TODO: These need to be retriaged.
220 RichardsTest: Fail 220 RichardsTest: Fail
221 TypedMessageTest: Fail # Bug 5246195 221 TypedMessageTest: Fail # Bug 5246195
222 StringEscape1NegativeTest: Skip 222 StringEscape1NegativeTest: Skip
223 223
224 224
225 [ $component == frog ] 225 [ $component == frog ]
226 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 226 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
227 227
228 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari || $browser == ie)) || $component == frogium ] 228 # This set of four test components (frog, frogsh, frogium, and webdriver) all
229 # consume frog output, so if frog is generating the incorrect code, chances are
230 # it will fail on all of these components.
231 #
232 # Further explanation:
233 # frog: frog compiler, run using the VM
234 # frogsh: self-hosted frog compiler
235 # frogium: Dart code compiled with frogsh running under DumpRenderTree
236 # webdriver: Dart code compiled with frogsh running on an actual browser
237 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
238 # browser, you can be more specific about the failure by using $browser:
239 # [ $component == webdriver && $browser == chrome ] for example.
240 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
241 IntrinsifiedMethodsTest: Fail # Issue 1470
229 Factory3Test: Fail # Issue 417 242 Factory3Test: Fail # Issue 417
230 Factory2NegativeTest: Fail 243 Factory2NegativeTest: Fail
231 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 244 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
232 ExtendTypeParameterNegativeTest: Skip # Issue 886 245 ExtendTypeParameterNegativeTest: Skip # Issue 886
233 ExtendTypeParameter2NegativeTest: Skip # Issue 886 246 ExtendTypeParameter2NegativeTest: Skip # Issue 886
234 ImplementTypeParameterNegativeTest: Skip # Issue 887 247 ImplementTypeParameterNegativeTest: Skip # Issue 887
235 FactoryImplementationTest: Fail # Issue 523 248 FactoryImplementationTest: Fail # Issue 523
236 PseudoKWTest: Fail # Issue 356 249 PseudoKWTest: Fail # Issue 356
237 NamingTest: Fail # Issue 356 250 NamingTest: Fail # Issue 356
238 DuplicateImplementsTest: Skip # Issue 976 251 DuplicateImplementsTest: Skip # Issue 976
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 423
411 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 424 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
412 PrivateMemberTest/01: Fail # test seems bad - see issue #353 425 PrivateMemberTest/01: Fail # test seems bad - see issue #353
413 PrivateMemberTest/02: Fail # test seems bad - see issue #353 426 PrivateMemberTest/02: Fail # test seems bad - see issue #353
414 PrivateMemberTest/03: Fail # test seems bad - see issue #353 427 PrivateMemberTest/03: Fail # test seems bad - see issue #353
415 PrivateMemberTest/04: Fail # test seems bad - see issue #353 428 PrivateMemberTest/04: Fail # test seems bad - see issue #353
416 429
417 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 430 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
418 PrivateMemberTest/none: Fail # test seems bad - see issue #353 431 PrivateMemberTest/none: Fail # test seems bad - see issue #353
419 432
420 [ $component == frog || $component == frogsh || $component == frogium ]
421 IntrinsifiedMethodsTest: Fail # Issue 1470
422
423 [ $component == frog || $component == frogsh ] 433 [ $component == frog || $component == frogsh ]
424 # these tests are inconsistent in frogium and frogsh-node, investigate 434 # these tests are inconsistent in frogium and frogsh-node, investigate
425 StaticField1RunNegativeTest: Pass 435 StaticField1RunNegativeTest: Pass
426 StaticField2RunNegativeTest: Pass 436 StaticField2RunNegativeTest: Pass
427 SyntaxTest/28: Fail # Issue 1109 437 SyntaxTest/28: Fail # Issue 1109
428 SyntaxTest/29: Fail # Issue 1109 438 SyntaxTest/29: Fail # Issue 1109
429 SyntaxTest/31: Fail # Issue 1109 439 SyntaxTest/31: Fail # Issue 1109
430 SyntaxTest/32: Fail # Issue 1109 440 SyntaxTest/32: Fail # Issue 1109
431 SyntaxTest/33: Fail # Issue 1109 441 SyntaxTest/33: Fail # Issue 1109
432 StringEscape3NegativeTest: Fail # Issue 1352 442 StringEscape3NegativeTest: Fail # Issue 1352
433 LiteralUnaryPlusTest/01: Fail # Issue 1400 443 LiteralUnaryPlusTest/01: Fail # Issue 1400
434 444
435 [ $component == frogium ] 445 [ $component == frogium ]
436 # these tests are inconsistent in frogium and frogsh-node, investigate 446 # these tests are inconsistent in frogium and frogsh-node, investigate
437 StaticField1RunNegativeTest: Pass # but error is not correct 447 StaticField1RunNegativeTest: Pass # but error is not correct
438 StaticField2RunNegativeTest: Pass # but error is not correct 448 StaticField2RunNegativeTest: Pass # but error is not correct
439 449
440 [ $arch == simarm ] 450 [ $arch == simarm ]
441 *: Skip 451 *: Skip
442 452
443 [ $arch == arm ] 453 [ $arch == arm ]
444 *: Skip 454 *: 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