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

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

Issue 8499043: Eliminate obsolete SuperNegativeTest (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « no previous file | tests/language/src/SuperNegativeTest.dart » ('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) 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 17 matching lines...) Expand all
28 TypeVariableBoundsTest/07: Fail # Bug 5257789 28 TypeVariableBoundsTest/07: Fail # Bug 5257789
29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513
30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513
31 ImpliedInterfaceTest: Fail # Bug 5349944 31 ImpliedInterfaceTest: Fail # Bug 5349944
32 32
33 # These bugs refer currently ongoing language discussions. 33 # These bugs refer currently ongoing language discussions.
34 Constructor5Test: Fail # Bug 8440015 34 Constructor5Test: Fail # Bug 8440015
35 Constructor6Test: Fail # Bug 8440015 35 Constructor6Test: Fail # Bug 8440015
36 36
37 # Regular bugs which should be fixed. 37 # Regular bugs which should be fixed.
38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
39 ManyEchoServerTest: Skip # Bug 5103754 38 ManyEchoServerTest: Skip # Bug 5103754
40 39
41 NonParameterizedFactory2Test: Fail # Bug 5257789 40 NonParameterizedFactory2Test: Fail # Bug 5257789
42 41
43 WrongNumberTypeArgumentsTest: Fail # Bug 5532690 42 WrongNumberTypeArgumentsTest: Fail # Bug 5532690
44 Prefix18NegativeTest: Fail # Issue 307 43 Prefix18NegativeTest: Fail # Issue 307
45 Prefix20NegativeTest: Fail # Issue 307 44 Prefix20NegativeTest: Fail # Issue 307
46 45
47 ImplicitThisTest/01: Fail # Issue 374 46 ImplicitThisTest/01: Fail # Issue 374
48 ImplicitThisTest/02: Fail # Issue 374 47 ImplicitThisTest/02: Fail # Issue 374
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 NamedParametersTypeTest: Fail # Implementation in progress. 90 NamedParametersTypeTest: Fail # Implementation in progress.
92 NamedParametersNegativeTest: Fail # Implementation in progress. 91 NamedParametersNegativeTest: Fail # Implementation in progress.
93 NamedParameters2NegativeTest: Fail # Implementation in progress. 92 NamedParameters2NegativeTest: Fail # Implementation in progress.
94 NamedParameters3NegativeTest: Fail # Implementation in progress. 93 NamedParameters3NegativeTest: Fail # Implementation in progress.
95 NamedParameters4NegativeTest: Fail # Implementation in progress. 94 NamedParameters4NegativeTest: Fail # Implementation in progress.
96 NamedParameters6NegativeTest: Crash # Implementation in progress. 95 NamedParameters6NegativeTest: Crash # Implementation in progress.
97 RegExp3Test: Fail # 5299683 96 RegExp3Test: Fail # 5299683
98 InterfaceFactory3NegativeTest: Fail # Bug 5387405 97 InterfaceFactory3NegativeTest: Fail # Bug 5387405
99 GenericParameterizedExtendsTest: Skip # Bug 5392297 98 GenericParameterizedExtendsTest: Skip # Bug 5392297
100 ConstObjectsAreImmutableTest: Fail # Bug 5202940 99 ConstObjectsAreImmutableTest: Fail # Bug 5202940
101 SuperNegativeTest: Fail # Now that super calls are automatically injected this t est doesn't make sense
102 NullToStringTest: Fail # Bug 5421978 100 NullToStringTest: Fail # Bug 5421978
103 FunctionTypeAliasTest: Crash # Bug 4519208. 101 FunctionTypeAliasTest: Crash # Bug 4519208.
104 102
105 # Other bugs (or unimplemented features) in dartc. 103 # Other bugs (or unimplemented features) in dartc.
106 For2Test: Fail # Bug 4995208. 104 For2Test: Fail # Bug 4995208.
107 SuperOperatorTest: Fail # Bug 4995463. 105 SuperOperatorTest: Fail # Bug 4995463.
108 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 106 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
109 Throw7NegativeTest: Fail # Bug 4208459. 107 Throw7NegativeTest: Fail # Bug 4208459.
110 SwitchLabelTest: Fail # Bug 4208467. 108 SwitchLabelTest: Fail # Bug 4208467.
111 Switch7NegativeTest: Fail # Bug 4208467. 109 Switch7NegativeTest: Fail # Bug 4208467.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 SavannahTest: Fail 304 SavannahTest: Fail
307 ScopeNegativeTest: Fail 305 ScopeNegativeTest: Fail
308 ScriptNegativeTest: Fail 306 ScriptNegativeTest: Fail
309 StringConcatTest: Fail 307 StringConcatTest: Fail
310 StringEscapesTest: Fail 308 StringEscapesTest: Fail
311 StringInterpolate1NegativeTest: Fail 309 StringInterpolate1NegativeTest: Fail
312 StringInterpolate2Test: Fail 310 StringInterpolate2Test: Fail
313 StringInterpolateTest: Fail 311 StringInterpolateTest: Fail
314 StringTest: Fail 312 StringTest: Fail
315 SuperImplicitClosureTest: Fail 313 SuperImplicitClosureTest: Fail
316 SuperNegativeTest: Fail # test seems clearly broken - see issue #358
317 SuperTest: Fail # this is testing precise ordering of super constructor call 314 SuperTest: Fail # this is testing precise ordering of super constructor call
318 SwitchLabelTest: Fail 315 SwitchLabelTest: Fail
319 TryCatch9NegativeTest: Fail 316 TryCatch9NegativeTest: Fail
320 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. 317 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
321 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 318 TypeVariableBoundsTest/05: Fail # issue with test filed as #354
322 UnboundGetterTest: Fail 319 UnboundGetterTest: Fail
323 VarInitTest: Fail 320 VarInitTest: Fail
324 WrongNumberTypeArgumentsTest: Fail 321 WrongNumberTypeArgumentsTest: Fail
325 GetterClosureExecutionOrderTest: Fail 322 GetterClosureExecutionOrderTest: Fail
326 ImplicitThisTest/01: Fail # Issue 376 323 ImplicitThisTest/01: Fail # Issue 376
(...skipping 12 matching lines...) Expand all
339 FinalVarNegativeTest: Fail 336 FinalVarNegativeTest: Fail
340 337
341 [ $arch == x64 ] 338 [ $arch == x64 ]
342 *: Skip 339 *: Skip
343 340
344 [ $arch == simarm ] 341 [ $arch == simarm ]
345 *: Skip 342 *: Skip
346 343
347 [ $arch == arm ] 344 [ $arch == arm ]
348 *: Skip 345 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/SuperNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698