| 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/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # Issue 1380 | |
| 126 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # Issue 1380 | |
| 127 Language/11_Statements/15_Assert_A03_t08: Fail # Issue 1584 | 125 Language/11_Statements/15_Assert_A03_t08: Fail # Issue 1584 |
| 128 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 | 126 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 |
| 129 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 | 127 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 |
| 130 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 | 128 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 |
| 131 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 | 129 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 |
| 132 | 130 |
| 133 | 131 |
| 134 [ $runtime == vm && $system == windows ] | 132 [ $runtime == vm && $system == windows ] |
| 135 LibTest/core/double/operator_remainder_A01_t04: Fail | 133 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 136 LibTest/core/double/round_A01_t01: Fail | 134 LibTest/core/double/round_A01_t01: Fail |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 Language/13_Types/1_Static_Types_A02_t08: Fail # co19 issue 128 | 337 Language/13_Types/1_Static_Types_A02_t08: Fail # co19 issue 128 |
| 340 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 | 338 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 |
| 341 | 339 |
| 342 | 340 |
| 343 [ $arch == simarm ] | 341 [ $arch == simarm ] |
| 344 *: Skip | 342 *: Skip |
| 345 | 343 |
| 346 | 344 |
| 347 [ $arch == arm ] | 345 [ $arch == arm ] |
| 348 *: Skip | 346 *: Skip |
| OLD | NEW |