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

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

Issue 8586040: Added a factory test that fails in frog and dartc. Will add bug numbers to status file once the c... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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/src/FactoryImplementationTest.dart » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 MethodInvocationTest: Fail # Bug 5392266 64 MethodInvocationTest: Fail # Bug 5392266
65 NullPointerExceptionTest: Fail # Bug 5391976 65 NullPointerExceptionTest: Fail # Bug 5391976
66 Private3Test: Fail # Bug 5391976 66 Private3Test: Fail # Bug 5391976
67 Switch3NegativeTest: Crash # Bug 5318228 67 Switch3NegativeTest: Crash # Bug 5318228
68 68
69 # Problems specific to dartc debug mode 69 # Problems specific to dartc debug mode
70 [ ($component == dartc || $component == chromium) && $mode == debug ] 70 [ ($component == dartc || $component == chromium) && $mode == debug ]
71 71
72 72
73 [ $component == dartc || $component == chromium ] 73 [ $component == dartc || $component == chromium ]
74 FactoryImplementationTest: Fail # Issue 521
75
74 AssertTest: Fail # Uses AssertError class. Bug 4385894. 76 AssertTest: Fail # Uses AssertError class. Bug 4385894.
75 BitOperationsTest: Fail # Uses bignums. 77 BitOperationsTest: Fail # Uses bignums.
76 BlackListedTest/01: Fail # Bug 5469684 78 BlackListedTest/01: Fail # Bug 5469684
77 BlackListedTest/02: Fail # Bug 5469684 79 BlackListedTest/02: Fail # Bug 5469684
78 BlackListedTest/03: Fail # Bug 5469684 80 BlackListedTest/03: Fail # Bug 5469684
79 BlackListedTest/04: Fail # Bug 5469684 81 BlackListedTest/04: Fail # Bug 5469684
80 BlackListedTest/05: Fail # Bug 5469684 82 BlackListedTest/05: Fail # Bug 5469684
81 BlackListedTest/06: Fail # Bug 5469684 83 BlackListedTest/06: Fail # Bug 5469684
82 BlackListedTest/07: Fail # Bug 5469684 84 BlackListedTest/07: Fail # Bug 5469684
83 BlackListedTest/08: Fail # Bug 5469684 85 BlackListedTest/08: Fail # Bug 5469684
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 183
182 [ $component == frog || $component == leg ] 184 [ $component == frog || $component == leg ]
183 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 185 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
184 186
185 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ] 187 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ]
186 # TODO(efortuna): Distinguish between specific browser being run for webdriver 188 # TODO(efortuna): Distinguish between specific browser being run for webdriver
187 # (by flag option) to specify which tests pass. 189 # (by flag option) to specify which tests pass.
188 FactoryNegativeTest: Fail # Issue 417 190 FactoryNegativeTest: Fail # Issue 417
189 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 191 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
190 192
193 FactoryImplementationTest: Fail # Issue 523
194
191 # VM or DartC specific tests not to be run by Frog. See language.status 195 # VM or DartC specific tests not to be run by Frog. See language.status
192 *VMTest: Skip 196 *VMTest: Skip
193 *VMNegativeTest: Skip 197 *VMNegativeTest: Skip
194 *DartcTest: Skip 198 *DartcTest: Skip
195 *DartcNegativeTest: Skip 199 *DartcNegativeTest: Skip
196 # Currently, these patterns skip three tests: 200 # Currently, these patterns skip three tests:
197 # MathVMTest - correctly skipped as this relies on VM guarantees 201 # MathVMTest - correctly skipped as this relies on VM guarantees
198 # - should add a version of this with the --enable_type_checks flag 202 # - should add a version of this with the --enable_type_checks flag
199 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 203 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
200 # TypeDartcTest - should pass, need refactoring to get frog safe version 204 # TypeDartcTest - should pass, need refactoring to get frog safe version
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 StaticField2RunNegativeTest: Fail 340 StaticField2RunNegativeTest: Fail
337 341
338 [ $arch == x64 ] 342 [ $arch == x64 ]
339 *: Skip 343 *: Skip
340 344
341 [ $arch == simarm ] 345 [ $arch == simarm ]
342 *: Skip 346 *: Skip
343 347
344 [ $arch == arm ] 348 [ $arch == arm ]
345 *: Skip 349 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/FactoryImplementationTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698