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

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

Issue 9581032: New test exposes some bugs in the static analysis (dartc) engine on assignment problems (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: new test for static analysis. 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.
(...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
115 BodyLessConstructorWrongArgNegativeTest: Fail 119 BodyLessConstructorWrongArgNegativeTest: Fail
116 CallOperatorTest: Pass # Issue 1355 120 CallOperatorTest: Pass # Issue 1355
117 CharEscapeTest: Pass # Issue 1654 121 CharEscapeTest: Pass # Issue 1654
118 ClosureCallWrongArgumentCountNegativeTest: Fail 122 ClosureCallWrongArgumentCountNegativeTest: Fail
119 CompileTimeConstant3Test: Fail # Issue 1780 123 CompileTimeConstant3Test: Fail # Issue 1780
120 ConstConstructorSyntaxTest/05: Fail 124 ConstConstructorSyntaxTest/05: Fail
121 ConstCounterNegativeTest: Fail # issue 1655 125 ConstCounterNegativeTest: Fail # issue 1655
122 Constructor3NegativeTest: Fail 126 Constructor3NegativeTest: Fail
123 ConstructorCallWrongArgumentCountNegativeTest: Fail 127 ConstructorCallWrongArgumentCountNegativeTest: Fail
124 DefaultFactoryLibraryTest: Fail # Issue 514 128 DefaultFactoryLibraryTest: Fail # Issue 514
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 [ $component == frog && $mode == debug ] 465 [ $component == frog && $mode == debug ]
462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 466 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 467 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
464 468
465 [ $arch == simarm ] 469 [ $arch == simarm ]
466 *: Skip 470 *: Skip
467 471
468 [ $arch == arm ] 472 [ $arch == arm ]
469 *: Skip 473 *: Skip
470 474
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/AssignStaticTypeTest.dart » ('j') | tests/language/src/AssignStaticTypeTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698