| 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 | 5 |
| 6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
| 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 9 | 9 |
| 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 [ $runtime == vm && $system == linux && $arch == ia32 ] | 115 [ $runtime == vm && $system == linux && $arch == ia32 ] |
| 116 LibTest/core/Math/sin_A01_t01: Fail | 116 LibTest/core/Math/sin_A01_t01: Fail |
| 117 LibTest/core/Math/tan_A01_t01: Fail | 117 LibTest/core/Math/tan_A01_t01: Fail |
| 118 | 118 |
| 119 [ $runtime == vm && $arch == x64 && $mode == debug ] | 119 [ $runtime == vm && $arch == x64 && $mode == debug ] |
| 120 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 120 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 121 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 121 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
| 122 | 122 |
| 123 [ $runtime == vm && $checked ] | 123 [ $runtime == vm && $checked ] |
| 124 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 | 124 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 |
| 125 Language/11_Statements/15_Assert_A03_t08: Fail # Issue 1584 | |
| 126 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 | 125 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 |
| 127 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 | 126 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 |
| 128 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 | 127 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 |
| 129 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 | 128 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 |
| 130 | 129 |
| 131 | 130 |
| 132 [ $runtime == vm && $system == windows ] | 131 [ $runtime == vm && $system == windows ] |
| 133 LibTest/core/double/operator_remainder_A01_t04: Fail | 132 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 134 LibTest/core/double/round_A01_t01: Fail | 133 LibTest/core/double/round_A01_t01: Fail |
| 135 LibTest/core/double/remainder_A01_t04: Fail | 134 LibTest/core/double/remainder_A01_t04: Fail |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 Language/13_Types/1_Static_Types_A02_t08: Fail # co19 issue 128 | 336 Language/13_Types/1_Static_Types_A02_t08: Fail # co19 issue 128 |
| 338 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 | 337 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 |
| 339 | 338 |
| 340 | 339 |
| 341 [ $arch == simarm ] | 340 [ $arch == simarm ] |
| 342 *: Skip | 341 *: Skip |
| 343 | 342 |
| 344 | 343 |
| 345 [ $arch == arm ] | 344 [ $arch == arm ] |
| 346 *: Skip | 345 *: Skip |
| OLD | NEW |