| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index b23383e63c6e4c9c96dc105aa2b4f1a7961cbf4e..335f686ebb639c9fcc148e47501145129f9a3391 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -2,6 +2,11 @@
|
| # 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.
|
|
|
| +[ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
|
| +LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
|
| +LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
|
| +LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
|
| +
|
| [ $compiler == dart2js && $runtime == jsshell ]
|
| LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage this crash.
|
| LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
|
|
|