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

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

Issue 9302012: Better way to fix console.log in IE. (Closed) Base URL: http://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
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 [ $component == dartium ] 210 [ $component == dartium ]
211 # TODO: These need to be retriaged. 211 # TODO: These need to be retriaged.
212 RichardsTest: Fail 212 RichardsTest: Fail
213 TypedMessageTest: Fail # Bug 5246195 213 TypedMessageTest: Fail # Bug 5246195
214 StringEscape1NegativeTest: Skip 214 StringEscape1NegativeTest: Skip
215 215
216 216
217 [ $component == frog ] 217 [ $component == frog ]
218 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 218 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
219 219
220 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ] 220 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari || $browser == ie)) || $component == frogium ]
221 Factory3Test: Fail # Issue 417 221 Factory3Test: Fail # Issue 417
222 Factory2NegativeTest: Fail 222 Factory2NegativeTest: Fail
223 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 223 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
224 ExtendTypeParameterNegativeTest: Skip # Issue 886 224 ExtendTypeParameterNegativeTest: Skip # Issue 886
225 ExtendTypeParameter2NegativeTest: Skip # Issue 886 225 ExtendTypeParameter2NegativeTest: Skip # Issue 886
226 ImplementTypeParameterNegativeTest: Skip # Issue 887 226 ImplementTypeParameterNegativeTest: Skip # Issue 887
227 FactoryImplementationTest: Fail # Issue 523 227 FactoryImplementationTest: Fail # Issue 523
228 PseudoKWTest: Fail # Issue 356 228 PseudoKWTest: Fail # Issue 356
229 NamingTest: Fail # Issue 356 229 NamingTest: Fail # Issue 356
230 DuplicateImplementsTest: Skip # Issue 976 230 DuplicateImplementsTest: Skip # Issue 976
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ImplicitThisTest/none: Fail # Issue 376 338 ImplicitThisTest/none: Fail # Issue 376
339 339
340 #Issue 1308 340 #Issue 1308
341 NamedParameters2Test: Fail 341 NamedParameters2Test: Fail
342 NamedParameters3Test: Fail 342 NamedParameters3Test: Fail
343 NamedParameters4Test: Fail 343 NamedParameters4Test: Fail
344 344
345 StringEscape4NegativeTest: Fail # Issue 1352 345 StringEscape4NegativeTest: Fail # Issue 1352
346 346
347 347
348 [ $component == webdriver && ($browser == ff || $browser == safari) ] 348 [ $component == webdriver && $browser == chrome ]
349 StringEscape1NegativeTest: Skip
350
351 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
349 MethodInvocationTest: Fail 352 MethodInvocationTest: Fail
350 Private3Test: Fail 353 Private3Test: Fail
351 StackTraceTest: Fail 354 StackTraceTest: Fail
352 StringInterpolateNPETest: Fail 355 StringInterpolateNPETest: Fail
353 356
354 [ $component == webdriver && $browser == safari ] 357 [ $component == webdriver && $browser == safari ]
355 BlockScopeTest: Fail 358 BlockScopeTest: Fail
356 ClosureBreak1Test: Fail 359 ClosureBreak1Test: Fail
357 ClosureBreakTest: Fail 360 ClosureBreakTest: Fail
358 ExecuteFinally7Test: Fail 361 ExecuteFinally7Test: Fail
359 FunctionLiteralsTest: Fail 362 FunctionLiteralsTest: Fail
360 ImplicitClosure1Test: Fail 363 ImplicitClosure1Test: Fail
361 ImplicitClosureTest: Fail 364 ImplicitClosureTest: Fail
362 MethodBindingTest: Fail 365 MethodBindingTest: Fail
363 Prefix15Test: Fail 366 Prefix15Test: Fail
364 StringConcatTest: Fail 367 StringConcatTest: Fail
365 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220 368 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220
366 369
367 [ $component == webdriver && $browser == ff ] 370 [ $component == webdriver && $browser == ff ]
368 NamingTest: Fail 371 NamingTest: Fail
369 StackOverflowTest: Fail 372 StackOverflowTest: Fail
370 StringConcatTest: Fail 373 StringConcatTest: Fail
371 ToStringAsFixedTest: Fail 374 ToStringAsFixedTest: Fail
372 375
376 [ $component == webdriver && $browser == ie ]
377 ToStringAsFixedTest: Fail
378 StackOverflowTest: Fail
379 ObjectDynamicMethodTest: Fail
380 NumberSyntaxTest: Fail
381 ApplicationNegativeTest: Fail
382
373 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 383 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
374 *: Skip 384 *: Skip
375 385
376 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 386 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
377 *: Skip 387 *: Skip
378 388
379 389
380 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 390 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
381 PrivateMemberTest/01: Fail # test seems bad - see issue #353 391 PrivateMemberTest/01: Fail # test seems bad - see issue #353
382 PrivateMemberTest/02: Fail # test seems bad - see issue #353 392 PrivateMemberTest/02: Fail # test seems bad - see issue #353
(...skipping 18 matching lines...) Expand all
401 # these tests are inconsistent in frogium and frogsh-node, investigate 411 # these tests are inconsistent in frogium and frogsh-node, investigate
402 StaticField1RunNegativeTest: Pass # but error is not correct 412 StaticField1RunNegativeTest: Pass # but error is not correct
403 StaticField2RunNegativeTest: Pass # but error is not correct 413 StaticField2RunNegativeTest: Pass # but error is not correct
404 414
405 415
406 [ $arch == simarm ] 416 [ $arch == simarm ]
407 *: Skip 417 *: Skip
408 418
409 [ $arch == arm ] 419 [ $arch == arm ]
410 *: Skip 420 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698