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

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

Issue 9600026: Revert "New test exposes some bugs in the static analysis (dartc) engine on assignment problems" r4… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | tests/language/src/AssignStaticTypeTest.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 # 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 GCTest: Skip # Takes too long. 105 GCTest: Skip # Takes too long.
106 106
107 [ $component == vm && $mode == release ] 107 [ $component == vm && $mode == release ]
108 108
109 [ $component == dartc || $component == chromium ] 109 [ $component == dartc || $component == chromium ]
110 AbstractSyntaxTest/01: Fail 110 AbstractSyntaxTest/01: Fail
111 ApplicationNegativeTest: Fail 111 ApplicationNegativeTest: Fail
112 AssertKeywordNegativeTest: Fail 112 AssertKeywordNegativeTest: Fail
113 AssertTest: Fail # Uses AssertError class. Bug 4385894. 113 AssertTest: Fail # Uses AssertError class. Bug 4385894.
114 AssignInstanceMethodNegativeTest: Fail 114 AssignInstanceMethodNegativeTest: Fail
115 AssignStaticTypeTest/01: Fail # Issue 1957
116 AssignStaticTypeTest/02: Fail # Issue 1957
117 AssignStaticTypeTest/03: Fail # Issue 1957
118 AssignStaticTypeTest/04: Fail # Issue 1957
119 BodyLessConstructorWrongArgNegativeTest: Fail 115 BodyLessConstructorWrongArgNegativeTest: Fail
120 CallOperatorTest: Pass # Issue 1355 116 CallOperatorTest: Pass # Issue 1355
121 CharEscapeTest: Pass # Issue 1654 117 CharEscapeTest: Pass # Issue 1654
122 ClosureCallWrongArgumentCountNegativeTest: Fail 118 ClosureCallWrongArgumentCountNegativeTest: Fail
123 CompileTimeConstant3Test: Fail # Issue 1780 119 CompileTimeConstant3Test: Fail # Issue 1780
124 ConstConstructorSyntaxTest/05: Fail 120 ConstConstructorSyntaxTest/05: Fail
125 ConstCounterNegativeTest: Fail # issue 1655 121 ConstCounterNegativeTest: Fail # issue 1655
126 Constructor3NegativeTest: Fail 122 Constructor3NegativeTest: Fail
127 ConstructorCallWrongArgumentCountNegativeTest: Fail 123 ConstructorCallWrongArgumentCountNegativeTest: Fail
128 DefaultFactoryLibraryTest: Fail # Issue 514 124 DefaultFactoryLibraryTest: Fail # Issue 514
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 [ $component == frog && $mode == debug ] 461 [ $component == frog && $mode == debug ]
466 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
467 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
468 464
469 [ $arch == simarm ] 465 [ $arch == simarm ]
470 *: Skip 466 *: Skip
471 467
472 [ $arch == arm ] 468 [ $arch == arm ]
473 *: Skip 469 *: Skip
474 470
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/AssignStaticTypeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698