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

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

Issue 9288076: Call operator shared test and parser updates for operator call in dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more test updates 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
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 # DartC or Frog specific tests that should not be run by the VM 69 # DartC or Frog specific tests that should not be run by the VM
70 *DartcTest: Skip 70 *DartcTest: Skip
71 *DartcNegativeTest: Skip 71 *DartcNegativeTest: Skip
72 *FrogTest: Skip 72 *FrogTest: Skip
73 *FrogNegativeTest: Skip 73 *FrogNegativeTest: Skip
74 74
75 # Issue 1034 75 # Issue 1034
76 ConstructorDuplicateInitializersTest/01: Fail 76 ConstructorDuplicateInitializersTest/01: Fail
77 ConstructorDuplicateInitializersTest/02: Fail 77 ConstructorDuplicateInitializersTest/02: Fail
78 78
79 CallOperatorTest: Fail # Issue 1355
80
79 [ ($component == vm || $component == dartium) && $unchecked ] 81 [ ($component == vm || $component == dartium) && $unchecked ]
80 82
81 Prefix16NegativeTest: Fail # Bug 5532534 83 Prefix16NegativeTest: Fail # Bug 5532534
82 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 84 FunctionTypeAliasNegativeTest: Fail # Bug 5231617
83 85
84 [ ($component == vm || $component == dartium) && $checked ] 86 [ ($component == vm || $component == dartium) && $checked ]
85 87
86 DefaultFactory2Test/01: Fail # Issue 943 88 DefaultFactory2Test/01: Fail # Issue 943
87 WrongNumberTypeArgumentsTest: Fail # This test should be negative 89 WrongNumberTypeArgumentsTest: Fail # This test should be negative
88 90
(...skipping 14 matching lines...) Expand all
103 105
104 # Problems specific to dartc debug mode 106 # Problems specific to dartc debug mode
105 [ ($component == dartc || $component == chromium) && $mode == debug ] 107 [ ($component == dartc || $component == chromium) && $mode == debug ]
106 108
107 109
108 [ $component == dartc || $component == chromium ] 110 [ $component == dartc || $component == chromium ]
109 AssertTest: Fail # Uses AssertError class. Bug 4385894. 111 AssertTest: Fail # Uses AssertError class. Bug 4385894.
110 BitOperationsTest: Fail # Uses bignums. 112 BitOperationsTest: Fail # Uses bignums.
111 CTConstTest: Fail # Bug 4510015. 113 CTConstTest: Fail # Bug 4510015.
112 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 114 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
115 CallOperatorTest: Fail # Issue 1355
113 CharEscapeTest: Fail 116 CharEscapeTest: Fail
114 ConstInit6NegativeTest: Fail # Issue 811 117 ConstInit6NegativeTest: Fail # Issue 811
115 ConstObjectsAreImmutableTest: Fail # Bug 5202940 118 ConstObjectsAreImmutableTest: Fail # Bug 5202940
116 Constructor2Test: Fail # Issue 255 119 Constructor2Test: Fail # Issue 255
117 Constructor3Test: Fail # Issue 257 120 Constructor3Test: Fail # Issue 257
118 Constructor4Test: Fail # Issue 286 121 Constructor4Test: Fail # Issue 286
119 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 122 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
120 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 123 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
121 DefaultFactoryLibraryTest: Fail # Issue 514 124 DefaultFactoryLibraryTest: Fail # Issue 514
122 DivByZeroTest: Fail # Bug 5184183 125 DivByZeroTest: Fail # Bug 5184183
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 *VMNegativeTest: Skip 231 *VMNegativeTest: Skip
229 *DartcTest: Skip 232 *DartcTest: Skip
230 *DartcNegativeTest: Skip 233 *DartcNegativeTest: Skip
231 # Currently, these patterns skip three tests: 234 # Currently, these patterns skip three tests:
232 # MathVMTest - correctly skipped as this relies on VM guarantees 235 # MathVMTest - correctly skipped as this relies on VM guarantees
233 # - should add a version of this with the --enable_type_checks flag 236 # - should add a version of this with the --enable_type_checks flag
234 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 237 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
235 # TypeDartcTest - should pass, need refactoring to get frog safe version 238 # TypeDartcTest - should pass, need refactoring to get frog safe version
236 239
237 BitOperationsTest: Fail # relies on big integers not available in JS 240 BitOperationsTest: Fail # relies on big integers not available in JS
241 CallOperatorTest: Fail # Issue 1355
238 CallThroughGetterTest: Fail 242 CallThroughGetterTest: Fail
239 CharEscapeTest: Fail # relies on 4 byte unicode not available in JS 243 CharEscapeTest: Fail # relies on 4 byte unicode not available in JS
240 ClassOverrideNegativeTest: Fail 244 ClassOverrideNegativeTest: Fail
241 ClosureSharedStateTest: Fail 245 ClosureSharedStateTest: Fail
242 ConstObjectsAreImmutableTest: Fail 246 ConstObjectsAreImmutableTest: Fail
243 DefaultFactoryLibraryTest: Fail # Issue 514 247 DefaultFactoryLibraryTest: Fail # Issue 514
244 DynamicTest: Fail 248 DynamicTest: Fail
245 ExampleConstructorTest: Fail 249 ExampleConstructorTest: Fail
246 Constructor2Test: Fail 250 Constructor2Test: Fail
247 Constructor3Test: Fail 251 Constructor3Test: Fail
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 # these tests are inconsistent in frogium and frogsh-node, investigate 395 # these tests are inconsistent in frogium and frogsh-node, investigate
392 StaticField1RunNegativeTest: Pass # but error is not correct 396 StaticField1RunNegativeTest: Pass # but error is not correct
393 StaticField2RunNegativeTest: Pass # but error is not correct 397 StaticField2RunNegativeTest: Pass # but error is not correct
394 398
395 399
396 [ $arch == simarm ] 400 [ $arch == simarm ]
397 *: Skip 401 *: Skip
398 402
399 [ $arch == arm ] 403 [ $arch == arm ]
400 *: Skip 404 *: Skip
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/parser/DartParser.java ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698