| Index: tests/co19/co19-leg.status
|
| diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
|
| index 2092b4a97009912269e65051a63591202ec8667b..d57c3dfc709ebbb18a0ea5ba1be22c49bf6463ed 100644
|
| --- a/tests/co19/co19-leg.status
|
| +++ b/tests/co19/co19-leg.status
|
| @@ -23,7 +23,6 @@ Language/11_Statements/05_For_A01_t13: Crash
|
| # 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
|
| Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t05: Fail # Compile-time error: Unimplemented non-matching static call
|
| @@ -198,6 +197,9 @@ LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
|
| LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
|
| LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
|
|
|
| +LibTest/core/Math/max_A01_t03: Fail # co19 issue 157
|
| +LibTest/core/Math/min_A01_t03: Fail # co19 issue 157
|
| +
|
| [ $compiler == dart2js && $runtime == d8 ]
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail, Pass # issue 3333
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail, Pass # issue 3333
|
|
|