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

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

Issue 8525010: Add FactoryNegativeTest. (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 | tests/language/src/FactoryNegativeTest.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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 # DartC or Frog specific tests that should not be run by the VM 52 # DartC or Frog specific tests that should not be run by the VM
53 *DartcTest: Skip 53 *DartcTest: Skip
54 *DartcNegativeTest: Skip 54 *DartcNegativeTest: Skip
55 *FrogTest: Skip 55 *FrogTest: Skip
56 *FrogNegativeTest: Skip 56 *FrogNegativeTest: Skip
57 57
58 58
59 [ $component == vm && $mode == debug ] 59 [ $component == vm && $mode == debug ]
60 NonParameterizedFactoryTest: Crash # Issue 226 60 NonParameterizedFactoryTest: Crash # Issue 226
61 FactoryNegativeTest: Crash # Issue 417
61 62
62 # Problems specific to dartc optimized mode 63 # Problems specific to dartc optimized mode
63 [ ($component == dartc || $component == chromium) && $mode == release ] 64 [ ($component == dartc || $component == chromium) && $mode == release ]
64 MethodInvocationTest: Fail # Bug 5392266 65 MethodInvocationTest: Fail # Bug 5392266
65 Label2NegativeTest: Crash # Bug 5318228 66 Label2NegativeTest: Crash # Bug 5318228
66 NullPointerExceptionTest: Fail # Bug 5391976 67 NullPointerExceptionTest: Fail # Bug 5391976
67 CallThroughNullGetterTest: Fail # Bug 5391976 68 CallThroughNullGetterTest: Fail # Bug 5391976
68 Private3Test: Fail # Bug 5391976 69 Private3Test: Fail # Bug 5391976
69 Switch3NegativeTest: Crash # Bug 5318228 70 Switch3NegativeTest: Crash # Bug 5318228
70 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME 71 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME
71 CTConst2Test: Fail # Codesite issue 124 72 CTConst2Test: Fail # Codesite issue 124
73 FactoryNegativeTest: Fail # Issue 417
72 74
73 # Problems specific to dartc debug mode 75 # Problems specific to dartc debug mode
74 [ ($component == dartc || $component == chromium) && $mode == debug ] 76 [ ($component == dartc || $component == chromium) && $mode == debug ]
75 77
76 78
77 [ $component == dartc || $component == chromium ] 79 [ $component == dartc || $component == chromium ]
78 Library4NegativeTest: Fail # Bug 5406175 80 Library4NegativeTest: Fail # Bug 5406175
79 Prefix3NegativeTest: Fail # Bug 5406175 81 Prefix3NegativeTest: Fail # Bug 5406175
80 Prefix11NegativeTest: Fail # Bug 5406175 82 Prefix11NegativeTest: Fail # Bug 5406175
81 Prefix12NegativeTest: Fail # Bug 5406175 83 Prefix12NegativeTest: Fail # Bug 5406175
82 Prefix14Test: Fail # Bug 5406175 84 Prefix14Test: Fail # Bug 5406175
83 Prefix15Test: Skip # Bug 5406175 85 Prefix15Test: Skip # Bug 5406175
84 Prefix16NegativeTest: Fail # Bug 5532534 86 Prefix16NegativeTest: Fail # Bug 5532534
85 ConstConstructor1NegativeTest: FAIL # Bug 5142545 87 ConstConstructor1NegativeTest: FAIL # Bug 5142545
86 ConstConstructor2NegativeTest: FAIL # Bug 5142545 88 ConstConstructor2NegativeTest: FAIL # Bug 5142545
87 CTConst3Test: Fail # Codesite Issue 120 89 CTConst3Test: Fail # Codesite Issue 120
90 FactoryNegativeTest: Fail # Issue 417
91
88 92
89 StringConcatTest: FAIL # Bug 5196164 93 StringConcatTest: FAIL # Bug 5196164
90 NamedParametersTypeTest: Fail # Implementation in progress. 94 NamedParametersTypeTest: Fail # Implementation in progress.
91 NamedParametersNegativeTest: Fail # Implementation in progress. 95 NamedParametersNegativeTest: Fail # Implementation in progress.
92 NamedParameters2NegativeTest: Fail # Implementation in progress. 96 NamedParameters2NegativeTest: Fail # Implementation in progress.
93 NamedParameters3NegativeTest: Fail # Implementation in progress. 97 NamedParameters3NegativeTest: Fail # Implementation in progress.
94 NamedParameters4NegativeTest: Fail # Implementation in progress. 98 NamedParameters4NegativeTest: Fail # Implementation in progress.
95 NamedParameters6NegativeTest: Crash # Implementation in progress. 99 NamedParameters6NegativeTest: Crash # Implementation in progress.
96 RegExp3Test: Fail # 5299683 100 RegExp3Test: Fail # 5299683
97 InterfaceFactory3NegativeTest: Fail # Bug 5387405 101 InterfaceFactory3NegativeTest: Fail # Bug 5387405
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 FinalVarNegativeTest: Fail 342 FinalVarNegativeTest: Fail
339 343
340 [ $arch == x64 ] 344 [ $arch == x64 ]
341 *: Skip 345 *: Skip
342 346
343 [ $arch == simarm ] 347 [ $arch == simarm ]
344 *: Skip 348 *: Skip
345 349
346 [ $arch == arm ] 350 [ $arch == arm ]
347 *: Skip 351 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/FactoryNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698