| 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 == none && $runtime == vm && $checked ] | 5 [ $compiler == none && $runtime == vm && $checked ] |
| 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. issue 6719 | 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. issue 6719 |
| 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. issue 6719 | 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. issue 6719 |
| 8 | 8 |
| 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 6719 |
| 10 |
| 9 [ $compiler == none && $runtime == vm ] | 11 [ $compiler == none && $runtime == vm ] |
| 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 12 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
| 11 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 | 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
| 12 | 14 |
| 13 Language/03_Overview/1_Scoping_A02_t32: Fail # Dart issue 6556 | 15 Language/03_Overview/1_Scoping_A02_t32: Fail # Dart issue 6556 |
| 14 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 | 16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 |
| 15 Language/07_Classes/3_Setters_A04_t01: Fail # Dart issue 5840 | 17 Language/07_Classes/3_Setters_A04_t01: Fail # Dart issue 5840 |
| 16 Language/07_Classes/3_Setters_A04_t04: Fail # Dart issue 5840 | 18 Language/07_Classes/3_Setters_A04_t04: Fail # Dart issue 5840 |
| 17 Language/07_Classes/3_Setters_A04_t05: Fail # Dart issue 5840 | 19 Language/07_Classes/3_Setters_A04_t05: Fail # Dart issue 5840 |
| 18 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 | 20 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 LibTest/core/List/removeLast_A02_t01: Fail, OK # List constructors, issue 6719 | 189 LibTest/core/List/removeLast_A02_t01: Fail, OK # List constructors, issue 6719 |
| 188 LibTest/core/List/List_A02_t01: Fail, OK # List constructors, issue 6719 | 190 LibTest/core/List/List_A02_t01: Fail, OK # List constructors, issue 6719 |
| 189 LibTest/core/List/insertRange_A02_t01: Fail, OK # List constructors, issue 6719 | 191 LibTest/core/List/insertRange_A02_t01: Fail, OK # List constructors, issue 6719 |
| 190 LibTest/core/List/List_A01_t02: Fail, OK # List constructors, issue 6719 | 192 LibTest/core/List/List_A01_t02: Fail, OK # List constructors, issue 6719 |
| 191 LibTest/core/List/clear_A02_t01: Fail, OK # List constructors, issue 6719 | 193 LibTest/core/List/clear_A02_t01: Fail, OK # List constructors, issue 6719 |
| 192 LibTest/core/List/addLast_A02_t01: Fail, OK # List constructors, issue 6719 | 194 LibTest/core/List/addLast_A02_t01: Fail, OK # List constructors, issue 6719 |
| 193 LibTest/core/List/add_A02_t01: Fail, OK # List constructors, issue 6719 | 195 LibTest/core/List/add_A02_t01: Fail, OK # List constructors, issue 6719 |
| 194 | 196 |
| 195 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, issue 6719 | 197 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, issue 6719 |
| 196 | 198 |
| 199 LibTest/core/int/toInt_A01_t01: Fail # toInt has been removed, issue 6719 |
| 200 LibTest/core/double/toInt_A01_t01: Fail # toInt has been removed, issue 6719 |
| 201 LibTest/core/double/toInt_A01_t02: Fail # toInt has been removed, issue 6719 |
| 202 LibTest/core/double/toInt_A01_t03: Fail # toInt has been removed, issue 6719 |
| 203 LibTest/core/double/toInt_A01_t04: Fail # toInt has been removed, issue 6719 |
| 204 LibTest/core/double/toInt_A01_t05: Fail # toInt has been removed, issue 6719 |
| 205 LibTest/core/double/toInt_A01_t06: Fail # toInt has been removed, issue 6719 |
| 206 |
| 207 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 6719 |
| 208 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 6719 |
| 209 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints,
issue 6719 |
| 210 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints,
issue 6719 |
| 211 LibTest/core/double/double_class_A01_t01: Fail # truncate/ceil/floor/round retur
ns ints, issue 6719 |
| 212 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 6719 |
| 213 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 6719 |
| 214 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints
, issue 6719 |
| 215 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 6719 |
| 216 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 6719 |
| 217 |
| 218 LibTest/core/double/operator_truncating_division_A01_t01: Fail # ~/ returns ints
, issue 6719 |
| 219 LibTest/core/double/operator_truncating_division_A01_t03: Fail # ~/ returns ints
, issue 6719 |
| 220 LibTest/core/double/operator_truncating_division_A01_t04: Fail # ~/ returns ints
, issue 6719 |
| 221 LibTest/core/double/operator_truncating_division_A01_t05: Fail # ~/ returns ints
, issue 6719 |
| 222 LibTest/core/double/operator_truncating_division_A01_t06: Fail # ~/ returns ints
, issue 6719 |
| 223 |
| 197 LibTest/core/RegExp/stringMatch_A01_t01: Fail # Regexp multiLine, ignoreCase ->
isMultiLine, isCaseSensitive, issue 6719 | 224 LibTest/core/RegExp/stringMatch_A01_t01: Fail # Regexp multiLine, ignoreCase ->
isMultiLine, isCaseSensitive, issue 6719 |
| 198 LibTest/core/RegExp/pattern_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMu
ltiLine, isCaseSensitive, issue 6719 | 225 LibTest/core/RegExp/pattern_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMu
ltiLine, isCaseSensitive, issue 6719 |
| 199 LibTest/core/RegExp/RegExp_A01_t02: Fail # Regexp multiLine, ignoreCase -> isMul
tiLine, isCaseSensitive, issue 6719 | 226 LibTest/core/RegExp/RegExp_A01_t02: Fail # Regexp multiLine, ignoreCase -> isMul
tiLine, isCaseSensitive, issue 6719 |
| 200 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 201 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 228 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 202 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # Reg
exp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 229 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # Reg
exp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 203 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # Regexp mul
tiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # Regexp mul
tiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 231 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 205 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 232 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: Fail # Regex
p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| 206 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # Regexp mul
tiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 | 233 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # Regexp mul
tiLine, ignoreCase -> isMultiLine, isCaseSensitive, issue 6719 |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 LibTest/core/Futures/wait_A01_t05: fail | 579 LibTest/core/Futures/wait_A01_t05: fail |
| 553 LibTest/core/Futures/wait_A01_t06: fail | 580 LibTest/core/Futures/wait_A01_t06: fail |
| 554 LibTest/core/Futures/wait_A02_t01: fail | 581 LibTest/core/Futures/wait_A02_t01: fail |
| 555 LibTest/core/Futures/wait_A02_t02: fail | 582 LibTest/core/Futures/wait_A02_t02: fail |
| 556 | 583 |
| 557 [ $compiler == none && $runtime == vm && $unchecked ] | 584 [ $compiler == none && $runtime == vm && $unchecked ] |
| 558 LibTest/core/Future/chain_A02_t05: fail | 585 LibTest/core/Future/chain_A02_t05: fail |
| 559 LibTest/core/Future/transform_A02_t04: fail | 586 LibTest/core/Future/transform_A02_t04: fail |
| 560 [ $compiler == none && $runtime == vm && $checked ] | 587 [ $compiler == none && $runtime == vm && $checked ] |
| 561 LibTest/isolate/SendPort/call_A01_t01: fail | 588 LibTest/isolate/SendPort/call_A01_t01: fail |
| OLD | NEW |