| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 [ $component == leg && $system == macos ] | 7 [ $component == leg && $system == macos ] |
| 8 LibTest/core/Math/acos_A01_t01: Fail | 8 LibTest/core/Math/acos_A01_t01: Fail |
| 9 LibTest/core/Math/asin_A01_t01: Fail | 9 LibTest/core/Math/asin_A01_t01: Fail |
| 10 LibTest/core/Math/atan_A01_t01: Fail | 10 LibTest/core/Math/atan_A01_t01: Fail |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 # Time outs on the bots. | 205 # Time outs on the bots. |
| 206 LibTest/core/List/sort_A01_t05: Skip # Times out. | 206 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 207 LibTest/core/List/sort_A01_t06: Skip # Times out. | 207 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 208 | 208 |
| 209 | 209 |
| 210 Language/10_Expressions/01_Constants_A17_t02: Skip # Times out. | 210 Language/10_Expressions/01_Constants_A17_t02: Skip # Times out. |
| 211 Language/10_Expressions/01_Constants_A17_t01: Skip # Times out. | 211 Language/10_Expressions/01_Constants_A17_t01: Skip # Times out. |
| 212 | 212 |
| 213 | 213 |
| 214 # Issues with co19 test suite. | 214 # Issues with co19 test suite. |
| 215 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. | 215 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. |
| 216 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. | 216 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. |
| 217 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. | |
| 218 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 217 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 219 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 218 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 220 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 219 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 221 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 220 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 222 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 221 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 223 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 222 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 224 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. | 223 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. |
| 225 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | 224 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 226 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 225 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 227 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 226 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 | 264 |
| 266 | 265 |
| 267 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail # SsaBuilder.visitContinueStatement not implemented | 266 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail # SsaBuilder.visitContinueStatement not implemented |
| 268 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail # SsaBuilder.visitContinueStatement not implemented | 267 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail # SsaBuilder.visitContinueStatement not implemented |
| 269 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names
_A02_t01: Fail # SsaBuilder.visitIdentifier on non-this | 268 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names
_A02_t01: Fail # SsaBuilder.visitIdentifier on non-this |
| 270 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen
ted | 269 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen
ted |
| 271 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
# CompileTimeConstantHandler non-primitive list-entries not implemented | 270 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
# CompileTimeConstantHandler non-primitive list-entries not implemented |
| 272 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
SsaBuilder.visitIdentifier on non-this | 271 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
SsaBuilder.visitIdentifier on non-this |
| 273 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value | 272 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value |
| 274 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
with the passed null value of the timeZone') | 273 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
with the passed null value of the timeZone') |
| 275 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is
expected') | 274 LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 8
6. |
| 276 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. | 275 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. |
| 277 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl
emented | 276 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl
emented |
| 278 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value | 277 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value |
| 279 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value | 278 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value |
| 280 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value | 279 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value |
| 281 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found:
'get length' | 280 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found:
'get length' |
| 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented | 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented |
| 283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented | 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented |
| 284 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented | 283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented |
| 285 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented | 284 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error | 768 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| 770 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error | 769 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| 771 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error | 770 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error |
| 772 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error | 771 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error |
| 773 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error | 772 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error |
| 774 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error | 773 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error |
| 775 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error | 774 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error |
| 776 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 775 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 777 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 776 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 778 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 777 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |