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

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

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 453
454 [ $compiler == frog && $runtime == drt ] 454 [ $compiler == frog && $runtime == drt ]
455 # these tests are inconsistent in frogium and frogsh-node, investigate 455 # these tests are inconsistent in frogium and frogsh-node, investigate
456 StaticField1RunNegativeTest: Pass # but error is not correct 456 StaticField1RunNegativeTest: Pass # but error is not correct
457 StaticField2RunNegativeTest: Pass # but error is not correct 457 StaticField2RunNegativeTest: Pass # but error is not correct
458 458
459 [ $compiler == frog && $mode == debug ] 459 [ $compiler == frog && $mode == debug ]
460 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 460 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
461 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 461 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
462 462
463 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
464 *: Skip
465
463 [ $arch == simarm ] 466 [ $arch == simarm ]
464 *: Skip 467 *: Skip
465 468
466 [ $arch == arm ] 469 [ $arch == arm ]
467 *: Skip 470 *: Skip
468 471
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698