| Index: tests/co19/co19-compiler.status
|
| diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
|
| index 078556246a571a354c1aedc624dd8eff9f18da6b..2a604d9541fc05b56b7c50e0398ffebf55159ceb 100644
|
| --- a/tests/co19/co19-compiler.status
|
| +++ b/tests/co19/co19-compiler.status
|
| @@ -2,6 +2,14 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +# Rename "BadNumberFormatException" to "FormatException"
|
| +# TODO(rnystrom): These can be enabled when
|
| +# http://code.google.com/p/co19/issues/detail?id=167 is fixed.
|
| +LibTest/core/BadNumberFormatException/*: Fail
|
| +LibTest/core/double/toInt_A01_t03: Fail
|
| +LibTest/core/double/toInt_A01_t04: Fail
|
| +LibTest/core/Math/parseInt_A02_t01: Fail
|
| +
|
| [ $compiler == dartc ]
|
|
|
| Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
|
|
|