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

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

Issue 9314047: Get Firefox on Windows running. (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
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 LabelTest: Skip 391 LabelTest: Skip
392 StringEscape1NegativeTest: Skip 392 StringEscape1NegativeTest: Skip
393 Switch3NegativeTest: Skip 393 Switch3NegativeTest: Skip
394 Switch4NegativeTest: Skip 394 Switch4NegativeTest: Skip
395 395
396 [ $component == webdriver && $browser == ie ] 396 [ $component == webdriver && $browser == ie ]
397 ToStringAsFixedTest: Fail 397 ToStringAsFixedTest: Fail
398 StackOverflowTest: Fail 398 StackOverflowTest: Fail
399 ObjectDynamicMethodTest: Fail 399 ObjectDynamicMethodTest: Fail
400 NumberSyntaxTest: Fail 400 NumberSyntaxTest: Fail
401 ApplicationNegativeTest: Fail
402 401
403 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 402 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
404 *: Skip 403 *: Skip
405 404
406 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 405 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
407 *: Skip 406 *: Skip
408 407
409 408
410 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 409 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
411 PrivateMemberTest/01: Fail # test seems bad - see issue #353 410 PrivateMemberTest/01: Fail # test seems bad - see issue #353
(...skipping 20 matching lines...) Expand all
432 # these tests are inconsistent in frogium and frogsh-node, investigate 431 # these tests are inconsistent in frogium and frogsh-node, investigate
433 StaticField1RunNegativeTest: Pass # but error is not correct 432 StaticField1RunNegativeTest: Pass # but error is not correct
434 StaticField2RunNegativeTest: Pass # but error is not correct 433 StaticField2RunNegativeTest: Pass # but error is not correct
435 434
436 435
437 [ $arch == simarm ] 436 [ $arch == simarm ]
438 *: Skip 437 *: Skip
439 438
440 [ $arch == arm ] 439 [ $arch == arm ]
441 *: Skip 440 *: Skip
OLDNEW
« no previous file with comments | « client/tests/client/samples/smoketest/Smoketest.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698