| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 9822fca2be97f69c18bd77278a0de94a0c5eea24..f97e7f80a1220f8f858bbda87873554bf0edfe52 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -191,6 +191,17 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
|
| LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
|
| LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
|
|
|
| +[ $compiler == dart2js && $minified ]
|
| +
|
| +# These tests assume that the invocation mirror gets the original name of the
|
| +# method, but that information is not present when minifying. They could be
|
| +# fixed by using the invocation mirror to invoke a method on a different object
|
| +# and checking that the correct method is invoked.
|
| +Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail, OK
|
| +Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail, OK
|
| +Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
|
| +
|
| +
|
| [ $compiler == dart2js && $checked ]
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TODO(ahe): Please triage this failure.
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TODO(ahe): Please triage this failure.
|
|
|