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

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

Issue 9664065: Base test case of a multi-test now insists no static type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reverted SyntaxTest 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.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each architecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 [ $component == vm || $component == dartium ] 18 [ $component == vm || $component == dartium ]
19 GCTest: Fail # Issue 1487 19 GCTest: Fail # Issue 1487
20 ImpliedInterfaceTest: Fail # Bug 5349944 20 ImpliedInterfaceTest: Fail # Bug 5349944
21 FBoundedQuantificationTest: Skip # Issue 439 21 FBoundedQuantificationTest: Skip # Issue 439
22 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed 22 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed
23 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed 23 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed
24 FieldOverrideTest/02: Fail # Issue 742: field shadowing now allowed
24 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed 25 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed
25 PseudoKWIllegalTest/03: Fail # Issue 356 26 PseudoKWIllegalTest/03: Fail # Issue 356
26 PseudoKWIllegalTest/08: Fail # Issue 356 27 PseudoKWIllegalTest/08: Fail # Issue 356
27 PseudoKWIllegalTest/10: Fail # Issue 356 28 PseudoKWIllegalTest/10: Fail # Issue 356
28 PseudoKWIllegalTest/14: Fail # Issue 356 29 PseudoKWIllegalTest/14: Fail # Issue 356
29 30
30 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) 31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified)
31 ImplicitThisTest/02: Fail # Issue 374 32 ImplicitThisTest/02: Fail # Issue 374
32 ImplicitThisTest/03: Fail # Issue 374 33 ImplicitThisTest/03: Fail # Issue 374
33 ImplicitThisTest/04: Fail # Issue 374 34 ImplicitThisTest/04: Fail # Issue 374
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 StaticField1RunNegativeTest: Fail # issue 1662 178 StaticField1RunNegativeTest: Fail # issue 1662
178 StaticField1aRunNegativeTest: Fail # issue 1662 179 StaticField1aRunNegativeTest: Fail # issue 1662
179 StaticField2RunNegativeTest: Fail # issue 1662 180 StaticField2RunNegativeTest: Fail # issue 1662
180 StaticField2aRunNegativeTest: Fail # issue 1662 181 StaticField2aRunNegativeTest: Fail # issue 1662
181 StringEscape1NegativeTest: Fail # Issue 1351. 182 StringEscape1NegativeTest: Fail # Issue 1351.
182 StringEscape4NegativeTest: Fail # Issue 1351. 183 StringEscape4NegativeTest: Fail # Issue 1351.
183 SuperOperatorTest: Fail # Bug 4995463. 184 SuperOperatorTest: Fail # Bug 4995463.
184 Switch3NegativeTest: Fail # issue 1663 185 Switch3NegativeTest: Fail # issue 1663
185 Switch7NegativeTest: Fail # Bug 4208467. 186 Switch7NegativeTest: Fail # Bug 4208467.
186 SwitchLabelTest: Fail # Bug 4208467. 187 SwitchLabelTest: Fail # Bug 4208467.
188 SyntaxTest: Skip # Bug 2107 Static type warnings in none case
187 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 189 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
188 Throw7NegativeTest: Fail # Bug 4208459. 190 Throw7NegativeTest: Fail # Bug 4208459.
189 191
190 # 192 #
191 # Add new dartc annotations above in alphabetical order 193 # Add new dartc annotations above in alphabetical order
192 # 194 #
193 195
194 # 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.
195 *VMTest: Skip 197 *VMTest: Skip
196 *VMNegativeTest: Skip 198 *VMNegativeTest: Skip
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 [ $component == frog && $mode == debug ] 466 [ $component == frog && $mode == debug ]
465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 467 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 468 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
467 469
468 [ $arch == simarm ] 470 [ $arch == simarm ]
469 *: Skip 471 *: Skip
470 472
471 [ $arch == arm ] 473 [ $arch == arm ]
472 *: Skip 474 *: Skip
473 475
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/FieldOverrideTest.dart » ('j') | tests/language/src/TypeVariableBounds2Test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698