| 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/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f
ailure. | 9 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f
ailure. |
| 10 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th
is failure. | 10 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th
is failure. |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 LibTest/isolate/IsolateSink/add_A02_t01: Fail # Issue 13921 | 145 LibTest/isolate/IsolateSink/add_A02_t01: Fail # Issue 13921 |
| 146 LibTest/isolate/IsolateSink/close_A01_t03: Fail # Issue 13921 | 146 LibTest/isolate/IsolateSink/close_A01_t03: Fail # Issue 13921 |
| 147 LibTest/isolate/IsolateSink/close_A01_t04: Fail # Issue 13921 | 147 LibTest/isolate/IsolateSink/close_A01_t04: Fail # Issue 13921 |
| 148 LibTest/isolate/IsolateSink/operator_equality_A01_t01: Fail # Issue 13921 | 148 LibTest/isolate/IsolateSink/operator_equality_A01_t01: Fail # Issue 13921 |
| 149 LibTest/isolate/SendPort/send_A02_t01: Fail # Issue 13921 | 149 LibTest/isolate/SendPort/send_A02_t01: Fail # Issue 13921 |
| 150 LibTest/isolate/SendPort/send_A02_t02: Fail # Issue 13921 | 150 LibTest/isolate/SendPort/send_A02_t02: Fail # Issue 13921 |
| 151 LibTest/isolate/SendPort/send_A02_t03: Fail # Issue 13921 | 151 LibTest/isolate/SendPort/send_A02_t03: Fail # Issue 13921 |
| 152 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 | 152 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 |
| 153 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 | 153 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 |
| 154 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 | 154 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 |
| 155 |
| 156 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 |
| 157 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 |
| 158 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 |
| 159 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 |
| 160 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 |
| OLD | NEW |