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

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

Issue 8294005: Rename class AssertError to AssertionError in the VM (fix issue 119). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 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 | « runtime/vm/parser.cc ('k') | tests/language/src/AssertTest.dart » ('j') | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # These bugs refer currently ongoing language discussions. 44 # These bugs refer currently ongoing language discussions.
45 ExampleConstructorTest: Fail # Bug 4995181 45 ExampleConstructorTest: Fail # Bug 4995181
46 46
47 47
48 # Regular bugs which should be fixed. 48 # Regular bugs which should be fixed.
49 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 49 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
50 ManyEchoServerTest: Skip # Bug 5103754 50 ManyEchoServerTest: Skip # Bug 5103754
51 CanonicalConstTest: Fail # Bug 5270133 51 CanonicalConstTest: Fail # Bug 5270133
52 OverrideFieldTest/none: Fail # Bug 5384222 52 OverrideFieldTest/none: Fail # Bug 5384222
53 GenericParameterizedExtendsTest: Skip # Bug 5391643 53 GenericParameterizedExtendsTest: Skip # Bug 5391643
54 AssertionTest: Fail # Issue 119
55 54
56 # DartC specific tests that should not be run by the VM. 55 # DartC specific tests that should not be run by the VM.
57 *DartcTest: Skip 56 *DartcTest: Skip
58 57
59 # Problems specific to dartc optimized mode 58 # Problems specific to dartc optimized mode
60 [ ($arch == dartc || $arch == chromium) && $mode == release ] 59 [ ($arch == dartc || $arch == chromium) && $mode == release ]
61 MethodInvocationTest: Fail # Bug 5392266 60 MethodInvocationTest: Fail # Bug 5392266
62 Label2NegativeTest: Crash # Bug 5318228 61 Label2NegativeTest: Crash # Bug 5318228
63 NullPointerExceptionTest: Fail # Bug 5391976 62 NullPointerExceptionTest: Fail # Bug 5391976
64 CallThroughNullGetterTest: Fail # Bug 5391976 63 CallThroughNullGetterTest: Fail # Bug 5391976
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 TypedMessageTest: Fail # Bug 5246195 183 TypedMessageTest: Fail # Bug 5246195
185 184
186 [ $arch == x64 ] 185 [ $arch == x64 ]
187 *: Skip 186 *: Skip
188 187
189 [ $arch == simarm ] 188 [ $arch == simarm ]
190 *: Skip 189 *: Skip
191 190
192 [ $arch == arm ] 191 [ $arch == arm ]
193 *: Skip 192 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/src/AssertTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698