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

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

Issue 9963082: Dartc's 'can't use a type variable in static context' message now works the same way as 'NO_SUCH_TY… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/co19/co19-compiler.status ('k') | no next file » | 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 22 matching lines...) Expand all
33 ImplicitThisTest/03: Fail # Issue 374 33 ImplicitThisTest/03: Fail # Issue 374
34 ImplicitThisTest/04: Fail # Issue 374 34 ImplicitThisTest/04: Fail # Issue 374
35 ImplicitThisTest/none: Fail # Issue 374 35 ImplicitThisTest/none: Fail # Issue 374
36 36
37 # These bugs refer currently ongoing language discussions. 37 # These bugs refer currently ongoing language discussions.
38 Constructor5Test: Fail # (Discussion ongoing) 38 Constructor5Test: Fail # (Discussion ongoing)
39 Constructor6Test: Fail # (Discussion ongoing) 39 Constructor6Test: Fail # (Discussion ongoing)
40 FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing type s. 40 FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing type s.
41 41
42 # Bad tests needing to be fixed. 42 # Bad tests needing to be fixed.
43 TypeVariableScopeTest/00: Fail 43 TypeVariableScopeTest/00: Fail # Issue 2395
44 TypeVariableScopeTest/01: Fail 44 TypeVariableScopeTest/01: Fail # Issue 2395
45 TypeVariableScopeTest/02: Fail 45 TypeVariableScopeTest/02: Fail # Issue 2395
46 TypeVariableScopeTest/03: Fail 46 TypeVariableScopeTest/03: Fail # Issue 2395
47 TypeVariableScopeTest/04: Fail 47 TypeVariableScopeTest/04: Fail # Issue 2395
48 TypeVariableScopeTest/05: Fail 48 TypeVariableScopeTest/05: Fail # Issue 2395
49 49
50 # Regular bugs which should be fixed. 50 # Regular bugs which should be fixed.
51 51
52 ConstInit6NegativeTest: Fail # Issue 811 52 ConstInit6NegativeTest: Fail # Issue 811
53 SuperFirstConstructorTest: Fail # Issue 1372. 53 SuperFirstConstructorTest: Fail # Issue 1372.
54 54
55 # Issue 1427 55 # Issue 1427
56 CyclicTypeVariableTest: Fail 56 CyclicTypeVariableTest: Fail
57 CyclicTypeVariableTest/01: Fail 57 CyclicTypeVariableTest/01: Fail
58 CyclicTypeVariableTest/02: Fail 58 CyclicTypeVariableTest/02: Fail
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 StringEscape4NegativeTest: Fail # Issue 1351. 178 StringEscape4NegativeTest: Fail # Issue 1351.
179 StringInterpolation8Test: Fail # Issue 2126. 179 StringInterpolation8Test: Fail # Issue 2126.
180 SuperOperatorTest: Fail # Bug 4995463. 180 SuperOperatorTest: Fail # Bug 4995463.
181 Switch3NegativeTest: Fail # issue 1663 181 Switch3NegativeTest: Fail # issue 1663
182 Switch7NegativeTest: Fail # Bug 4208467. 182 Switch7NegativeTest: Fail # Bug 4208467.
183 SwitchLabelTest: Fail # Bug 4208467. 183 SwitchLabelTest: Fail # Bug 4208467.
184 SyntaxTest: Skip # Bug 2107 Static type warnings in none case 184 SyntaxTest: Skip # Bug 2107 Static type warnings in none case
185 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 185 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
186 Throw7NegativeTest: Fail # Bug 4208459. 186 Throw7NegativeTest: Fail # Bug 4208459.
187 TypeDartcTest: Fail # Issue 2348 187 TypeDartcTest: Fail # Issue 2348
188 TypeVariableScopeTest/00: Fail # Issue 2395
189 TypeVariableScopeTest/01: Fail # Issue 2395
190 TypeVariableScopeTest/02: Fail # Issue 2395
191 TypeVariableScopeTest/03: Fail # Issue 2395
192 TypeVariableScopeTest/04: Fail # Issue 2395
193 TypeVariableScopeTest/05: Fail # Issue 2395
188 ConstructorRedirectTest/01: Fail # Issue 2105. 194 ConstructorRedirectTest/01: Fail # Issue 2105.
189 195
190 # 196 #
191 # Add new dartc annotations above in alphabetical order 197 # Add new dartc annotations above in alphabetical order
192 # 198 #
193 199
194 # VM or Frog specific tests that should not be run by DartC. 200 # VM or Frog specific tests that should not be run by DartC.
195 *VMTest: Skip 201 *VMTest: Skip
196 *VMNegativeTest: Skip 202 *VMNegativeTest: Skip
197 *FrogTest: Skip 203 *FrogTest: Skip
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 [ $compiler == frog && $mode == debug ] 475 [ $compiler == frog && $mode == debug ]
470 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 476 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
471 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 477 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
472 478
473 [ $arch == simarm ] 479 [ $arch == simarm ]
474 *: Skip 480 *: Skip
475 481
476 [ $arch == arm ] 482 [ $arch == arm ]
477 *: Skip 483 *: Skip
478 484
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698