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

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

Issue 9448001: fix #resource tag in browser tests (Closed) Base URL: https://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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ImplicitThisTest/04: Fail # Issue 376 372 ImplicitThisTest/04: Fail # Issue 376
373 ImplicitThisTest/none: Fail # Issue 376 373 ImplicitThisTest/none: Fail # Issue 376
374 374
375 #Issue 1308 375 #Issue 1308
376 NamedParameters2Test: Fail 376 NamedParameters2Test: Fail
377 NamedParameters3Test: Fail 377 NamedParameters3Test: Fail
378 NamedParameters4Test: Fail 378 NamedParameters4Test: Fail
379 379
380 StringEscape4NegativeTest: Fail # Issue 1352 380 StringEscape4NegativeTest: Fail # Issue 1352
381 381
382 [ $component == frogium || $component == webdriver || $component == dartium ]
383 ResourceTest: Fail # browser tests are #sourcing the test, causing an error tha t directives cannot be used in #sourced files, see issue 1807
384
385 [ $component == webdriver && $browser == chrome ] 382 [ $component == webdriver && $browser == chrome ]
386 StringEscape1NegativeTest: Skip 383 StringEscape1NegativeTest: Skip
387 384
388 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ] 385 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
389 MethodInvocationTest: Fail 386 MethodInvocationTest: Fail
390 Private3Test: Fail 387 Private3Test: Fail
391 StackTraceTest: Fail 388 StackTraceTest: Fail
392 StringInterpolateNPETest: Fail 389 StringInterpolateNPETest: Fail
393 390
394 # For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but 391 # For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 [ $component == frog && $mode == debug ] 461 [ $component == frog && $mode == debug ]
465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
467 464
468 [ $arch == simarm ] 465 [ $arch == simarm ]
469 *: Skip 466 *: Skip
470 467
471 [ $arch == arm ] 468 [ $arch == arm ]
472 *: Skip 469 *: Skip
473 470
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/ResourceTest.dart » ('j') | tests/language/src/ResourceTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698