| 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. | 6 # These test the Clock class which has been removed. |
| 7 # issue co19 - 173 | 7 # issue co19 - 173 |
| 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK | 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| 9 LibTest/core/Clock/now_A01_t01: Fail, OK | 9 LibTest/core/Clock/now_A01_t01: Fail, OK |
| 10 | 10 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. | 88 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. |
| 89 | 89 |
| 90 # New failures | 90 # New failures |
| 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail | 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail |
| 92 | 92 |
| 93 [ $runtime == vm ] | 93 [ $runtime == vm ] |
| 94 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 | 94 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 |
| 95 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 95 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 96 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 | 96 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 |
| 97 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 | 97 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 |
| 98 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178 |
| 99 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178 |
| 98 LibTest/core/Match/operator_subscript_A01_t01: Fail | 100 LibTest/core/Match/operator_subscript_A01_t01: Fail |
| 99 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 | 101 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 |
| 100 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 | 102 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 |
| 101 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 | 103 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 |
| 102 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157 | 104 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157 |
| 103 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157 | 105 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157 |
| 104 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il | 106 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il |
| 105 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il | 107 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il |
| 106 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 108 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 107 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 | 109 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 [ $runtime == vm && $checked ] | 490 [ $runtime == vm && $checked ] |
| 489 Language/03_Overview/1_Scoping_A02_t30: Fail | 491 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 490 Language/03_Overview/1_Scoping_A02_t31: Fail | 492 Language/03_Overview/1_Scoping_A02_t31: Fail |
| 491 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail | 493 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail |
| 492 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 494 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 493 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 495 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 494 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 496 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 495 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 497 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 496 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 498 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 497 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 499 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
| 498 LibTest/core/Expect/notEquals_A01_t03: Fail # Looking at it right now (srdjan). | |
| 499 LibTest/core/Expect/equals_A01_t03: Fail # Looking at it right now (srdjan). | |
| 500 | 500 |
| 501 | 501 |
| 502 [ $runtime == vm && $mode == debug && $unchecked ] | 502 [ $runtime == vm && $mode == debug && $unchecked ] |
| 503 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 503 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |