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 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. | 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. |
7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. | 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. |
8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. | 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. |
9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. | 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. |
10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. | 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
85 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. | 85 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. |
86 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e. | 86 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e. |
87 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e. | 87 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e. |
88 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. | 88 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. |
89 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. | 89 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. |
90 | 90 |
91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
92 | 92 |
93 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 | 93 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
94 | 94 |
95 # The following test use methods instead of getters for regexps. | |
Mads Ager (google)
2012/10/25 19:09:14
Remem... I know you will! :-)
floitsch
2012/10/25 19:26:29
Done.
| |
96 LibTest/core/Match/end_A01_t01: Fail, OK | |
97 LibTest/core/Match/group_A01_t01: Fail, OK | |
98 LibTest/core/Match/groupCount_A01_t01: Fail, OK | |
99 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK | |
100 LibTest/core/Match/start_A01_t01: Fail, OK | |
101 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK | |
102 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK | |
103 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK | |
104 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK | |
105 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK | |
106 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK | |
107 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK | |
108 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK | |
109 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail, OK | |
110 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail, OK | |
111 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail, OK | |
112 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail, OK | |
113 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail, OK | |
114 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK | |
115 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK | |
116 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail, OK | |
117 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail, OK | |
118 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK | |
119 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK | |
120 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK | |
121 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK | |
122 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK | |
123 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK | |
124 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK | |
125 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK | |
126 | |
95 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | 127 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
96 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | 128 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
97 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 | 129 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 |
98 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 | 130 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 |
99 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 | 131 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 |
100 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 | 132 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 |
101 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 | 133 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 |
102 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 | 134 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 |
103 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 | 135 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 |
104 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 | 136 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
698 | 730 |
699 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. | 731 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. |
700 | 732 |
701 | 733 |
702 [ $compiler == dart2dart && $system == windows ] | 734 [ $compiler == dart2dart && $system == windows ] |
703 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 735 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
704 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 736 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
705 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 737 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
706 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 738 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
707 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 739 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
OLD | NEW |