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

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

Issue 9315003: Disable new test failing in frogsh and leg. (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 | tests/language/language-leg.status » ('j') | 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 PrivateMember2NegativeTest: Fail 318 PrivateMember2NegativeTest: Fail
319 PrivateMember3NegativeTest: Fail 319 PrivateMember3NegativeTest: Fail
320 PrivateTest: Fail 320 PrivateTest: Fail
321 RegExp3Test: Fail 321 RegExp3Test: Fail
322 ScopeNegativeTest: Fail 322 ScopeNegativeTest: Fail
323 ScriptNegativeTest: Fail 323 ScriptNegativeTest: Fail
324 StringTest: Fail 324 StringTest: Fail
325 SuperImplicitClosureTest: Fail 325 SuperImplicitClosureTest: Fail
326 SuperTest: Fail # this is testing precise ordering of super constructor call 326 SuperTest: Fail # this is testing precise ordering of super constructor call
327 SwitchLabelTest: Fail 327 SwitchLabelTest: Fail
328 TopLevelPrefixedDeclarationTest: Fail
328 TryCatch9NegativeTest: Fail 329 TryCatch9NegativeTest: Fail
329 TypeChecksInFactoryMethodTest: Fail # Issue 925 330 TypeChecksInFactoryMethodTest: Fail # Issue 925
330 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted 331 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted
331 TypeVariableBoundsTest/10: Fail 332 TypeVariableBoundsTest/10: Fail
332 TypeVariableShadowsClass: Fail # Issue 643 333 TypeVariableShadowsClass: Fail # Issue 643
333 WrongNumberTypeArgumentsTest: Fail 334 WrongNumberTypeArgumentsTest: Fail
334 ImplicitThisTest/01: Fail # Issue 376 335 ImplicitThisTest/01: Fail # Issue 376
335 ImplicitThisTest/02: Fail # Issue 376 336 ImplicitThisTest/02: Fail # Issue 376
336 ImplicitThisTest/03: Fail # Issue 376 337 ImplicitThisTest/03: Fail # Issue 376
337 ImplicitThisTest/04: Fail # Issue 376 338 ImplicitThisTest/04: Fail # Issue 376
(...skipping 26 matching lines...) Expand all
364 ImplicitClosureTest: Fail 365 ImplicitClosureTest: Fail
365 MethodBindingTest: Fail 366 MethodBindingTest: Fail
366 Prefix15Test: Fail 367 Prefix15Test: Fail
367 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220 368 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220
368 ExecuteFinally6Test: Skip 369 ExecuteFinally6Test: Skip
369 370
370 [ $component == webdriver && $browser == ff ] 371 [ $component == webdriver && $browser == ff ]
371 NamingTest: Fail 372 NamingTest: Fail
372 StackOverflowTest: Fail 373 StackOverflowTest: Fail
373 ToStringAsFixedTest: Fail 374 ToStringAsFixedTest: Fail
374 ExecuteFinally7Test: Skip 375 ExecuteFinally7Test: Skip
375 StaticFinalField2NegativeTest: Skip 376 StaticFinalField2NegativeTest: Skip
376 377
377 [ $component == webdriver && ($browser == ff || $browser == safari) ] 378 [ $component == webdriver && ($browser == ff || $browser == safari) ]
378 Label2NegativeTest: Skip 379 Label2NegativeTest: Skip
379 Label3NegativeTest: Skip 380 Label3NegativeTest: Skip
380 Label5NegativeTest: Skip 381 Label5NegativeTest: Skip
381 Label6NegativeTest: Skip 382 Label6NegativeTest: Skip
382 LabelTest: Skip 383 LabelTest: Skip
383 StringEscape1NegativeTest: Skip 384 StringEscape1NegativeTest: Skip
384 Switch3NegativeTest: Skip 385 Switch3NegativeTest: Skip
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 # these tests are inconsistent in frogium and frogsh-node, investigate 423 # these tests are inconsistent in frogium and frogsh-node, investigate
423 StaticField1RunNegativeTest: Pass # but error is not correct 424 StaticField1RunNegativeTest: Pass # but error is not correct
424 StaticField2RunNegativeTest: Pass # but error is not correct 425 StaticField2RunNegativeTest: Pass # but error is not correct
425 426
426 427
427 [ $arch == simarm ] 428 [ $arch == simarm ]
428 *: Skip 429 *: Skip
429 430
430 [ $arch == arm ] 431 [ $arch == arm ]
431 *: Skip 432 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698