| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == none && $runtime == drt ] | 5 [ $compiler == none && $runtime == drt ] |
| 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long | 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long |
| 7 | 7 |
| 8 [ $compiler == none && $runtime == dartium && $mode == debug && $system == windo
ws ] | 8 [ $compiler == none && $runtime == dartium && $mode == debug && $system == windo
ws ] |
| 9 Language/15_Types/4_Interface_Types_A11_t01: Skip # Issue 16343 | 9 Language/15_Types/4_Interface_Types_A11_t01: Skip # Issue 16343 |
| 10 Language/15_Types/4_Interface_Types_A11_t02: Skip # Issue 16343 | 10 Language/15_Types/4_Interface_Types_A11_t02: Skip # Issue 16343 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 LibTest/isolate/RawReceivePort/close_A01_t01: RuntimeError # co19-roll r672: Ple
ase triage this failure | 32 LibTest/isolate/RawReceivePort/close_A01_t01: RuntimeError # co19-roll r672: Ple
ase triage this failure |
| 33 | 33 |
| 34 | 34 |
| 35 Language/12_Expressions/13_Spawning_an_Isolate_A01_t01: RuntimeError # co19-roll
r667: Please triage this failure | 35 Language/12_Expressions/13_Spawning_an_Isolate_A01_t01: RuntimeError # co19-roll
r667: Please triage this failure |
| 36 LibTest/isolate/Isolate/spawn_A01_t01: RuntimeError # co19-roll r667: Please tri
age this failure | 36 LibTest/isolate/Isolate/spawn_A01_t01: RuntimeError # co19-roll r667: Please tri
age this failure |
| 37 LibTest/isolate/Isolate/spawn_A01_t02: RuntimeError # co19-roll r667: Please tri
age this failure | 37 LibTest/isolate/Isolate/spawn_A01_t02: RuntimeError # co19-roll r667: Please tri
age this failure |
| 38 LibTest/isolate/Isolate/spawn_A01_t03: RuntimeError # co19-roll r667: Please tri
age this failure | 38 LibTest/isolate/Isolate/spawn_A01_t03: RuntimeError # co19-roll r667: Please tri
age this failure |
| 39 LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError # co19-roll r667: Please tri
age this failure | 39 LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError # co19-roll r667: Please tri
age this failure |
| 40 LibTest/isolate/Isolate/spawn_A01_t05: RuntimeError # co19-roll r667: Please tri
age this failure | 40 LibTest/isolate/Isolate/spawn_A01_t05: RuntimeError # co19-roll r667: Please tri
age this failure |
| 41 | 41 |
| 42 LibTest/async/Timer/Timer_A01_t01: RuntimeError, Pass # Issue 16475 |
| 43 |
| 42 [ $compiler == none && $runtime == dartium && $checked ] | 44 [ $compiler == none && $runtime == dartium && $checked ] |
| 43 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure | 45 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure |
| OLD | NEW |