| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 string_case_test/01: Fail # Bug 18061 | 9 string_case_test/01: Fail # Bug 18061 |
| 10 | 10 |
| 11 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 11 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 13 int_parse_radix_test/02: Fail # No bigints. | 13 int_parse_radix_test/02: Fail # No bigints. |
| 14 integer_to_radix_string_test: RuntimeError # issue 22045 | 14 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 15 | 15 |
| 16 [ $runtime == safari || $runtime == safarimobilesim ] | 16 [ $runtime == safari || $runtime == safarimobilesim ] |
| 17 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 17 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 18 | 18 |
| 19 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 19 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 20 error_stack_trace1_test: RuntimeError # Issue 12399 | 20 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 21 integer_to_string_test/01: RuntimeError # Issue 1533 | 21 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 22 iterable_return_type_test/01: RuntimeError # Issue 20085 | |
| 23 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | |
| 24 | 22 |
| 25 big_integer_*: Skip # VM specific test. | 23 big_integer_*: Skip # VM specific test. |
| 26 compare_to2_test: RuntimeError, OK # Requires bigint support. | 24 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 27 regress_r21715_test: RuntimeError # Requires bigint support. | 25 regress_r21715_test: RuntimeError # Requires bigint support. |
| 28 | 26 |
| 29 [ $compiler == dart2js && $runtime == none ] | 27 [ $compiler == dart2js && $runtime == none ] |
| 30 *: Fail, Pass # TODO(ahe): Triage these tests. | 28 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 31 | 29 |
| 32 [ $compiler == dart2analyzer ] | 30 [ $compiler == dart2analyzer ] |
| 33 int_parse_radix_bad_handler_test: fail | 31 int_parse_radix_bad_handler_test: fail |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 integer_to_string_test/01: RuntimeError | 114 integer_to_string_test/01: RuntimeError |
| 117 is_operator_basic_types_test: Crash | 115 is_operator_basic_types_test: Crash |
| 118 iterable_contains2_test: Crash | 116 iterable_contains2_test: Crash |
| 119 iterable_contains_test: Crash | 117 iterable_contains_test: Crash |
| 120 iterable_element_at_test: Crash | 118 iterable_element_at_test: Crash |
| 121 iterable_empty_test: Crash | 119 iterable_empty_test: Crash |
| 122 iterable_expand_test: Crash | 120 iterable_expand_test: Crash |
| 123 iterable_first_test: Crash | 121 iterable_first_test: Crash |
| 124 iterable_first_where_test: Crash | 122 iterable_first_where_test: Crash |
| 125 iterable_fold_test: Crash | 123 iterable_fold_test: Crash |
| 126 iterable_generate_test/01: Crash | |
| 127 iterable_generate_test/none: Crash | |
| 128 iterable_join_test: Crash | |
| 129 iterable_last_test: Crash | |
| 130 iterable_last_where_test: Crash | |
| 131 iterable_length_test: Crash | |
| 132 iterable_mapping_test: Crash | |
| 133 iterable_reduce_test: Crash | |
| 134 iterable_return_type_test/01: Crash | |
| 135 iterable_return_type_test/02: Crash | |
| 136 iterable_return_type_test/none: Crash | |
| 137 iterable_single_test: Crash | |
| 138 iterable_single_where_test: Crash | |
| 139 iterable_skip_test: Crash | |
| 140 iterable_skip_while_test: Crash | 124 iterable_skip_while_test: Crash |
| 141 iterable_take_test: Crash | 125 iterable_take_test: Crash |
| 142 iterable_take_while_test: Crash | 126 iterable_take_while_test: Crash |
| 143 iterable_test: Crash | 127 iterable_test: Crash |
| 144 iterable_to_list_test/01: Crash | 128 iterable_to_list_test/01: Crash |
| 145 iterable_to_list_test/none: Crash | 129 iterable_to_list_test/none: Crash |
| 146 iterable_to_set_test: Crash | 130 iterable_to_set_test: Crash |
| 147 iterable_tostring_test: Crash | 131 iterable_tostring_test: Crash |
| 148 json_map_test: Crash | 132 json_map_test: Crash |
| 149 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). | 133 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 integer_to_string_test/01: RuntimeError | 241 integer_to_string_test/01: RuntimeError |
| 258 is_operator_basic_types_test: Crash | 242 is_operator_basic_types_test: Crash |
| 259 iterable_contains2_test: Crash | 243 iterable_contains2_test: Crash |
| 260 iterable_contains_test: Crash | 244 iterable_contains_test: Crash |
| 261 iterable_element_at_test: Crash | 245 iterable_element_at_test: Crash |
| 262 iterable_empty_test: Crash | 246 iterable_empty_test: Crash |
| 263 iterable_expand_test: Crash | 247 iterable_expand_test: Crash |
| 264 iterable_first_test: Crash | 248 iterable_first_test: Crash |
| 265 iterable_first_where_test: Crash | 249 iterable_first_where_test: Crash |
| 266 iterable_fold_test: Crash | 250 iterable_fold_test: Crash |
| 267 iterable_generate_test/01: Crash | |
| 268 iterable_generate_test/none: Crash | |
| 269 iterable_join_test: Crash | |
| 270 iterable_last_test: Crash | |
| 271 iterable_last_where_test: Crash | |
| 272 iterable_length_test: Crash | |
| 273 iterable_mapping_test: Crash | |
| 274 iterable_reduce_test: Crash | |
| 275 iterable_return_type_test/01: Crash | |
| 276 iterable_return_type_test/02: Crash | |
| 277 iterable_return_type_test/none: Crash | |
| 278 iterable_single_test: Crash | |
| 279 iterable_single_where_test: Crash | |
| 280 iterable_skip_test: Crash | |
| 281 iterable_skip_while_test: Crash | 251 iterable_skip_while_test: Crash |
| 282 iterable_take_test: Crash | 252 iterable_take_test: Crash |
| 283 iterable_take_while_test: Crash | 253 iterable_take_while_test: Crash |
| 284 iterable_test: Crash | 254 iterable_test: Crash |
| 285 iterable_to_list_test/01: Crash | 255 iterable_to_list_test/01: Crash |
| 286 iterable_to_list_test/none: Crash | 256 iterable_to_list_test/none: Crash |
| 287 iterable_to_set_test: Crash | 257 iterable_to_set_test: Crash |
| 288 iterable_tostring_test: Crash | 258 iterable_tostring_test: Crash |
| 289 json_map_test: Crash | 259 json_map_test: Crash |
| 290 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). | 260 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 symbol_operator_test/03: Crash | 335 symbol_operator_test/03: Crash |
| 366 symbol_operator_test/none: Crash | 336 symbol_operator_test/none: Crash |
| 367 symbol_reserved_word_test/04: MissingCompileTimeError | 337 symbol_reserved_word_test/04: MissingCompileTimeError |
| 368 symbol_reserved_word_test/05: Crash | 338 symbol_reserved_word_test/05: Crash |
| 369 symbol_reserved_word_test/06: Crash | 339 symbol_reserved_word_test/06: Crash |
| 370 symbol_reserved_word_test/07: MissingCompileTimeError | 340 symbol_reserved_word_test/07: MissingCompileTimeError |
| 371 symbol_reserved_word_test/09: Crash | 341 symbol_reserved_word_test/09: Crash |
| 372 symbol_reserved_word_test/10: MissingCompileTimeError | 342 symbol_reserved_word_test/10: MissingCompileTimeError |
| 373 symbol_reserved_word_test/12: Crash | 343 symbol_reserved_word_test/12: Crash |
| 374 | 344 |
| OLD | NEW |