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

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

Issue 8523034: Compile Time Constants cycle check (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reverted DartCompiler.java back to just bare necessities 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 Library4NegativeTest: Fail # Bug 5406175 83 Library4NegativeTest: Fail # Bug 5406175
84 Prefix3NegativeTest: Fail # Bug 5406175 84 Prefix3NegativeTest: Fail # Bug 5406175
85 Prefix11NegativeTest: Fail # Bug 5406175 85 Prefix11NegativeTest: Fail # Bug 5406175
86 Prefix12NegativeTest: Fail # Bug 5406175 86 Prefix12NegativeTest: Fail # Bug 5406175
87 Prefix14Test: Fail # Bug 5406175 87 Prefix14Test: Fail # Bug 5406175
88 Prefix15Test: Skip # Bug 5406175 88 Prefix15Test: Skip # Bug 5406175
89 Prefix16NegativeTest: Fail # Bug 5532534 89 Prefix16NegativeTest: Fail # Bug 5532534
90 ConstConstructor1NegativeTest: FAIL # Bug 5142545 90 ConstConstructor1NegativeTest: FAIL # Bug 5142545
91 ConstConstructor2NegativeTest: FAIL # Bug 5142545 91 ConstConstructor2NegativeTest: FAIL # Bug 5142545
92 CTConst3Test: Fail # Codesite Issue 120
93 FactoryNegativeTest: Fail # Issue 417
94
95
96 StringConcatTest: FAIL # Bug 5196164 92 StringConcatTest: FAIL # Bug 5196164
97 NamedParametersTypeTest: Fail # Implementation in progress. 93 NamedParametersTypeTest: Fail # Implementation in progress.
98 NamedParametersNegativeTest: Fail # Implementation in progress. 94 NamedParametersNegativeTest: Fail # Implementation in progress.
99 NamedParameters2NegativeTest: Fail # Implementation in progress. 95 NamedParameters2NegativeTest: Fail # Implementation in progress.
100 NamedParameters3NegativeTest: Fail # Implementation in progress. 96 NamedParameters3NegativeTest: Fail # Implementation in progress.
101 NamedParameters4NegativeTest: Fail # Implementation in progress. 97 NamedParameters4NegativeTest: Fail # Implementation in progress.
102 RegExp3Test: Fail # 5299683 98 RegExp3Test: Fail # 5299683
103 InterfaceFactory3NegativeTest: Fail # Bug 5387405 99 InterfaceFactory3NegativeTest: Fail # Bug 5387405
104 GenericParameterizedExtendsTest: Skip # Bug 5392297 100 GenericParameterizedExtendsTest: Skip # Bug 5392297
105 ConstObjectsAreImmutableTest: Fail # Bug 5202940 101 ConstObjectsAreImmutableTest: Fail # Bug 5202940
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 StaticField2RunNegativeTest: Fail 351 StaticField2RunNegativeTest: Fail
356 352
357 [ $arch == x64 ] 353 [ $arch == x64 ]
358 *: Skip 354 *: Skip
359 355
360 [ $arch == simarm ] 356 [ $arch == simarm ]
361 *: Skip 357 *: Skip
362 358
363 [ $arch == arm ] 359 [ $arch == arm ]
364 *: Skip 360 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698