| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 string_base_vm_static_test: MissingCompileTimeError | 8 string_base_vm_static_test: MissingCompileTimeError |
| 9 string_replace_static_test: MissingCompileTimeError | 9 string_replace_static_test: MissingCompileTimeError |
| 10 string_static_test: MissingCompileTimeError | 10 string_static_test: MissingCompileTimeError |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 uri_parameters_all_test: Crash | 295 uri_parameters_all_test: Crash |
| 296 uri_parse_test: Crash | 296 uri_parse_test: Crash |
| 297 uri_path_test: Crash | 297 uri_path_test: Crash |
| 298 uri_query_test: Crash | 298 uri_query_test: Crash |
| 299 uri_scheme_test: Crash | 299 uri_scheme_test: Crash |
| 300 uri_test: Crash | 300 uri_test: Crash |
| 301 | 301 |
| 302 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 302 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 303 stopwatch_test: Crash | 303 stopwatch_test: Crash |
| 304 type_hashcode_test: Crash | 304 type_hashcode_test: Crash |
| 305 |
| 306 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 307 big_integer_arith_vm_test/add: Crash |
| 308 big_integer_arith_vm_test/div: Crash |
| 309 big_integer_arith_vm_test/gcd: Crash |
| 310 big_integer_arith_vm_test/mod: Crash |
| 311 big_integer_arith_vm_test/modPow: Crash |
| 312 big_integer_arith_vm_test/mul: Crash |
| 313 big_integer_arith_vm_test/negate: Crash |
| 314 big_integer_arith_vm_test/none: Crash |
| 315 big_integer_arith_vm_test/overflow: Crash |
| 316 big_integer_arith_vm_test/sub: Crash |
| 317 big_integer_arith_vm_test/trunDiv: Crash |
| 318 big_integer_huge_mul_vm_test: Crash |
| 319 big_integer_parsed_arith_vm_test: Crash |
| 320 big_integer_parsed_div_rem_vm_test: Crash |
| 321 big_integer_parsed_mul_div_vm_test: Crash |
| 322 bool_from_environment_test: Crash |
| 323 bool_hashcode_test: Crash |
| 324 compare_to_test: Crash |
| 325 core_runtime_types_static_test: Crash |
| 326 date_time10_test: Crash |
| 327 date_time5_test: Crash |
| 328 date_time6_test: Crash |
| 329 date_time8_test: Crash |
| 330 date_time9_test: Crash |
| 331 double_ceil_test: Crash |
| 332 double_ceil_to_double_test: Crash |
| 333 double_compare_test: Crash |
| 334 double_floor2_test: Crash |
| 335 double_floor_test: Crash |
| 336 double_floor_to_double_test: Crash |
| 337 double_parse_test/01: Crash |
| 338 double_parse_test/02: Crash |
| 339 double_parse_test/03: Crash |
| 340 double_parse_test/04: Crash |
| 341 double_parse_test/none: Crash |
| 342 stopwatch_test: Crash |
| 343 string_base_vm_static_test: Crash |
| 344 string_case_test/01: Crash |
| 345 string_case_test/02: Crash |
| 346 string_case_test/03: Crash |
| 347 string_case_test/none: Crash |
| 348 string_from_environment2_test: Crash |
| 349 string_from_environment_test: Crash |
| 350 string_static_test: Crash |
| 351 string_trim2_test: Crash |
| 352 string_trim_test: Crash |
| 353 strings_test: Crash |
| 354 symbol_reserved_word_test/03: Crash |
| 355 symbol_reserved_word_test/05: Crash |
| 356 throw_half_surrogate_pair_test/01: Crash |
| 357 throw_half_surrogate_pair_test/02: Crash |
| 358 toInt_test: Crash |
| 359 type_hashcode_test: Crash |
| 360 unicode_test: Crash |
| OLD | NEW |