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 ] | 5 [ $runtime == vm ] |
6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th
is failure. | 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th
is failure. |
7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this
failure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this
failure. |
9 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this
failure. | 9 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this
failure. |
10 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this
failure. | 10 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this
failure. |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 | 326 |
327 [ $runtime == vm && $system == linux && $arch == ia32 ] | 327 [ $runtime == vm && $system == linux && $arch == ia32 ] |
328 LibTest/core/Math/sin_A01_t01: Fail | 328 LibTest/core/Math/sin_A01_t01: Fail |
329 LibTest/core/Math/tan_A01_t01: Fail | 329 LibTest/core/Math/tan_A01_t01: Fail |
330 | 330 |
331 [ $runtime == vm && $arch == x64 && $mode == debug ] | 331 [ $runtime == vm && $arch == x64 && $mode == debug ] |
332 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 332 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
333 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 333 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
334 | 334 |
335 [ $runtime == vm && $system == windows ] | 335 [ $runtime == vm && $system == windows ] |
336 LibTest/core/double/operator_remainder_A01_t04: Fail | 336 LibTest/core/Math/atan2_A01_t03: Fail # http://dartbug.com/5407 |
337 LibTest/core/double/round_A01_t01: Fail | 337 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 |
338 LibTest/core/double/remainder_A01_t04: Fail | 338 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 |
| 339 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 |
| 340 LibTest/core/int/operator_remainder_A01_t02: Fail # http://dartbug.com/5407 |
| 341 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 |
339 | 342 |
340 | 343 |
341 [ $runtime == vm ] | 344 [ $runtime == vm ] |
342 | 345 |
343 # The following tests use the deprecated Date interface. | 346 # The following tests use the deprecated Date interface. |
344 # Issue co19 - 125 | 347 # Issue co19 - 125 |
345 LibTest/core/Date/toString_A02_t01: Fail, OK | 348 LibTest/core/Date/toString_A02_t01: Fail, OK |
346 LibTest/core/Date/year_A01_t01: Fail, OK | 349 LibTest/core/Date/year_A01_t01: Fail, OK |
347 | 350 |
348 | 351 |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 | 496 |
494 | 497 |
495 [ $runtime == vm && $mode == debug && $unchecked ] | 498 [ $runtime == vm && $mode == debug && $unchecked ] |
496 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 499 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
497 | 500 |
498 [ $arch == simarm ] | 501 [ $arch == simarm ] |
499 *: Skip | 502 *: Skip |
500 | 503 |
501 [ $arch == arm ] | 504 [ $arch == arm ] |
502 *: Skip | 505 *: Skip |
OLD | NEW |