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

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

Issue 8439042: Mark WrongNumberTypeArgumentsTest as failing on VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | no next file » | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 30 matching lines...) Expand all
41 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 41 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
42 ManyEchoServerTest: Skip # Bug 5103754 42 ManyEchoServerTest: Skip # Bug 5103754
43 43
44 ConstructorReturnNegativeTest: Fail # Issue 224 44 ConstructorReturnNegativeTest: Fail # Issue 224
45 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 45 ConstructorReturnWithInitNegativeTest: Fail # Issue 224
46 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 46 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224
47 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 47 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224
48 48
49 NonParameterizedFactory2Test: Fail # Bug 5257789 49 NonParameterizedFactory2Test: Fail # Bug 5257789
50 50
51 WrongNumberTypeArgumentsTest: Fail # Bug 5532690
51 # DartC specific tests that should not be run by the VM. 52 # DartC specific tests that should not be run by the VM.
52 *DartcTest: Skip 53 *DartcTest: Skip
53 54
54 [ $component == vm && $mode == debug ] 55 [ $component == vm && $mode == debug ]
55 NonParameterizedFactoryTest: Crash # Issue 226 56 NonParameterizedFactoryTest: Crash # Issue 226
56 57
57 # Problems specific to dartc optimized mode 58 # Problems specific to dartc optimized mode
58 [ ($component == dartc || $component == chromium) && $mode == release ] 59 [ ($component == dartc || $component == chromium) && $mode == release ]
59 MethodInvocationTest: Fail # Bug 5392266 60 MethodInvocationTest: Fail # Bug 5392266
60 Label2NegativeTest: Crash # Bug 5318228 61 Label2NegativeTest: Crash # Bug 5318228
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 TypedMessageTest: Fail # Bug 5246195 181 TypedMessageTest: Fail # Bug 5246195
181 182
182 [ $arch == x64 ] 183 [ $arch == x64 ]
183 *: Skip 184 *: Skip
184 185
185 [ $arch == simarm ] 186 [ $arch == simarm ]
186 *: Skip 187 *: Skip
187 188
188 [ $arch == arm ] 189 [ $arch == arm ]
189 *: Skip 190 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698