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

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

Issue 9421001: Issue 1606/1108. The 'native' keyword is supposed to only be allowed in core libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java ('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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 PseudoKWIllegalTest/13: Fail # Issue 356 179 PseudoKWIllegalTest/13: Fail # Issue 356
180 PseudoKWIllegalTest/14: Fail # Issue 356 180 PseudoKWIllegalTest/14: Fail # Issue 356
181 PseudoKWIllegalTest/15: Fail # Issue 356 181 PseudoKWIllegalTest/15: Fail # Issue 356
182 PseudoKWIllegalTest/16: Fail # Issue 356 182 PseudoKWIllegalTest/16: Fail # Issue 356
183 ScopeNegativeTest: Fail # Bug 4207538. 183 ScopeNegativeTest: Fail # Bug 4207538.
184 StringEscape1NegativeTest: Fail # Issue 1351. 184 StringEscape1NegativeTest: Fail # Issue 1351.
185 StringEscape4NegativeTest: Fail # Issue 1351. 185 StringEscape4NegativeTest: Fail # Issue 1351.
186 SuperOperatorTest: Fail # Bug 4995463. 186 SuperOperatorTest: Fail # Bug 4995463.
187 Switch7NegativeTest: Fail # Bug 4208467. 187 Switch7NegativeTest: Fail # Bug 4208467.
188 SwitchLabelTest: Fail # Bug 4208467. 188 SwitchLabelTest: Fail # Bug 4208467.
189 SyntaxTest/29: Fail # Issue 1606
190 SyntaxTest/30: Fail # Issue 1606
191 SyntaxTest/31: Fail # Issue 1108
192 SyntaxTest/32: Fail # Issue 1108
193 SyntaxTest/33: Fail # Issue 1108
194 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 189 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
195 Throw7NegativeTest: Fail # Bug 4208459. 190 Throw7NegativeTest: Fail # Bug 4208459.
196 191
197 # 192 #
198 # Add new dartc annotations above in alphabetical order 193 # Add new dartc annotations above in alphabetical order
199 # 194 #
200 195
201 # VM or Frog specific tests that should not be run by DartC. 196 # VM or Frog specific tests that should not be run by DartC.
202 *VMTest: Skip 197 *VMTest: Skip
203 *VMNegativeTest: Skip 198 *VMNegativeTest: Skip
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 [ $component == frog && $mode == debug ] 456 [ $component == frog && $mode == debug ]
462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
464 459
465 [ $arch == simarm ] 460 [ $arch == simarm ]
466 *: Skip 461 *: Skip
467 462
468 [ $arch == arm ] 463 [ $arch == arm ]
469 *: Skip 464 *: Skip
470 465
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698