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

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

Issue 9429071: another try at fixing status file. still not sure about dartium (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
« 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 # 224 #
225 # Further explanation: 225 # Further explanation:
226 # frog: frog compiler, run using the VM 226 # frog: frog compiler, run using the VM
227 # frogsh: self-hosted frog compiler 227 # frogsh: self-hosted frog compiler
228 # frogium: Dart code compiled with frog VM running under DumpRenderTree 228 # frogium: Dart code compiled with frog VM running under DumpRenderTree
229 # webdriver: Dart code compiled with frog VM running on an actual browser 229 # webdriver: Dart code compiled with frog VM running on an actual browser
230 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular 230 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
231 # browser, you can be more specific about the failure by using $browser: 231 # browser, you can be more specific about the failure by using $browser:
232 # [ $component == webdriver && $browser == chrome ] for example. 232 # [ $component == webdriver && $browser == chrome ] for example.
233 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 233 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
234 ResourceTest: Fail # Issue 1807
235 ExceptionTest: Fail # Issue 1785 234 ExceptionTest: Fail # Issue 1785
236 Factory3Test: Fail # Issue 417 235 Factory3Test: Fail # Issue 417
237 Factory2NegativeTest: Fail 236 Factory2NegativeTest: Fail
238 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 237 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
239 ExtendTypeParameterNegativeTest: Skip # Issue 886 238 ExtendTypeParameterNegativeTest: Skip # Issue 886
240 ExtendTypeParameter2NegativeTest: Skip # Issue 886 239 ExtendTypeParameter2NegativeTest: Skip # Issue 886
241 FinalSyntaxTest/none: Fail 240 FinalSyntaxTest/none: Fail
242 GetSetSyntaxTest/00: Fail # Issue 1571 241 GetSetSyntaxTest/00: Fail # Issue 1571
243 GetSetSyntaxTest/01: Fail # Issue 1571 242 GetSetSyntaxTest/01: Fail # Issue 1571
244 GetSetSyntaxTest/02: Fail # Issue 1571 243 GetSetSyntaxTest/02: Fail # Issue 1571
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ImplicitThisTest/none: Fail # Issue 376 373 ImplicitThisTest/none: Fail # Issue 376
375 374
376 #Issue 1308 375 #Issue 1308
377 NamedParameters2Test: Fail 376 NamedParameters2Test: Fail
378 NamedParameters3Test: Fail 377 NamedParameters3Test: Fail
379 NamedParameters4Test: Fail 378 NamedParameters4Test: Fail
380 379
381 StringEscape4NegativeTest: Fail # Issue 1352 380 StringEscape4NegativeTest: Fail # Issue 1352
382 381
383 [ $component == frogium || $component == webdriver ] 382 [ $component == frogium || $component == webdriver ]
384 ResourceTest: Fail # browser tests are #sourcing the test, causing frog to (cor rectly) issue the error that directives cannot be used in #sourced files 383 ResourceTest: Fail # browser tests are #sourcing the test, causing frog to (cor rectly) issue the error that directives cannot be used in #sourced files, see is sue 1807
385 384
386 [ $component == webdriver && $browser == chrome ] 385 [ $component == webdriver && $browser == chrome ]
387 StringEscape1NegativeTest: Skip 386 StringEscape1NegativeTest: Skip
388 387
389 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ] 388 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
390 MethodInvocationTest: Fail 389 MethodInvocationTest: Fail
391 Private3Test: Fail 390 Private3Test: Fail
392 StackTraceTest: Fail 391 StackTraceTest: Fail
393 StringInterpolateNPETest: Fail 392 StringInterpolateNPETest: Fail
394 393
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 [ $component == frog && $mode == debug ] 464 [ $component == frog && $mode == debug ]
466 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
467 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
468 467
469 [ $arch == simarm ] 468 [ $arch == simarm ]
470 *: Skip 469 *: Skip
471 470
472 [ $arch == arm ] 471 [ $arch == arm ]
473 *: Skip 472 *: Skip
474 473
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