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