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

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

Issue 10035058: Throw a type error in production mode when the type of the type test is not (Closed) Base URL: http://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-runtime.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ConstructorRedirectTest/01: Fail # Issue 2103. 66 ConstructorRedirectTest/01: Fail # Issue 2103.
67 67
68 # DartC or Frog specific tests that should not be run by the VM 68 # DartC or Frog specific tests that should not be run by the VM
69 *DartcTest: Skip 69 *DartcTest: Skip
70 *DartcNegativeTest: Skip 70 *DartcNegativeTest: Skip
71 *FrogTest: Skip 71 *FrogTest: Skip
72 *FrogNegativeTest: Skip 72 *FrogNegativeTest: Skip
73 73
74 [ $compiler == none && $unchecked ] 74 [ $compiler == none && $unchecked ]
75 75
76 IsNotClass3NegativeTest: Fail # Spec unclear.
77 Prefix16NegativeTest: Fail # Bug 5532534 76 Prefix16NegativeTest: Fail # Bug 5532534
78 77
79 [ $compiler == none && $mode == debug ] 78 [ $compiler == none && $mode == debug ]
80 GCTest: Skip # Takes too long. 79 GCTest: Skip # Takes too long.
81 80
82 [ $compiler == dartc ] 81 [ $compiler == dartc ]
83 AbstractSyntaxTest/01: Fail 82 AbstractSyntaxTest/01: Fail
84 ApplicationNegativeTest: Fail 83 ApplicationNegativeTest: Fail
85 AssertKeywordNegativeTest: Fail 84 AssertKeywordNegativeTest: Fail
86 AssertTest: Fail # Uses AssertError class. Bug 4385894. 85 AssertTest: Fail # Uses AssertError class. Bug 4385894.
(...skipping 14 matching lines...) Expand all
101 DefaultFactoryLibraryTest: Fail # Issue 514 100 DefaultFactoryLibraryTest: Fail # Issue 514
102 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 101 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
103 DuplicateImplementsTest: Skip # Issue 976 102 DuplicateImplementsTest: Skip # Issue 976
104 Field3aNegativeTest: Fail 103 Field3aNegativeTest: Fail
105 FieldMethod4NegativeTest: Fail 104 FieldMethod4NegativeTest: Fail
106 FinalSyntaxTest/*: Skip # can't handle base case 105 FinalSyntaxTest/*: Skip # can't handle base case
107 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 106 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
108 GenericParameterizedExtendsTest: Skip # Bug 5392297 107 GenericParameterizedExtendsTest: Skip # Bug 5392297
109 GettersSettersType3Test: Fail # Issue 2351 108 GettersSettersType3Test: Fail # Issue 2351
110 InstanceCallWrongArgumentCountNegativeTest: Fail 109 InstanceCallWrongArgumentCountNegativeTest: Fail
110 Instanceof3Test: Fail # Issue 2571
111 Label2NegativeTest: Fail # issue 1658 111 Label2NegativeTest: Fail # issue 1658
112 Library4NegativeTest: Fail # Bug 5406175 112 Library4NegativeTest: Fail # Bug 5406175
113 ListLiteral4Test: Fail # Issue 1343 113 ListLiteral4Test: Fail # Issue 1343
114 LiteralUnaryPlusTest/01: Fail # Issue 1399 114 LiteralUnaryPlusTest/01: Fail # Issue 1399
115 MapLiteral4Test: Fail # Issue 1343 115 MapLiteral4Test: Fail # Issue 1343
116 NamedParametersNegativeTest: Fail 116 NamedParametersNegativeTest: Fail
117 NoSuchMethodNegativeTest: Fail 117 NoSuchMethodNegativeTest: Fail
118 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 118 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
119 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 119 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
120 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 120 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 GenericDeepTest: Fail 301 GenericDeepTest: Fail
302 GenericInstanceofTest: Fail 302 GenericInstanceofTest: Fail
303 GenericInstanceof2Test: Fail 303 GenericInstanceof2Test: Fail
304 GenericSyntaxTest: Fail 304 GenericSyntaxTest: Fail
305 GenericTest: Fail 305 GenericTest: Fail
306 GenericsTest: Fail 306 GenericsTest: Fail
307 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case 307 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case
308 ImplicitScopeTest: Fail 308 ImplicitScopeTest: Fail
309 ImpliedInterfaceTest: Fail 309 ImpliedInterfaceTest: Fail
310 Instanceof2Test: Fail 310 Instanceof2Test: Fail
311 Instanceof3Test: Fail # Issue 2571
311 InterfaceFactory3NegativeTest: Fail 312 InterfaceFactory3NegativeTest: Fail
312 IsNotClass4NegativeTest: Fail 313 IsNotClass4NegativeTest: Fail
313 LabelTest: Fail 314 LabelTest: Fail
314 ListLiteral3Test: Fail # vm and frog throw different exceptions 315 ListLiteral3Test: Fail # vm and frog throw different exceptions
315 ListLiteral4Test: Fail # missing type checks on index operations 316 ListLiteral4Test: Fail # missing type checks on index operations
316 ListTest: Fail # array bound checks not implemented 317 ListTest: Fail # array bound checks not implemented
317 LocalFunction3Test: Fail 318 LocalFunction3Test: Fail
318 LocalFunctionTest: Fail 319 LocalFunctionTest: Fail
319 ManyGenericInstanceofTest: Fail 320 ManyGenericInstanceofTest: Fail
320 MapLiteral4Test: Fail # missing checks on map index operations 321 MapLiteral4Test: Fail # missing checks on map index operations
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 462
462 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 463 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
463 *: Skip 464 *: Skip
464 465
465 [ $arch == simarm ] 466 [ $arch == simarm ]
466 *: Skip 467 *: Skip
467 468
468 [ $arch == arm ] 469 [ $arch == arm ]
469 *: Skip 470 *: Skip
470 471
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698