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

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

Issue 9669011: BoolTest passes in checked mode (throws TypeError-s correctly). Fix buildbot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 # it will fail on all of these components. 224 # it will fail on all of these components.
225 # 225 #
226 # Further explanation: 226 # Further explanation:
227 # frog: frog compiler, run using the VM 227 # frog: frog compiler, run using the VM
228 # frogsh: self-hosted frog compiler 228 # frogsh: self-hosted frog compiler
229 # frogium: Dart code compiled with frog VM running under DumpRenderTree 229 # frogium: Dart code compiled with frog VM running under DumpRenderTree
230 # webdriver: Dart code compiled with frog VM running on an actual browser 230 # webdriver: Dart code compiled with frog VM running on an actual browser
231 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular 231 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
232 # browser, you can be more specific about the failure by using $browser: 232 # browser, you can be more specific about the failure by using $browser:
233 # [ $component == webdriver && $browser == chrome ] for example. 233 # [ $component == webdriver && $browser == chrome ] for example.
234 [ ($component == frog || $component == frogium || $component == webdriver) && $u nchecked ]
235 BoolTest: Fail # Issue 2092
236
regis 2012/03/09 21:40:26 I think there was already a section below where yo
234 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 237 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
235 BoolTest: Fail # Issue 2092
236 ExceptionTest: Fail # Issue 1785 238 ExceptionTest: Fail # Issue 1785
237 Factory3Test: Fail # Issue 417 239 Factory3Test: Fail # Issue 417
238 Factory2NegativeTest: Fail 240 Factory2NegativeTest: Fail
239 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 241 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
240 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 242 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
241 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 243 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
242 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 244 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
243 # be moved to a 245 # be moved to a
244 # [ $component == frog || $component == frogium || $component == webdriver ] 246 # [ $component == frog || $component == frogium || $component == webdriver ]
245 # section. 247 # section.
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 NumberSyntaxTest: Fail 429 NumberSyntaxTest: Fail
428 430
429 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 431 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
430 *: Skip 432 *: Skip
431 433
432 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 434 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
433 *: Skip 435 *: Skip
434 436
435 437
436 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 438 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
437 PrivateMemberTest/01: Fail # test seems bad - see issue #353 439 PrivateMemberTest/01: Fail # test seems bad - see issue #353
regis 2012/03/09 21:40:26 Here
srdjan 2012/03/09 22:17:18 It is missing webdriver
438 PrivateMemberTest/02: Fail # test seems bad - see issue #353 440 PrivateMemberTest/02: Fail # test seems bad - see issue #353
439 PrivateMemberTest/03: Fail # test seems bad - see issue #353 441 PrivateMemberTest/03: Fail # test seems bad - see issue #353
440 PrivateMemberTest/04: Fail # test seems bad - see issue #353 442 PrivateMemberTest/04: Fail # test seems bad - see issue #353
441 443
442 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 444 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
443 PrivateMemberTest/none: Fail # test seems bad - see issue #353 445 PrivateMemberTest/none: Fail # test seems bad - see issue #353
444 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks. 446 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks.
445 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks. 447 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks.
446 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks. 448 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks.
447 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks. 449 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks.
(...skipping 18 matching lines...) Expand all
466 [ $component == frog && $mode == debug ] 468 [ $component == frog && $mode == debug ]
467 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
468 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
469 471
470 [ $arch == simarm ] 472 [ $arch == simarm ]
471 *: Skip 473 *: Skip
472 474
473 [ $arch == arm ] 475 [ $arch == arm ]
474 *: Skip 476 *: Skip
475 477
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