| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 | 109 |
| 110 [ $runtime == vm && $system == linux ] | 110 [ $runtime == vm && $system == linux ] |
| 111 LibTest/core/Math/exp_A01_t01: Fail | 111 LibTest/core/Math/exp_A01_t01: Fail |
| 112 | 112 |
| 113 [ $runtime == vm && $system == linux && $arch == ia32 ] | 113 [ $runtime == vm && $system == linux && $arch == ia32 ] |
| 114 LibTest/core/Math/sin_A01_t01: Fail | 114 LibTest/core/Math/sin_A01_t01: Fail |
| 115 LibTest/core/Math/tan_A01_t01: Fail | 115 LibTest/core/Math/tan_A01_t01: Fail |
| 116 | 116 |
| 117 [ $runtime == vm && $arch == x64 && $mode == debug ] | 117 [ $runtime == vm && $arch == x64 && $mode == debug ] |
| 118 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 118 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 119 LibTest/core/List/add_A01_t01: Skip # Timeout | |
| 120 LibTest/core/List/sort_A01_t06: Skip # Timeout | |
| 121 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 119 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
| 122 LibTest/core/Queue/addLast_A01_t01: Skip # Timeout | |
| 123 LibTest/core/Queue/add_A01_t01: Skip # Timeout | |
| 124 | 120 |
| 125 [ $runtime == vm && $checked ] | 121 [ $runtime == vm && $checked ] |
| 126 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 | 122 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 |
| 127 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team)
: New failure, please triage. | 123 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team)
: New failure, please triage. |
| 128 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team)
: New failure, please triage. | 124 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team)
: New failure, please triage. |
| 129 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple
ase triage. | 125 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple
ase triage. |
| 130 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 | 126 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 |
| 131 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 | 127 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 |
| 132 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 | 128 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 |
| 133 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 | 129 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 Language/13_Types/1_Static_Types_A02_t08: Fail | 240 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 245 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 241 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 246 | 242 |
| 247 | 243 |
| 248 [ $arch == simarm ] | 244 [ $arch == simarm ] |
| 249 *: Skip | 245 *: Skip |
| 250 | 246 |
| 251 | 247 |
| 252 [ $arch == arm ] | 248 [ $arch == arm ] |
| 253 *: Skip | 249 *: Skip |
| OLD | NEW |