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

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

Powered by Google App Engine
This is Rietveld 408576698