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

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

Issue 10006040: Add a test to check correct references to a global variable that initially throws (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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 | « no previous file | tests/language/language-leg.status » ('j') | tests/language/language-leg.status » ('J')
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.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each architecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 [ $compiler == none ] 18 [ $compiler == none ]
19 TypeErrorTest: Fail # Issue 2472
19 GCTest: Fail # Issue 1487 20 GCTest: Fail # Issue 1487
20 ImpliedInterfaceTest: Fail # Bug 5349944 21 ImpliedInterfaceTest: Fail # Bug 5349944
21 FBoundedQuantificationTest: Fail # Issue 439 22 FBoundedQuantificationTest: Fail # Issue 439
22 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed 23 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed
23 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed 24 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed
24 FieldOverrideTest/02: Fail # Issue 742: field shadowing now allowed 25 FieldOverrideTest/02: Fail # Issue 742: field shadowing now allowed
25 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed 26 SuperFieldAccessTest: Fail # Issue 742: field shadowing now allowed
26 PseudoKWIllegalTest/03: Fail # Issue 356 27 PseudoKWIllegalTest/03: Fail # Issue 356
27 PseudoKWIllegalTest/08: Fail # Issue 356 28 PseudoKWIllegalTest/08: Fail # Issue 356
28 PseudoKWIllegalTest/10: Fail # Issue 356 29 PseudoKWIllegalTest/10: Fail # Issue 356
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 197
197 [ $compiler == frogsh ] 198 [ $compiler == frogsh ]
198 ArithmeticTest: Fail # Issue 1470 199 ArithmeticTest: Fail # Issue 1470
199 IntrinsifiedMethodsTest: Fail # Issue 1470 200 IntrinsifiedMethodsTest: Fail # Issue 1470
200 201
201 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] 202 [ ($compiler == frog || $compiler == frogsh) && $unchecked ]
202 BoolTest: Fail # Issue 2092 203 BoolTest: Fail # Issue 2092
203 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 204 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
204 205
205 [ $compiler == frog || $compiler == frogsh ] 206 [ $compiler == frog || $compiler == frogsh ]
207 TypeErrorTest: Fail # Checked mode not implemented.
206 ExceptionTest: Fail # Issue 1785 208 ExceptionTest: Fail # Issue 1785
207 Factory3Test: Fail # Issue 417 209 Factory3Test: Fail # Issue 417
208 Factory2NegativeTest: Fail 210 Factory2NegativeTest: Fail
209 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 211 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
210 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 212 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
211 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 213 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
212 CompileTimeConstantETest: Fail 214 CompileTimeConstantETest: Fail
213 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments. 215 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti onal arguments.
214 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times. 216 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i f the same key appears multiple times.
215 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 217 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 [ $compiler == frog && $mode == debug ] 459 [ $compiler == frog && $mode == debug ]
458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 460 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 461 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
460 462
461 [ $arch == simarm ] 463 [ $arch == simarm ]
462 *: Skip 464 *: Skip
463 465
464 [ $arch == arm ] 466 [ $arch == arm ]
465 *: Skip 467 *: Skip
466 468
OLDNEW
« no previous file with comments | « no previous file | tests/language/language-leg.status » ('j') | tests/language/language-leg.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698