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

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

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 8 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 | « dart/tests/isolate/isolate.status ('k') | dart/tests/standalone/standalone.status » ('j') | 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 *FrogNegativeTest: Skip 174 *FrogNegativeTest: Skip
175 175
176 176
177 [ $compiler == none && $runtime == drt ] 177 [ $compiler == none && $runtime == drt ]
178 # TODO: These need to be retriaged. 178 # TODO: These need to be retriaged.
179 DisablePrivacyTest: Skip 179 DisablePrivacyTest: Skip
180 RichardsTest: Fail 180 RichardsTest: Fail
181 StringEscape1NegativeTest: Skip 181 StringEscape1NegativeTest: Skip
182 GCTest: Skip # Issue 1487 182 GCTest: Skip # Issue 1487
183 183
184 [ $compiler == frogsh ] 184 [ $compiler == frog && $unchecked ]
185 ArithmeticTest: Fail # Issue 1470
186 IntrinsifiedMethodsTest: Fail # Issue 1470
187
188 [ ($compiler == frog || $compiler == frogsh) && $unchecked ]
189 BoolTest: Fail # Issue 2092 185 BoolTest: Fail # Issue 2092
190 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 186 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
191 Operator4Test: Fail 187 Operator4Test: Fail
192 188
193 [ $compiler == frog || $compiler == frogsh ] 189 [ $compiler == frog ]
194 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented. 190 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented.
195 ExceptionTest: Fail # Issue 1785 191 ExceptionTest: Fail # Issue 1785
196 Factory3Test: Fail # Issue 417 192 Factory3Test: Fail # Issue 417
197 Factory2NegativeTest: Fail 193 Factory2NegativeTest: Fail
198 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 194 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
199 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 195 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
200 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 196 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
201 CompileTimeConstantETest: Fail 197 CompileTimeConstantETest: Fail
202 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments. 198 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments.
203 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times. 199 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times.
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 StackOverflowTest: Fail 398 StackOverflowTest: Fail
403 ObjectDynamicMethodTest: Fail 399 ObjectDynamicMethodTest: Fail
404 NumberSyntaxTest: Fail 400 NumberSyntaxTest: Fail
405 401
406 [ $runtime == ie && ($system == linux || $system == mac) ] 402 [ $runtime == ie && ($system == linux || $system == mac) ]
407 *: Skip 403 *: Skip
408 404
409 [ $runtime == safari && ($system == linux || $system == windows) ] 405 [ $runtime == safari && ($system == linux || $system == windows) ]
410 *: Skip 406 *: Skip
411 407
412 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] 408 [ $compiler == frog && $unchecked ]
413 PrivateMemberTest/01: Fail # test seems bad - see issue #353 409 PrivateMemberTest/01: Fail # test seems bad - see issue #353
414 PrivateMemberTest/02: Fail # test seems bad - see issue #353 410 PrivateMemberTest/02: Fail # test seems bad - see issue #353
415 PrivateMemberTest/03: Fail # test seems bad - see issue #353 411 PrivateMemberTest/03: Fail # test seems bad - see issue #353
416 PrivateMemberTest/04: Fail # test seems bad - see issue #353 412 PrivateMemberTest/04: Fail # test seems bad - see issue #353
417 413
418 [ ($compiler == frog || $compiler == frogsh) && $checked ] 414 [ $compiler == frog && $checked ]
419 PrivateMemberTest/none: Fail # test seems bad - see issue #353 415 PrivateMemberTest/none: Fail # test seems bad - see issue #353
420 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks. 416 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks.
421 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks. 417 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks.
422 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks. 418 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks.
423 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks. 419 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks.
424 TypeVariableBoundsTest/01: Fail # Issue 2135 420 TypeVariableBoundsTest/01: Fail # Issue 2135
425 TypeVariableBoundsTest/02: Fail # Issue 2135 421 TypeVariableBoundsTest/02: Fail # Issue 2135
426 TypeVariableBoundsTest/05: Fail # Issue 2135 422 TypeVariableBoundsTest/05: Fail # Issue 2135
427 TypeVariableBounds2Test/00: Fail # Issue 2135 423 TypeVariableBounds2Test/00: Fail # Issue 2135
428 TypeVariableBounds2Test/03: Fail # Issue 2135 424 TypeVariableBounds2Test/03: Fail # Issue 2135
429 TypeVariableBounds2Test/05: Fail # Issue 2135 425 TypeVariableBounds2Test/05: Fail # Issue 2135
430 426
431 [ ($compiler == frog || $compiler == frogsh) && $runtime == d8 ] 427 [ $compiler == frog && $runtime == d8 ]
432 # these tests are inconsistent in frogium and frogsh-node, investigate 428 # these tests are inconsistent in frogium, investigate
433 StaticField1RunNegativeTest: Pass 429 StaticField1RunNegativeTest: Pass
434 StaticField2RunNegativeTest: Pass 430 StaticField2RunNegativeTest: Pass
435 SyntaxTest/28: Fail # Issue 1109 431 SyntaxTest/28: Fail # Issue 1109
436 SyntaxTest/29: Fail # Issue 1109 432 SyntaxTest/29: Fail # Issue 1109
437 SyntaxTest/31: Fail # Issue 1109 433 SyntaxTest/31: Fail # Issue 1109
438 SyntaxTest/32: Fail # Issue 1109 434 SyntaxTest/32: Fail # Issue 1109
439 SyntaxTest/33: Fail # Issue 1109 435 SyntaxTest/33: Fail # Issue 1109
440 LiteralUnaryPlusTest/01: Fail # Issue 1400 436 LiteralUnaryPlusTest/01: Fail # Issue 1400
441 437
442 [ $compiler == frog || $compiler == frogsh ] 438 [ $compiler == frog ]
443 StringEscape3NegativeTest: Fail # Issue 1352 439 StringEscape3NegativeTest: Fail # Issue 1352
444 440
445 [ $compiler == frog && $runtime == drt ] 441 [ $compiler == frog && $runtime == drt ]
446 # these tests are inconsistent in frogium and frogsh-node, investigate 442 # these tests are inconsistent in frogium, investigate
447 StaticField1RunNegativeTest: Pass # but error is not correct 443 StaticField1RunNegativeTest: Pass # but error is not correct
448 StaticField2RunNegativeTest: Pass # but error is not correct 444 StaticField2RunNegativeTest: Pass # but error is not correct
449 445
450 [ $compiler == frog && $mode == debug ] 446 [ $compiler == frog && $mode == debug ]
451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 447 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 448 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
453 449
454 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 450 [ $compiler == frog && $runtime == none ]
455 *: Skip 451 *: Skip
456 452
457 [ $arch == simarm ] 453 [ $arch == simarm ]
458 *: Skip 454 *: Skip
459 455
460 [ $arch == arm ] 456 [ $arch == arm ]
461 *: Skip 457 *: Skip
462 458
OLDNEW
« no previous file with comments | « dart/tests/isolate/isolate.status ('k') | dart/tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698