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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
430 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 430 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
431 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 431 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
432 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 432 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
433 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 433 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
434 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 434 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
435 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 435 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
436 | 436 |
437 | 437 |
438 [ $runtime == vm && $mode == debug && $unchecked ] | 438 [ $runtime == vm && $mode == debug && $unchecked ] |
439 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 439 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
440 | |
441 # Rename "BadNumberFormatException" to "FormatException" | |
442 # TODO(rnystrom): File co19 bug and list here before submitting patch. | |
443 [ $mode == debug || $mode == release ] | |
Mads Ager (google)
2012/08/03 07:28:53
Maybe just move these to the top without a section
Bob Nystrom
2012/08/03 17:46:54
Done.
| |
444 LibTest/core/BadNumberFormatException/*: Fail | |
445 LibTest/core/double/toInt_A01_t03: Fail | |
446 LibTest/core/double/toInt_A01_t04: Fail | |
447 LibTest/core/Math/parseInt_A02_t01: Fail | |
OLD | NEW |