| Index: dart/tests/co19/co19-leg.status
|
| diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
|
| index 96e99d32b3aac84846952881485e51cf77083a6c..2ad2c72c4d85251b1d7695256cc80b236861bbeb 100644
|
| --- a/dart/tests/co19/co19-leg.status
|
| +++ b/dart/tests/co19/co19-leg.status
|
| @@ -13,6 +13,13 @@ Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
|
| Language/10_Expressions/09_This_A03_t04: Crash
|
| Language/11_Statements/05_For_A01_t13: Crash
|
|
|
| +# This test sometimes passes (as a negative test), sometimes it
|
| +# crashes. The problem is that there is a stack overflow in
|
| +# dart2js. The reason for the test sometimes passing is VM issue
|
| +# 3874. The stack overflow is addressed in
|
| +# https://chromiumcodereview.appspot.com/10661029/.
|
| +Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass
|
| +
|
|
|
| Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t01: Fail # Compile-time error: Unimplemented non-matching static call
|
| Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t04: Fail # Compile-time error: Unimplemented non-matching static call
|
|
|