| 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 ] | 8 [ $compiler == none && $runtime == dartium ] |
| 9 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail
# Issue 13719: Please triage this failure. | 9 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail
# Issue 13719: Please triage this failure. |
| 10 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Issue 13921 | 10 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Issue 13921 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 | 36 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 |
| 37 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 | 37 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 |
| 38 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 | 38 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 |
| 39 | 39 |
| 40 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 | 40 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 |
| 41 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 | 41 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 |
| 42 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 | 42 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 |
| 43 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 | 43 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 |
| 44 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 | 44 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 |
| 45 | 45 |
| 46 Language/12_Expressions/13_Spawning_an_Isolate_A01_t01: RuntimeError # co19-roll
r667: Please triage this failure |
| 47 LibTest/isolate/Isolate/spawn_A01_t01: RuntimeError # co19-roll r667: Please tri
age this failure |
| 48 LibTest/isolate/Isolate/spawn_A01_t02: RuntimeError # co19-roll r667: Please tri
age this failure |
| 49 LibTest/isolate/Isolate/spawn_A01_t03: RuntimeError # co19-roll r667: Please tri
age this failure |
| 50 LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError # co19-roll r667: Please tri
age this failure |
| 51 LibTest/isolate/Isolate/spawn_A01_t05: RuntimeError # co19-roll r667: Please tri
age this failure |
| 52 |
| 53 |
| 46 [ $compiler == none && $runtime == dartium && $checked ] | 54 [ $compiler == none && $runtime == dartium && $checked ] |
| 47 Language/13_Statements/09_Switch_A09_t01: Fail # Please triage this failure (ena
bled checked mode tests on dartium) | 55 Language/13_Statements/09_Switch_A09_t01: Fail # Please triage this failure (ena
bled checked mode tests on dartium) |
| 48 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure | 56 LibTest/core/List/removeAt_A02_t01: Fail # co19-roll r641: Please triage this fa
ilure |
| OLD | NEW |