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

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

Issue 9427012: Allow binary operators on compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file.wq 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
« no previous file with comments | « tests/corelib/corelib-leg.status ('k') | tests/language/language-leg.status » ('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) 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 GetSetSyntaxTest/07: Fail # Issue 1569 84 GetSetSyntaxTest/07: Fail # Issue 1569
85 GetSetSyntaxTest/08: Fail # Issue 1569 85 GetSetSyntaxTest/08: Fail # Issue 1569
86 GetSetSyntaxTest/09: Fail # Issue 1569 86 GetSetSyntaxTest/09: Fail # Issue 1569
87 GetSetSyntaxTest/10: Fail # Issue 1569 87 GetSetSyntaxTest/10: Fail # Issue 1569
88 GetSetSyntaxTest/11: Fail # Issue 1569 88 GetSetSyntaxTest/11: Fail # Issue 1569
89 GetSetSyntaxTest/12: Fail # Issue 1569 89 GetSetSyntaxTest/12: Fail # Issue 1569
90 GetSetSyntaxTest/13: Fail # Issue 1569 90 GetSetSyntaxTest/13: Fail # Issue 1569
91 GetSetSyntaxTest/14: Fail # Issue 1569 91 GetSetSyntaxTest/14: Fail # Issue 1569
92 GetSetSyntaxTest/15: Fail # Issue 1569 92 GetSetSyntaxTest/15: Fail # Issue 1569
93 93
94 CompileTimeConstant3Test: Fail # Issue 1780
95 CompileTimeConstant6Test: Fail # Issue 1794
96
94 [ ($component == vm || $component == dartium) && $unchecked ] 97 [ ($component == vm || $component == dartium) && $unchecked ]
95 98
96 Prefix16NegativeTest: Fail # Bug 5532534 99 Prefix16NegativeTest: Fail # Bug 5532534
97 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 100 FunctionTypeAliasNegativeTest: Fail # Bug 5231617
98 101
99 [ ($component == vm || $component == dartium) && $checked ] 102 [ ($component == vm || $component == dartium) && $checked ]
100 103
101 DefaultFactory2Test/01: Fail # Issue 943 104 DefaultFactory2Test/01: Fail # Issue 943
102 WrongNumberTypeArgumentsTest: Fail # This test should be negative 105 WrongNumberTypeArgumentsTest: Fail # This test should be negative
103 106
104 [ ($component == vm || $component == dartium) && $mode == debug ] 107 [ ($component == vm || $component == dartium) && $mode == debug ]
105 GCTest: Skip # Takes too long. 108 GCTest: Skip # Takes too long.
106 109
107 [ $component == vm && $mode == release ] 110 [ $component == vm && $mode == release ]
108 111
109 [ $component == dartc || $component == chromium ] 112 [ $component == dartc || $component == chromium ]
110 AbstractSyntaxTest/01: Fail 113 AbstractSyntaxTest/01: Fail
111 ConstConstructorSyntaxTest/05: Fail 114 ConstConstructorSyntaxTest/05: Fail
112 FinalSyntaxTest/none: Fail 115 FinalSyntaxTest/none: Fail
113 116
117 CompileTimeConstant3Test: Fail # Issue 1780
118
114 # Marked failed after code generation removed from dartc 119 # Marked failed after code generation removed from dartc
115 ApplicationNegativeTest: Fail 120 ApplicationNegativeTest: Fail
116 AssertKeywordNegativeTest: Fail 121 AssertKeywordNegativeTest: Fail
117 AssignInstanceMethodNegativeTest: Fail 122 AssignInstanceMethodNegativeTest: Fail
118 BodyLessConstructorWrongArgNegativeTest: Fail 123 BodyLessConstructorWrongArgNegativeTest: Fail
119 ClosureCallWrongArgumentCountNegativeTest: Fail 124 ClosureCallWrongArgumentCountNegativeTest: Fail
120 ConstCounterNegativeTest: Fail # issue 1655 125 ConstCounterNegativeTest: Fail # issue 1655
121 ConstructorCallWrongArgumentCountNegativeTest: Fail 126 ConstructorCallWrongArgumentCountNegativeTest: Fail
122 Field3aNegativeTest: Fail 127 Field3aNegativeTest: Fail
123 FieldMethod4NegativeTest: Fail 128 FieldMethod4NegativeTest: Fail
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 [ $component == frog && $mode == debug ] 462 [ $component == frog && $mode == debug ]
458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 463 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 464 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
460 465
461 [ $arch == simarm ] 466 [ $arch == simarm ]
462 *: Skip 467 *: Skip
463 468
464 [ $arch == arm ] 469 [ $arch == arm ]
465 *: Skip 470 *: Skip
466 471
OLDNEW
« no previous file with comments | « tests/corelib/corelib-leg.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698