| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $runtime == vm && $system == windows ] | 5 [ $runtime == vm && $system == windows ] |
| 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. | 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. |
| 8 | 8 |
| 9 [ $compiler == none && $runtime == vm ] | 9 [ $compiler == none && $runtime == vm ] |
| 10 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) | 10 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 225 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 226 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure | 226 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure |
| 227 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure | 227 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure |
| 228 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple
ase triage this failure | 228 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple
ase triage this failure |
| 229 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll
r546: Please triage this failure | 229 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll
r546: Please triage this failure |
| 230 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure | 230 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure |
| 231 LibTest/isolate/SendPort/send_A02_t04: fail # co19 issue 501 | 231 LibTest/isolate/SendPort/send_A02_t04: fail # co19 issue 501 |
| 232 | 232 |
| 233 | 233 |
| 234 [ $compiler == none && $runtime == vm && $checked ] | 234 [ $compiler == none && $runtime == vm && $checked ] |
| 235 Language/12_Expressions/12_Instance_Creation_A01_t08: FAIL, OK # co19 issue 498 |
| 235 LibTest/core/Set/intersection_A01_t01: pass # co19-roll r546: Please triage this
failure | 236 LibTest/core/Set/intersection_A01_t01: pass # co19-roll r546: Please triage this
failure |
| 236 LibTest/core/Set/intersection_A01_t03: pass # co19-roll r546: Please triage this
failure | 237 LibTest/core/Set/intersection_A01_t03: pass # co19-roll r546: Please triage this
failure |
| 237 LibTest/core/Set/intersection_A03_t01: pass # co19-roll r546: Please triage this
failure | 238 LibTest/core/Set/intersection_A03_t01: pass # co19-roll r546: Please triage this
failure |
| 238 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 | 239 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 |
| 239 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 | 240 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 |
| 240 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 | 241 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 |
| 241 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 | 242 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 |
| 242 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 | 243 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 |
| 243 | 244 |
| 244 # co19-roll r546 (11.08.2013) caused these failures | 245 # co19-roll r546 (11.08.2013) caused these failures |
| 245 [ $compiler == none && $runtime == vm && $unchecked ] | 246 [ $compiler == none && $runtime == vm && $unchecked ] |
| 246 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue
496 | 247 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue
496 |
| 247 | 248 |
| OLD | NEW |