Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index 26842a8e0eb566f2418a1f3bddb234f4687598e1..350c83cea9adccbfac0d6f54300b2353c660653f 100644 |
| --- a/tests/co19/co19-runtime.status |
| +++ b/tests/co19/co19-runtime.status |
| @@ -2,10 +2,30 @@ |
| # 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. |
| - |
| [ $runtime == vm ] |
| Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http://dartbug.com/9597 |
| +# issue xxx - using removed deprecated methods. |
|
floitsch
2013/04/11 15:17:50
ditto.
Anders Johnsen
2013/04/12 09:31:14
Done.
|
| +LibTest/core/List/List.fixedLength_A01_t01: fail |
| +LibTest/core/List/addAll_A02_t01: fail |
| +LibTest/core/List/add_A02_t01: fail |
| +LibTest/core/List/clear_A02_t01: fail |
| +LibTest/core/List/insertRange_A02_t01: fail |
| +LibTest/core/List/length_A04_t01: fail |
| +LibTest/core/List/removeLast_A02_t01: fail |
| +LibTest/core/List/removeRange_A02_t01: fail |
| +LibTest/core/Set/isSubsetOf_A01_t01: fail |
| +LibTest/core/Set/isSubsetOf_A01_t02: fail |
| + |
| +[ $runtime == vm && $checked ] |
| +# issue xxx - using removed deprecated methods. |
| +LibTest/collection/Queue/Queue.from_A01_t01: fail |
| +LibTest/collection/Queue/Queue.from_A01_t02: fail |
| +LibTest/core/List/List.from_A01_t01: fail |
| +LibTest/core/List/every_A01_t01: fail |
| +LibTest/core/Match/pattern_A01_t01: fail |
| +LibTest/core/Match/str_A01_t01: fail |
| +LibTest/core/RegExp/allMatches_A01_t01: fail |
| [ $compiler == none && $runtime == vm && $unchecked ] |
| Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Please triage this failure. |