Chromium Code Reviews| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 # These test the Clock class which has been removed. | |
| 7 # issue co19 - 173 | |
| 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK | |
| 9 LibTest/core/Clock/now_A01_t01: Fail OK | |
|
ricow1
2012/08/15 12:18:57
Fail OK -> Fail, OK
| |
| 10 | |
| 6 # Rename "BadNumberFormatException" to "FormatException" | 11 # Rename "BadNumberFormatException" to "FormatException" |
| 7 # TODO(rnystrom): These can be enabled when | 12 # TODO(rnystrom): These can be enabled when |
| 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 13 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 9 LibTest/core/BadNumberFormatException/*: Fail | 14 LibTest/core/BadNumberFormatException/*: Fail |
| 10 LibTest/core/double/toInt_A01_t03: Fail | 15 LibTest/core/double/toInt_A01_t03: Fail |
| 11 LibTest/core/double/toInt_A01_t04: Fail | 16 LibTest/core/double/toInt_A01_t04: Fail |
| 12 LibTest/core/Math/parseInt_A02_t01: Fail | 17 LibTest/core/Math/parseInt_A02_t01: Fail |
| 13 LibTest/core/Math/parseDouble_A02_t01: Fail | 18 LibTest/core/Math/parseDouble_A02_t01: Fail |
| 14 | 19 |
| 15 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) | 20 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 472 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 477 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 473 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 478 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 474 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 479 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 475 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 480 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 476 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 481 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 477 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 482 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
| 478 | 483 |
| 479 | 484 |
| 480 [ $runtime == vm && $mode == debug && $unchecked ] | 485 [ $runtime == vm && $mode == debug && $unchecked ] |
| 481 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 486 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |