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

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

Issue 8380024: Skip a new test failing on Chromium. (Closed) Base URL: http://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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 Switch3NegativeTest: Crash # Bug 5318228 70 Switch3NegativeTest: Crash # Bug 5318228
71 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME 71 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME
72 CTConst2Test: Fail # Codesite issue 124 72 CTConst2Test: Fail # Codesite issue 124
73 73
74 # Problems specific to dartc debug mode 74 # Problems specific to dartc debug mode
75 [ ($arch == dartc || $arch == chromium) && $mode == debug ] 75 [ ($arch == dartc || $arch == chromium) && $mode == debug ]
76 76
77 77
78 [ $arch == dartc || $arch == chromium ] 78 [ $arch == dartc || $arch == chromium ]
79 Library4NegativeTest: Fail # Bug 5406175 79 Library4NegativeTest: Fail # Bug 5406175
80 Library5Test: Skip # Bug 5406175
80 Prefix3NegativeTest: Fail # Bug 5406175 81 Prefix3NegativeTest: Fail # Bug 5406175
81 Prefix11NegativeTest: Fail # Bug 5406175 82 Prefix11NegativeTest: Fail # Bug 5406175
82 Prefix12NegativeTest: Fail # Bug 5406175 83 Prefix12NegativeTest: Fail # Bug 5406175
83 Prefix14Test: Fail # Bug 5406175 84 Prefix14Test: Fail # Bug 5406175
84 Prefix15Test: Skip # Bug 5406175 85 Prefix15Test: Skip # Bug 5406175
85 ConstConstructor1NegativeTest: FAIL # Bug 5142545 86 ConstConstructor1NegativeTest: FAIL # Bug 5142545
86 ConstConstructor2NegativeTest: FAIL # Bug 5142545 87 ConstConstructor2NegativeTest: FAIL # Bug 5142545
87 CTConst3Test: Fail # Codesite Issue 120 88 CTConst3Test: Fail # Codesite Issue 120
88 ConstructorSetterNegativeTest: FAIL # Bug 92 89 ConstructorSetterNegativeTest: FAIL # Bug 92
89 90
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 TypedMessageTest: Fail # Bug 5246195 202 TypedMessageTest: Fail # Bug 5246195
202 203
203 [ $arch == x64 ] 204 [ $arch == x64 ]
204 *: Skip 205 *: Skip
205 206
206 [ $arch == simarm ] 207 [ $arch == simarm ]
207 *: Skip 208 *: Skip
208 209
209 [ $arch == arm ] 210 [ $arch == arm ]
210 *: Skip 211 *: 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