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

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

Issue 9599020: 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: Respin of AssignStaticTypeTest with multiple annotations 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 GetSetSyntaxTest/10: Fail # Issue 1569 76 GetSetSyntaxTest/10: Fail # Issue 1569
77 GetSetSyntaxTest/11: Fail # Issue 1569 77 GetSetSyntaxTest/11: Fail # Issue 1569
78 GetSetSyntaxTest/12: Fail # Issue 1569 78 GetSetSyntaxTest/12: Fail # Issue 1569
79 GetSetSyntaxTest/13: Fail # Issue 1569 79 GetSetSyntaxTest/13: Fail # Issue 1569
80 GetSetSyntaxTest/14: Fail # Issue 1569 80 GetSetSyntaxTest/14: Fail # Issue 1569
81 GetSetSyntaxTest/15: Fail # Issue 1569 81 GetSetSyntaxTest/15: Fail # Issue 1569
82 82
83 CompileTimeConstant3Test: Fail # Issue 1780 83 CompileTimeConstant3Test: Fail # Issue 1780
84 CompileTimeConstant6Test: Fail # Issue 1794 84 CompileTimeConstant6Test: Fail # Issue 1794
85 85
86 AssignStaticTypeTest/01: Fail
87 AssignStaticTypeTest/02: Fail
regis 2012/03/08 20:47:50 Please file a bug against the vm and refer to it h
88
86 # DartC or Frog specific tests that should not be run by the VM 89 # DartC or Frog specific tests that should not be run by the VM
87 *DartcTest: Skip 90 *DartcTest: Skip
88 *DartcNegativeTest: Skip 91 *DartcNegativeTest: Skip
89 *FrogTest: Skip 92 *FrogTest: Skip
90 *FrogNegativeTest: Skip 93 *FrogNegativeTest: Skip
91 94
92 [ ($component == vm || $component == dartium) && $unchecked ] 95 [ ($component == vm || $component == dartium) && $unchecked ]
93 96
94 IsNotClass3NegativeTest: Fail # Spec unclear. 97 IsNotClass3NegativeTest: Fail # Spec unclear.
95 Prefix16NegativeTest: Fail # Bug 5532534 98 Prefix16NegativeTest: Fail # Bug 5532534
96 99
97 [ ($component == vm || $component == dartium) && $mode == debug ] 100 [ ($component == vm || $component == dartium) && $mode == debug ]
98 GCTest: Skip # Takes too long. 101 GCTest: Skip # Takes too long.
99 102
100 [ $component == vm && $mode == release ] 103 [ $component == vm && $mode == release ]
101 104
102 [ $component == dartc || $component == chromium ] 105 [ $component == dartc || $component == chromium ]
103 AbstractSyntaxTest/01: Fail 106 AbstractSyntaxTest/01: Fail
104 ApplicationNegativeTest: Fail 107 ApplicationNegativeTest: Fail
105 AssertKeywordNegativeTest: Fail 108 AssertKeywordNegativeTest: Fail
106 AssertTest: Fail # Uses AssertError class. Bug 4385894. 109 AssertTest: Fail # Uses AssertError class. Bug 4385894.
107 AssignInstanceMethodNegativeTest: Fail 110 AssignInstanceMethodNegativeTest: Fail
111 AssignStaticTypeTest/01: Fail # Issue 1957
112 AssignStaticTypeTest/02: Fail # Issue 1957
113 AssignStaticTypeTest/03: Fail # Issue 1957
114 AssignStaticTypeTest/04: Fail # Issue 1957
108 BodyLessConstructorWrongArgNegativeTest: Fail 115 BodyLessConstructorWrongArgNegativeTest: Fail
109 CallOperatorTest: Pass # Issue 1355 116 CallOperatorTest: Pass # Issue 1355
110 CharEscapeTest: Pass # Issue 1654 117 CharEscapeTest: Pass # Issue 1654
111 ClosureCallWrongArgumentCountNegativeTest: Fail 118 ClosureCallWrongArgumentCountNegativeTest: Fail
112 CompileTimeConstant3Test: Fail # Issue 1780 119 CompileTimeConstant3Test: Fail # Issue 1780
113 ConstConstructorSyntaxTest/05: Fail 120 ConstConstructorSyntaxTest/05: Fail
114 ConstCounterNegativeTest: Fail # issue 1655 121 ConstCounterNegativeTest: Fail # issue 1655
115 Constructor3NegativeTest: Fail 122 Constructor3NegativeTest: Fail
116 ConstructorCallWrongArgumentCountNegativeTest: Fail 123 ConstructorCallWrongArgumentCountNegativeTest: Fail
117 DefaultFactoryLibraryTest: Fail # Issue 514 124 DefaultFactoryLibraryTest: Fail # Issue 514
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 [ $component == frog && $mode == debug ] 450 [ $component == frog && $mode == debug ]
444 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
445 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
446 453
447 [ $arch == simarm ] 454 [ $arch == simarm ]
448 *: Skip 455 *: Skip
449 456
450 [ $arch == arm ] 457 [ $arch == arm ]
451 *: Skip 458 *: Skip
452 459
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