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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
128 LibTest/core/Date/difference_A01_t01: Skip | 128 LibTest/core/Date/difference_A01_t01: Skip |
129 LibTest/core/Date/difference_A01_t02: Skip | 129 LibTest/core/Date/difference_A01_t02: Skip |
130 LibTest/core/Date/subtract_A04_t01: Fail | 130 LibTest/core/Date/subtract_A04_t01: Fail |
131 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail | 131 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail |
132 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail | 132 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail |
133 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip | 133 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip |
134 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip | 134 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip |
135 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip | 135 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip |
136 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip | 136 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip |
137 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip | 137 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip |
138 | 138 LibTest/core/Date/year_A01_t01: Fail, Pass |
kasperl
2012/06/12 11:56:58
File bug somewhere for this flaky one?
floitsch
2012/06/12 12:04:04
They are not flaky but use the deprecated Date int
| |
139 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip | 139 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip |
140 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip | 140 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip |
141 | 141 |
142 | 142 |
143 [ $runtime == vm ] | 143 [ $runtime == vm ] |
144 | 144 |
145 # The following tests contain String operator + which is being removed | 145 # The following tests contain String operator + which is being removed |
146 # from the language. These tests pass or fail depending on whether support | 146 # from the language. These tests pass or fail depending on whether support |
147 # for + is enabled or not. | 147 # for + is enabled or not. |
148 Language/11_Statements/10_Return_A02_t01: Pass,Fail | 148 Language/11_Statements/10_Return_A02_t01: Pass,Fail |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
453 | 453 |
454 [ $runtime == vm && $arch == x64 && $checked ] | 454 [ $runtime == vm && $arch == x64 && $checked ] |
455 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash | 455 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash |
456 Language/10_Expressions/07_Maps_A10_t05: Fail | 456 Language/10_Expressions/07_Maps_A10_t05: Fail |
457 Language/10_Expressions/06_Lists_A09_t01: Fail | 457 Language/10_Expressions/06_Lists_A09_t01: Fail |
458 Language/10_Expressions/06_Lists_A09_t04: Fail | 458 Language/10_Expressions/06_Lists_A09_t04: Fail |
459 | 459 |
460 | 460 |
461 [ $runtime == vm && $mode == debug && $unchecked ] | 461 [ $runtime == vm && $mode == debug && $unchecked ] |
462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
OLD | NEW |