Chromium Code Reviews| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 43 # Crashes and time outs. | 43 # Crashes and time outs. |
| 44 LibTest/core/List/sort_A01_t04: Skip # Times out. | 44 LibTest/core/List/sort_A01_t04: Skip # Times out. |
| 45 LibTest/core/List/sort_A01_t05: Skip # Times out. | 45 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 46 LibTest/core/List/sort_A01_t06: Skip # Times out. | 46 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 47 | 47 |
| 48 | 48 |
| 49 # This test should not time out. It is not that big. | 49 # This test should not time out. It is not that big. |
| 50 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81. | 50 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81. |
| 51 | 51 |
| 52 | 52 |
| 53 # Fail type assertion on VM, cancels otherwise. | 53 # Fail type assertion on VM, cancels otherwise. |
|
ahe
2012/02/29 12:22:06
Please remove this line.
floitsch
2012/02/29 12:35:28
Done.
| |
| 54 LibTest/core/Queue/addAll_A01_t01: Fail, Crash | |
| 55 | 54 |
| 56 | 55 |
| 57 # Issues with co19 test suite. | 56 # Issues with co19 test suite. |
| 58 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. | 57 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. |
| 59 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. | 58 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. |
| 60 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. | 59 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. |
| 61 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. | 60 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. |
| 62 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 61 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 63 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. | 62 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. |
| 64 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. | 63 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 112 | 111 |
| 113 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented | 112 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented |
| 114 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented | 113 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented |
| 115 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this | 114 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this |
| 116 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted | 115 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted |
| 117 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented | 116 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented |
| 118 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this | 117 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this |
| 119 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value | 118 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value |
| 120 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') | 119 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') |
| 121 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') | 120 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') |
| 122 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value | |
| 123 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value | |
| 124 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value | |
| 125 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. | 121 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. |
| 126 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented | 122 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented |
| 127 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value | |
| 128 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value | 123 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value |
| 129 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value | 124 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value |
| 130 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value | 125 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value |
| 131 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. | 126 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. |
| 132 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value | 127 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value |
| 133 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value | |
| 134 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. | 128 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. |
| 135 LibTest/core/List/every_A01_t02: Fail # Cannot find value. | 129 LibTest/core/List/every_A01_t02: Fail # Cannot find value. |
| 136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. | 130 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. |
| 137 LibTest/core/List/every_A02_t02: Fail # Cannot find value. | 131 LibTest/core/List/every_A02_t02: Fail # Cannot find value. |
| 138 LibTest/core/List/every_A04_t01: Fail # Cannot find value. | 132 LibTest/core/List/every_A04_t01: Fail # Cannot find value. |
| 139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. | 133 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. |
| 140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. | 134 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. |
| 141 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. | 135 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. |
| 142 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented | 136 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented |
| 143 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack | 137 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack |
| 144 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. | 138 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. |
| 145 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented | 139 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented |
| 146 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' | 140 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' |
| 147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented | 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented |
| 148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented | 142 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented |
| 149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented | 143 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented |
| 150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented | 144 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented |
| 151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented | 145 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented |
| 152 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') | 146 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') |
| 153 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') | 147 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') |
| 154 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') | 148 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') |
| 155 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value | |
| 156 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value | |
| 157 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value | |
| 158 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value | |
| 159 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value | |
| 160 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value | |
| 161 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented | 149 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented |
| 162 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented | 150 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented |
| 163 LibTest/core/Set/add_A01_t06: Fail # Cannot find value | 151 LibTest/core/Set/add_A01_t06: Fail # Cannot find value |
| 164 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value | |
| 165 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value | 152 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value |
| 166 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value | 153 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value |
| 167 LibTest/core/Set/containsAll_A01_t03: Fail # Cannot find value | |
| 168 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented | 154 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented |
| 169 LibTest/core/Set/every_A01_t01: Fail # Cannot find value | 155 LibTest/core/Set/every_A01_t01: Fail # Cannot find value |
| 170 LibTest/core/Set/every_A01_t02: Fail # Cannot find value | 156 LibTest/core/Set/every_A01_t02: Fail # Cannot find value |
| 171 LibTest/core/Set/every_A01_t03: Fail # Cannot find value | 157 LibTest/core/Set/every_A01_t03: Fail # Cannot find value |
| 172 LibTest/core/Set/filter_A01_t03: Fail # Cannot find value | |
| 173 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value | 158 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value |
| 174 LibTest/core/Set/forEach_A01_t01: Fail # Cannot find value | |
| 175 LibTest/core/Set/forEach_A01_t03: Fail # Cannot find value | |
| 176 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value | 159 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value |
| 177 LibTest/core/Set/forEach_A01_t05: Fail # Cannot find value | 160 LibTest/core/Set/forEach_A01_t05: Fail # Cannot find value |
| 178 LibTest/core/Set/intersection_A01_t01: Fail # Cannot find value | 161 LibTest/core/Set/intersection_A01_t01: Fail # Cannot find value |
| 179 LibTest/core/Set/intersection_A01_t02: Fail # Cannot find value | |
| 180 LibTest/core/Set/intersection_A01_t03: Fail # Cannot find value | |
| 181 LibTest/core/Set/intersection_A02_t01: Fail # Cannot find value | |
| 182 LibTest/core/Set/intersection_A03_t01: Fail # Cannot find value | |
| 183 LibTest/core/Set/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented | 162 LibTest/core/Set/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented |
| 184 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Cannot find value | 163 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Cannot find value |
| 185 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Cannot find value | 164 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Cannot find value |
| 186 LibTest/core/Set/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented | 165 LibTest/core/Set/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented |
| 187 LibTest/core/Set/removeAll_A01_t01: Fail # Cannot find value | 166 LibTest/core/Set/removeAll_A01_t01: Fail # Cannot find value |
| 188 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value | |
| 189 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value | |
| 190 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value | 167 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value |
| 191 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented | |
| 192 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value | 168 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value |
| 193 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value | |
| 194 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented | 169 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented |
| 195 LibTest/core/Set/some_A01_t01: Fail # Cannot find value | |
| 196 LibTest/core/Set/some_A01_t02: Fail # Cannot find value | 170 LibTest/core/Set/some_A01_t02: Fail # Cannot find value |
| 197 LibTest/core/Set/some_A01_t03: Fail # Cannot find value | 171 LibTest/core/Set/some_A01_t03: Fail # Cannot find value |
| 198 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails | 172 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails |
| 199 | 173 |
| 200 | 174 |
| 201 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. | 175 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. |
| 202 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. | 176 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. |
| 203 | 177 |
| 204 | 178 |
| 205 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. | 179 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 574 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error | 548 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error |
| 575 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error | 549 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error |
| 576 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error | 550 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error |
| 577 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 551 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 578 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 552 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 579 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 553 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 580 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 554 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 581 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 555 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 582 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 556 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 583 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 557 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |