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

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

Issue 9559007: Update test.dart for detection output of machine formatted errors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added diagnostic for @static-clean conflicts Created 8 years, 9 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ClosureCallWrongArgumentCountNegativeTest: Fail 120 ClosureCallWrongArgumentCountNegativeTest: Fail
121 CompileTimeConstant3Test: Fail # Issue 1780 121 CompileTimeConstant3Test: Fail # Issue 1780
122 ConstConstructorSyntaxTest/05: Fail 122 ConstConstructorSyntaxTest/05: Fail
123 ConstCounterNegativeTest: Fail # issue 1655 123 ConstCounterNegativeTest: Fail # issue 1655
124 Constructor3NegativeTest: Fail 124 Constructor3NegativeTest: Fail
125 ConstructorCallWrongArgumentCountNegativeTest: Fail 125 ConstructorCallWrongArgumentCountNegativeTest: Fail
126 DefaultFactoryLibraryTest: Fail # Issue 514 126 DefaultFactoryLibraryTest: Fail # Issue 514
127 DuplicateImplementsTest: Skip # Issue 976 127 DuplicateImplementsTest: Skip # Issue 976
128 Field3aNegativeTest: Fail 128 Field3aNegativeTest: Fail
129 FieldMethod4NegativeTest: Fail 129 FieldMethod4NegativeTest: Fail
130 FinalSyntaxTest/none: Fail 130 FinalSyntaxTest/*: Skip # can't handle base case
131 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 131 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
132 GenericParameterizedExtendsTest: Skip # Bug 5392297 132 GenericParameterizedExtendsTest: Skip # Bug 5392297
133 InstanceCallWrongArgumentCountNegativeTest: Fail 133 InstanceCallWrongArgumentCountNegativeTest: Fail
134 Label2NegativeTest: Fail # issue 1658 134 Label2NegativeTest: Fail # issue 1658
135 Library4NegativeTest: Fail # Bug 5406175 135 Library4NegativeTest: Fail # Bug 5406175
136 ListLiteral4Test: Fail # Issue 1343 136 ListLiteral4Test: Fail # Issue 1343
137 LiteralUnaryPlusTest/01: Fail # Issue 1399 137 LiteralUnaryPlusTest/01: Fail # Issue 1399
138 MapLiteral4Test: Fail # Issue 1343 138 MapLiteral4Test: Fail # Issue 1343
139 NamedParametersNegativeTest: Fail 139 NamedParametersNegativeTest: Fail
140 NoSuchMethodNegativeTest: Fail 140 NoSuchMethodNegativeTest: Fail
141 NumbersTest: Fail # Fails because numbers are mapped to doubles. 141 NumbersTest: Fail # Fails because numbers are mapped to doubles.
142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
147 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 147 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
148 OverrideFieldTest/04: Fail # Bug 5215249 148 OverrideFieldTest/04: Fail # Bug 5215249
149 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 149 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
150 Prefix101Test: Fail # Allow multiple imports with same prefix. 150 Prefix101Test: Fail # Allow multiple imports with same prefix.
151 Prefix11NegativeTest: Fail # Bug 5406175 151 Prefix11NegativeTest: Fail # Bug 5406175
152 Prefix12NegativeTest: Fail # Bug 5406175 152 Prefix12NegativeTest: Fail # Bug 5406175
153 Prefix16NegativeTest: Fail # Bug 5532534 153 Prefix16NegativeTest: Fail # Bug 5532534
154 Prefix22NegativeTest: Fail # Needs to be re-written as multitest
155 Prefix23NegativeTest: Fail # Needs to be re-written as multitest
154 Prefix3NegativeTest: Fail # Bug 5406175 156 Prefix3NegativeTest: Fail # Bug 5406175
155 Prefix6NegativeTest: Fail 157 Prefix6NegativeTest: Fail
156 PrivateMember3NegativeTest: Fail 158 PrivateMember3NegativeTest: Fail
157 PseudoKWIllegalTest/01: Fail # Issue 356 159 PseudoKWIllegalTest/01: Fail # Issue 356
158 PseudoKWIllegalTest/02: Fail # Issue 356 160 PseudoKWIllegalTest/02: Fail # Issue 356
159 PseudoKWIllegalTest/03: Fail # Issue 356 161 PseudoKWIllegalTest/03: Fail # Issue 356
160 PseudoKWIllegalTest/04: Fail # Issue 356 162 PseudoKWIllegalTest/04: Fail # Issue 356
161 PseudoKWIllegalTest/05: Fail # Issue 356 163 PseudoKWIllegalTest/05: Fail # Issue 356
162 PseudoKWIllegalTest/06: Fail # Issue 356 164 PseudoKWIllegalTest/06: Fail # Issue 356
163 PseudoKWIllegalTest/07: Fail # Issue 356 165 PseudoKWIllegalTest/07: Fail # Issue 356
(...skipping 14 matching lines...) Expand all
178 StaticField2RunNegativeTest: Fail # issue 1662 180 StaticField2RunNegativeTest: Fail # issue 1662
179 StaticField2aRunNegativeTest: Fail # issue 1662 181 StaticField2aRunNegativeTest: Fail # issue 1662
180 StringEscape1NegativeTest: Fail # Issue 1351. 182 StringEscape1NegativeTest: Fail # Issue 1351.
181 StringEscape4NegativeTest: Fail # Issue 1351. 183 StringEscape4NegativeTest: Fail # Issue 1351.
182 SuperOperatorTest: Fail # Bug 4995463. 184 SuperOperatorTest: Fail # Bug 4995463.
183 Switch3NegativeTest: Fail # issue 1663 185 Switch3NegativeTest: Fail # issue 1663
184 Switch7NegativeTest: Fail # Bug 4208467. 186 Switch7NegativeTest: Fail # Bug 4208467.
185 SwitchLabelTest: Fail # Bug 4208467. 187 SwitchLabelTest: Fail # Bug 4208467.
186 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 188 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
187 Throw7NegativeTest: Fail # Bug 4208459. 189 Throw7NegativeTest: Fail # Bug 4208459.
190 TypeVariableBoundsTest/01: Fail # issue 1900
188 191
189 # 192 #
190 # Add new dartc annotations above in alphabetical order 193 # Add new dartc annotations above in alphabetical order
191 # 194 #
192 195
193 # VM or Frog specific tests that should not be run by DartC. 196 # VM or Frog specific tests that should not be run by DartC.
194 *VMTest: Skip 197 *VMTest: Skip
195 *VMNegativeTest: Skip 198 *VMNegativeTest: Skip
196 *FrogTest: Skip 199 *FrogTest: Skip
197 *FrogNegativeTest: Skip 200 *FrogNegativeTest: Skip
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 [ $component == frog && $mode == debug ] 457 [ $component == frog && $mode == debug ]
455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
457 460
458 [ $arch == simarm ] 461 [ $arch == simarm ]
459 *: Skip 462 *: Skip
460 463
461 [ $arch == arm ] 464 [ $arch == arm ]
462 *: Skip 465 *: Skip
463 466
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698