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

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

Issue 9666015: Update analysis to support adjacent string literals (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add back ICE 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 | « tests/co19/co19-compiler.status ('k') | 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) 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 IsNotClass3NegativeTest: Fail # Spec unclear. 97 IsNotClass3NegativeTest: Fail # Spec unclear.
98 Prefix16NegativeTest: Fail # Bug 5532534 98 Prefix16NegativeTest: Fail # Bug 5532534
99 99
100 [ ($component == vm || $component == dartium) && $mode == debug ] 100 [ ($component == vm || $component == dartium) && $mode == debug ]
101 GCTest: Skip # Takes too long. 101 GCTest: Skip # Takes too long.
102 102
103 [ $component == vm && $mode == release ] 103 [ $component == vm && $mode == release ]
104 104
105 [ $component == dartc || $component == chromium ] 105 [ $component == dartc || $component == chromium ]
106 AbstractSyntaxTest/01: Fail 106 AbstractSyntaxTest/01: Fail
107 AdjacentStringLiteralsTest: Crash # Issue 2079
108 ApplicationNegativeTest: Fail 107 ApplicationNegativeTest: Fail
109 AssertKeywordNegativeTest: Fail 108 AssertKeywordNegativeTest: Fail
110 AssertTest: Fail # Uses AssertError class. Bug 4385894. 109 AssertTest: Fail # Uses AssertError class. Bug 4385894.
111 AssignInstanceMethodNegativeTest: Fail 110 AssignInstanceMethodNegativeTest: Fail
112 BadNamedParametersTest: Fail # Issue 1941 111 BadNamedParametersTest: Fail # Issue 1941
113 BadNamedParameters2Test: Fail # Issue 1941 112 BadNamedParameters2Test: Fail # Issue 1941
114 AssignStaticTypeTest/01: Fail # Issue 1957 113 AssignStaticTypeTest/01: Fail # Issue 1957
115 AssignStaticTypeTest/02: Fail # Issue 1957 114 AssignStaticTypeTest/02: Fail # Issue 1957
116 AssignStaticTypeTest/03: Fail # Issue 1957 115 AssignStaticTypeTest/03: Fail # Issue 1957
117 AssignStaticTypeTest/04: Fail # Issue 1957 116 AssignStaticTypeTest/04: Fail # Issue 1957
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 [ $component == frog && $mode == debug ] 456 [ $component == frog && $mode == debug ]
458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
460 459
461 [ $arch == simarm ] 460 [ $arch == simarm ]
462 *: Skip 461 *: Skip
463 462
464 [ $arch == arm ] 463 [ $arch == arm ]
465 *: Skip 464 *: Skip
466 465
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698