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

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

Issue 9149005: split out vm-specific tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: keeping test closer to original Created 8 years, 11 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
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 Private3Test: Fail # Bug 5391976 83 Private3Test: Fail # Bug 5391976
84 Switch3NegativeTest: Crash # Bug 5318228 84 Switch3NegativeTest: Crash # Bug 5318228
85 ToplevelCollision2Test/none: Fail # Issue 647 85 ToplevelCollision2Test/none: Fail # Issue 647
86 86
87 # Problems specific to dartc debug mode 87 # Problems specific to dartc debug mode
88 [ ($component == dartc || $component == chromium) && $mode == debug ] 88 [ ($component == dartc || $component == chromium) && $mode == debug ]
89 89
90 90
91 [ $component == dartc || $component == chromium ] 91 [ $component == dartc || $component == chromium ]
92 AssertTest: Fail # Uses AssertError class. Bug 4385894. 92 AssertTest: Fail # Uses AssertError class. Bug 4385894.
93 BitOperationsTest: Fail # Uses bignums.
94 BlackListedTest/01: Fail # Bug 5469684 93 BlackListedTest/01: Fail # Bug 5469684
95 BlackListedTest/02: Fail # Bug 5469684 94 BlackListedTest/02: Fail # Bug 5469684
96 BlackListedTest/03: Fail # Bug 5469684 95 BlackListedTest/03: Fail # Bug 5469684
97 BlackListedTest/04: Fail # Bug 5469684 96 BlackListedTest/04: Fail # Bug 5469684
98 BlackListedTest/05: Fail # Bug 5469684 97 BlackListedTest/05: Fail # Bug 5469684
99 BlackListedTest/06: Fail # Bug 5469684 98 BlackListedTest/06: Fail # Bug 5469684
100 BlackListedTest/07: Fail # Bug 5469684 99 BlackListedTest/07: Fail # Bug 5469684
101 BlackListedTest/08: Fail # Bug 5469684 100 BlackListedTest/08: Fail # Bug 5469684
102 BlackListedTest/09: Fail # Bug 5469684 101 BlackListedTest/09: Fail # Bug 5469684
103 BlackListedTest/10: Fail # Bug 5469684 102 BlackListedTest/10: Fail # Bug 5469684
104 BlackListedTest/11: Fail # Bug 5469684 103 BlackListedTest/11: Fail # Bug 5469684
105 BlackListedTest/12: Fail # Bug 5469684 104 BlackListedTest/12: Fail # Bug 5469684
106 BlackListedTest/13: Fail # Bug 5469684 105 BlackListedTest/13: Fail # Bug 5469684
107 BlackListedTest/14: Fail # Bug 5469684 106 BlackListedTest/14: Fail # Bug 5469684
108 CTConstTest: Fail # Bug 4510015. 107 CTConstTest: Fail # Bug 4510015.
109 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 108 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
110 CharEscapeTest: Fail
111 ConstInit6NegativeTest: Fail # Issue 811 109 ConstInit6NegativeTest: Fail # Issue 811
112 ConstObjectsAreImmutableTest: Fail # Bug 5202940 110 ConstObjectsAreImmutableTest: Fail # Bug 5202940
113 Constructor2Test: Fail # Issue 255 111 Constructor2Test: Fail # Issue 255
114 Constructor3Test: Fail # Issue 257 112 Constructor3Test: Fail # Issue 257
115 Constructor4Test: Fail # Issue 286 113 Constructor4Test: Fail # Issue 286
116 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 114 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
117 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 115 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
118 DefaultFactoryLibraryTest: Fail # Issue 514 116 DefaultFactoryLibraryTest: Fail # Issue 514
119 DivByZeroTest: Fail # Bug 5184183 117 DivByZeroTest: Fail # Bug 5184183
120 DynamicTest: Fail # Bug 5527899. 118 DynamicTest: Fail # Bug 5527899.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 *VMTest: Skip 198 *VMTest: Skip
201 *VMNegativeTest: Skip 199 *VMNegativeTest: Skip
202 *DartcTest: Skip 200 *DartcTest: Skip
203 *DartcNegativeTest: Skip 201 *DartcNegativeTest: Skip
204 # Currently, these patterns skip three tests: 202 # Currently, these patterns skip three tests:
205 # MathVMTest - correctly skipped as this relies on VM guarantees 203 # MathVMTest - correctly skipped as this relies on VM guarantees
206 # - should add a version of this with the --enable_type_checks flag 204 # - should add a version of this with the --enable_type_checks flag
207 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 205 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
208 # TypeDartcTest - should pass, need refactoring to get frog safe version 206 # TypeDartcTest - should pass, need refactoring to get frog safe version
209 207
210 BitOperationsTest: Fail # relies on big integers not available in JS
211 CallThroughGetterTest: Fail 208 CallThroughGetterTest: Fail
212 CharEscapeTest: Fail # relies on 4 byte unicode not available in JS
213 ClassOverrideNegativeTest: Fail 209 ClassOverrideNegativeTest: Fail
214 ClosureSharedStateTest: Fail 210 ClosureSharedStateTest: Fail
215 ConstObjectsAreImmutableTest: Fail 211 ConstObjectsAreImmutableTest: Fail
216 DefaultFactoryLibraryTest: Fail # Issue 514 212 DefaultFactoryLibraryTest: Fail # Issue 514
217 DynamicTest: Fail 213 DynamicTest: Fail
218 ExampleConstructorTest: Fail 214 ExampleConstructorTest: Fail
219 Constructor2Test: Fail 215 Constructor2Test: Fail
220 Constructor3Test: Fail 216 Constructor3Test: Fail
221 Constructor5Test: Fail # Order of initializers. 217 Constructor5Test: Fail # Order of initializers.
222 Constructor6Test: Fail # Parse failure in initializers. 218 Constructor6Test: Fail # Parse failure in initializers.
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 328
333 329
334 [ $arch == x64 ] 330 [ $arch == x64 ]
335 *: Skip 331 *: Skip
336 332
337 [ $arch == simarm ] 333 [ $arch == simarm ]
338 *: Skip 334 *: Skip
339 335
340 [ $arch == arm ] 336 [ $arch == arm ]
341 *: Skip 337 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/BitOperationsTest.dart » ('j') | tests/language/src/BitOperationsTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698