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

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

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 106 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
107 CharEscapeTest: Fail 107 CharEscapeTest: Fail
108 ConstInit6NegativeTest: Fail # Issue 811 108 ConstInit6NegativeTest: Fail # Issue 811
109 ConstObjectsAreImmutableTest: Fail # Bug 5202940 109 ConstObjectsAreImmutableTest: Fail # Bug 5202940
110 Constructor2Test: Fail # Issue 255 110 Constructor2Test: Fail # Issue 255
111 Constructor3Test: Fail # Issue 257 111 Constructor3Test: Fail # Issue 257
112 Constructor4Test: Fail # Issue 286 112 Constructor4Test: Fail # Issue 286
113 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 113 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
114 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 114 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
115 DefaultFactoryLibraryTest: Fail # Issue 514 115 DefaultFactoryLibraryTest: Fail # Issue 514
116 DoubleToString: Fail # Prints "3" instead of "3.0" (since it doesn't dis tinguish ints and doubles).
116 DivByZeroTest: Fail # Bug 5184183 117 DivByZeroTest: Fail # Bug 5184183
117 DynamicTest: Fail # Bug 5527899. 118 DynamicTest: Fail # Bug 5527899.
118 ExampleConstructorTest: Fail # Bug 4205742. 119 ExampleConstructorTest: Fail # Bug 4205742.
119 ExpectTest: Fail # Missing extensions to class Expect. 120 ExpectTest: Fail # Missing extensions to class Expect.
120 For2Test: Fail # Bug 4995208. 121 For2Test: Fail # Bug 4995208.
121 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 122 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
122 GenericParameterizedExtendsTest: Skip # Bug 5392297 123 GenericParameterizedExtendsTest: Skip # Bug 5392297
123 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 124 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
124 GetterClosureExecutionOrderTest: Fail # Bug 5481595 125 GetterClosureExecutionOrderTest: Fail # Bug 5481595
125 IsObjectTest: Skip # Hasn't be tested on DartC yet 126 IsObjectTest: Skip # Hasn't be tested on DartC yet
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 *FrogNegativeTest: Skip 193 *FrogNegativeTest: Skip
193 194
194 195
195 [ $component == dartium ] 196 [ $component == dartium ]
196 # TODO: These need to be retriaged. 197 # TODO: These need to be retriaged.
197 RichardsTest: Fail 198 RichardsTest: Fail
198 TypedMessageTest: Fail # Bug 5246195 199 TypedMessageTest: Fail # Bug 5246195
199 200
200 201
201 [ $component == frog ] 202 [ $component == frog ]
202 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 203 DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
203 204
204 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ] 205 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ]
205 Factory3Test: Fail # Issue 417 206 Factory3Test: Fail # Issue 417
206 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 207 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
207 ExtendTypeParameterNegativeTest: Skip # Issue 886 208 ExtendTypeParameterNegativeTest: Skip # Issue 886
208 ExtendTypeParameter2NegativeTest: Skip # Issue 886 209 ExtendTypeParameter2NegativeTest: Skip # Issue 886
209 ImplementTypeParameterNegativeTest: Skip # Issue 887 210 ImplementTypeParameterNegativeTest: Skip # Issue 887
210 FactoryImplementationTest: Fail # Issue 523 211 FactoryImplementationTest: Fail # Issue 523
211 PseudoKWTest: Fail # Issue 356 212 PseudoKWTest: Fail # Issue 356
212 NamingTest: Fail # Issue 356 213 NamingTest: Fail # Issue 356
213 DuplicateImplementsTest: Skip # Issue 976 214 DuplicateImplementsTest: Skip # Issue 976
215 DoubleToString: Fail # Prints "3" instead of "3.0" (since it doesn't disting uish ints and doubles).
214 216
215 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. 217 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate.
216 218
217 # VM or DartC specific tests not to be run by Frog. See language.status 219 # VM or DartC specific tests not to be run by Frog. See language.status
218 *VMTest: Skip 220 *VMTest: Skip
219 *VMNegativeTest: Skip 221 *VMNegativeTest: Skip
220 *DartcTest: Skip 222 *DartcTest: Skip
221 *DartcNegativeTest: Skip 223 *DartcNegativeTest: Skip
222 # Currently, these patterns skip three tests: 224 # Currently, these patterns skip three tests:
223 # MathVMTest - correctly skipped as this relies on VM guarantees 225 # MathVMTest - correctly skipped as this relies on VM guarantees
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 BlockScopeTest: Fail 335 BlockScopeTest: Fail
334 ClosureBreak1Test: Fail 336 ClosureBreak1Test: Fail
335 ClosureBreakTest: Fail 337 ClosureBreakTest: Fail
336 ExecuteFinally7Test: Fail 338 ExecuteFinally7Test: Fail
337 FunctionLiteralsTest: Fail 339 FunctionLiteralsTest: Fail
338 ImplicitClosure1Test: Fail 340 ImplicitClosure1Test: Fail
339 ImplicitClosureTest: Fail 341 ImplicitClosureTest: Fail
340 MethodBindingTest: Fail 342 MethodBindingTest: Fail
341 Prefix15Test: Fail 343 Prefix15Test: Fail
342 StringConcatTest: Fail 344 StringConcatTest: Fail
343 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220 345 DoubleToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64- bit Issue #1220
344 346
345 [ $component == webdriver && $browser == ff ] 347 [ $component == webdriver && $browser == ff ]
346 NamingTest: Fail 348 NamingTest: Fail
347 StackOverflowTest: Fail 349 StackOverflowTest: Fail
348 StringConcatTest: Fail 350 StringConcatTest: Fail
349 ToStringAsFixedTest: Fail 351 DoubleToStringAsFixedTest: Fail
350 352
351 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 353 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
352 *: Skip 354 *: Skip
353 355
354 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 356 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
355 *: Skip 357 *: Skip
356 358
357 359
358 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 360 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
359 PrivateMemberTest/01: Fail # test seems bad - see issue #353 361 PrivateMemberTest/01: Fail # test seems bad - see issue #353
(...skipping 18 matching lines...) Expand all
378 # these tests are inconsistent in frogium and frogsh-node, investigate 380 # these tests are inconsistent in frogium and frogsh-node, investigate
379 StaticField1RunNegativeTest: Pass # but error is not correct 381 StaticField1RunNegativeTest: Pass # but error is not correct
380 StaticField2RunNegativeTest: Pass # but error is not correct 382 StaticField2RunNegativeTest: Pass # but error is not correct
381 383
382 384
383 [ $arch == simarm ] 385 [ $arch == simarm ]
384 *: Skip 386 *: Skip
385 387
386 [ $arch == arm ] 388 [ $arch == arm ]
387 *: Skip 389 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698