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

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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Private3Test: Fail # Bug 5391976 65 Private3Test: Fail # Bug 5391976
66 Switch3NegativeTest: Crash # Bug 5318228 66 Switch3NegativeTest: Crash # Bug 5318228
67 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME 67 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME
68 CTConst2Test: Fail # Codesite issue 124 68 CTConst2Test: Fail # Codesite issue 124
69 69
70 # Problems specific to dartc debug mode 70 # Problems specific to dartc debug mode
71 [ ($component == dartc || $component == chromium) && $mode == debug ] 71 [ ($component == dartc || $component == chromium) && $mode == debug ]
72 72
73 73
74 [ $component == dartc || $component == chromium ] 74 [ $component == dartc || $component == chromium ]
75 FactoryImplementationTest: Fail
76
75 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 77 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
76 78
77 Library4NegativeTest: Fail # Bug 5406175 79 Library4NegativeTest: Fail # Bug 5406175
78 Prefix3NegativeTest: Fail # Bug 5406175 80 Prefix3NegativeTest: Fail # Bug 5406175
79 Prefix11NegativeTest: Fail # Bug 5406175 81 Prefix11NegativeTest: Fail # Bug 5406175
80 Prefix12NegativeTest: Fail # Bug 5406175 82 Prefix12NegativeTest: Fail # Bug 5406175
81 Prefix14Test: Fail # Bug 5406175 83 Prefix14Test: Fail # Bug 5406175
82 Prefix15Test: Skip # Bug 5406175 84 Prefix15Test: Skip # Bug 5406175
83 Prefix16NegativeTest: Fail # Bug 5532534 85 Prefix16NegativeTest: Fail # Bug 5532534
84 ConstConstructor1NegativeTest: FAIL # Bug 5142545 86 ConstConstructor1NegativeTest: FAIL # Bug 5142545
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 197
196 [ $component == frog || $component == leg ] 198 [ $component == frog || $component == leg ]
197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 199 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
198 200
199 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ] 201 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ]
200 # TODO(efortuna): Distinguish between specific browser being run for webdriver 202 # TODO(efortuna): Distinguish between specific browser being run for webdriver
201 # (by flag option) to specify which tests pass. 203 # (by flag option) to specify which tests pass.
202 FactoryNegativeTest: Fail # Issue 417 204 FactoryNegativeTest: Fail # Issue 417
203 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 205 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
204 206
207 FactoryImplementationTest: Fail
208
205 # VM or DartC specific tests not to be run by Frog. See language.status 209 # VM or DartC specific tests not to be run by Frog. See language.status
206 *VMTest: Skip 210 *VMTest: Skip
207 *VMNegativeTest: Skip 211 *VMNegativeTest: Skip
208 *DartcTest: Skip 212 *DartcTest: Skip
209 *DartcNegativeTest: Skip 213 *DartcNegativeTest: Skip
210 # Currently, these patterns skip three tests: 214 # Currently, these patterns skip three tests:
211 # MathVMTest - correctly skipped as this relies on VM guarantees 215 # MathVMTest - correctly skipped as this relies on VM guarantees
212 # - should add a version of this with the --enable_type_checks flag 216 # - should add a version of this with the --enable_type_checks flag
213 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 217 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
214 # TypeDartcTest - should pass, need refactoring to get frog safe version 218 # TypeDartcTest - should pass, need refactoring to get frog safe version
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 StaticField2RunNegativeTest: Fail 356 StaticField2RunNegativeTest: Fail
353 357
354 [ $arch == x64 ] 358 [ $arch == x64 ]
355 *: Skip 359 *: Skip
356 360
357 [ $arch == simarm ] 361 [ $arch == simarm ]
358 *: Skip 362 *: Skip
359 363
360 [ $arch == arm ] 364 [ $arch == arm ]
361 *: Skip 365 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/FactoryImplementationTest.dart » ('j') | tests/language/src/FactoryImplementationTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698