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

Side by Side Diff: tests/language/language-leg.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/language/language.status ('k') | tests/language/src/Instanceof3Test.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) 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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $compiler == dart2js] 9 [ $compiler == dart2js]
10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 SuperSetterTest: Fail # internal error: super property read not implemented 54 SuperSetterTest: Fail # internal error: super property read not implemented
55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case 55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case
56 56
57 57
58 # Implementation errors (library or generated code). 58 # Implementation errors (library or generated code).
59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. 59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
60 GenericDeepTest: Fail # Expect.isTrue(false) fails. 60 GenericDeepTest: Fail # Expect.isTrue(false) fails.
61 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 61 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
62 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 62 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
63 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 63 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
64 Instanceof3Test: Fail # cannot resolve type UndeclaredType.
64 LibraryPrivateInConstructorTest: Fail # Issue 2620. 65 LibraryPrivateInConstructorTest: Fail # Issue 2620.
65 ListDoubleIndexInLoop2Test: Fail # Issue 2564. 66 ListDoubleIndexInLoop2Test: Fail # Issue 2564.
66 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. 67 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test.
67 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te st. 68 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te st.
68 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail s. -- checked mode test. 69 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail s. -- checked mode test.
69 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. -- checked mode test. 70 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. -- checked mode test.
70 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode test. 71 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode test.
71 72
72 73
73 # 74 #
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 204
204 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 205 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
205 206
206 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 207 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
207 208
208 [ $compiler == dart2js && $mode == release ] 209 [ $compiler == dart2js && $mode == release ]
209 AssignTopMethodNegativeTest: Crash 210 AssignTopMethodNegativeTest: Crash
210 211
211 [ $compiler == dart2js && $runtime == none ] 212 [ $compiler == dart2js && $runtime == none ]
212 *: Fail, Pass # TODO(ahe): Triage these tests. 213 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/Instanceof3Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698