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

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

Issue 9325007: Fix frogium build by disabling test for frog, frogsh AND frogium. (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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 410
411 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 411 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
412 PrivateMemberTest/01: Fail # test seems bad - see issue #353 412 PrivateMemberTest/01: Fail # test seems bad - see issue #353
413 PrivateMemberTest/02: Fail # test seems bad - see issue #353 413 PrivateMemberTest/02: Fail # test seems bad - see issue #353
414 PrivateMemberTest/03: Fail # test seems bad - see issue #353 414 PrivateMemberTest/03: Fail # test seems bad - see issue #353
415 PrivateMemberTest/04: Fail # test seems bad - see issue #353 415 PrivateMemberTest/04: Fail # test seems bad - see issue #353
416 416
417 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 417 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
418 PrivateMemberTest/none: Fail # test seems bad - see issue #353 418 PrivateMemberTest/none: Fail # test seems bad - see issue #353
419 419
420 [ $component == frog || $component == frogsh || $component == frogium ]
421 IntrinsifiedMethodsTest: Fail # Issue 1470
Jennifer Messerly 2012/02/02 21:17:01 I suspect this belongs up in the big block above:
Ivan Posva 2012/02/02 21:39:52 It is nearly impossible for any of us to know what
Emily Fortuna 2012/02/02 21:41:39 +1 to jmesserly's first comment. There is talk of
Jennifer Messerly 2012/02/02 21:50:04 Totally understand! I get lost in all of our confi
Emily Fortuna 2012/02/02 22:01:59 Regardless of OS/browser combination, there are *f
Ivan Posva 2012/02/02 23:02:41 Could you please add comments to the file describi
422
420 [ $component == frog || $component == frogsh ] 423 [ $component == frog || $component == frogsh ]
421 # these tests are inconsistent in frogium and frogsh-node, investigate 424 # these tests are inconsistent in frogium and frogsh-node, investigate
422 StaticField1RunNegativeTest: Pass 425 StaticField1RunNegativeTest: Pass
423 StaticField2RunNegativeTest: Pass 426 StaticField2RunNegativeTest: Pass
424 SyntaxTest/28: Fail # Issue 1109 427 SyntaxTest/28: Fail # Issue 1109
425 SyntaxTest/29: Fail # Issue 1109 428 SyntaxTest/29: Fail # Issue 1109
426 SyntaxTest/31: Fail # Issue 1109 429 SyntaxTest/31: Fail # Issue 1109
427 SyntaxTest/32: Fail # Issue 1109 430 SyntaxTest/32: Fail # Issue 1109
428 SyntaxTest/33: Fail # Issue 1109 431 SyntaxTest/33: Fail # Issue 1109
429 StringEscape3NegativeTest: Fail # Issue 1352 432 StringEscape3NegativeTest: Fail # Issue 1352
430 LiteralUnaryPlusTest/01: Fail # Issue 1400 433 LiteralUnaryPlusTest/01: Fail # Issue 1400
431 IntrinsifiedMethodsTest: Fail # Issue 1470
432 434
433 [ $component == frogium ] 435 [ $component == frogium ]
434 # these tests are inconsistent in frogium and frogsh-node, investigate 436 # these tests are inconsistent in frogium and frogsh-node, investigate
435 StaticField1RunNegativeTest: Pass # but error is not correct 437 StaticField1RunNegativeTest: Pass # but error is not correct
436 StaticField2RunNegativeTest: Pass # but error is not correct 438 StaticField2RunNegativeTest: Pass # but error is not correct
437 439
438
439 [ $arch == simarm ] 440 [ $arch == simarm ]
440 *: Skip 441 *: Skip
441 442
442 [ $arch == arm ] 443 [ $arch == arm ]
443 *: Skip 444 *: 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