| 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 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 [ $compiler == dart2js && $runtime == none ] | 37 [ $compiler == dart2js && $runtime == none ] |
| 38 *: Fail, Pass # TODO(ahe): Triage these tests. | 38 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 39 | 39 |
| 40 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 40 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 41 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 41 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 42 | 42 |
| 43 [ $compiler == dart2js && $runtime == safarimobilesim ] | 43 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 44 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 44 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 45 | 45 |
| 46 # Analyzer's implementation of fromEnvironment assumes that undefined | |
| 47 # environment variables have an unspecified value (rather than being | |
| 48 # null) because it is expected that the user will supply a value when | |
| 49 # the code is run. This means that it produces slightly different | |
| 50 # error messages than the VM and Dart2js. | |
| 51 [ $compiler == dart2analyzer && $checked ] | |
| 52 from_environment_const_type_undefined_test/09: CompileTimeError | |
| 53 from_environment_const_type_undefined_test/11: CompileTimeError | |
| 54 from_environment_const_type_undefined_test/12: CompileTimeError | |
| 55 from_environment_const_type_undefined_test/13: CompileTimeError | |
| 56 from_environment_const_type_undefined_test/14: CompileTimeError | |
| 57 from_environment_const_type_undefined_test/16: CompileTimeError | |
| 58 | |
| 59 [ $compiler == dart2analyzer ] | 46 [ $compiler == dart2analyzer ] |
| 60 int_parse_radix_bad_handler_test: fail | 47 int_parse_radix_bad_handler_test: fail |
| 61 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 48 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 62 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 49 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 63 string_test: StaticWarning, OK # Test generates error on purpose. | 50 string_test: StaticWarning, OK # Test generates error on purpose. |
| 64 duration2_test: StaticWarning, OK # Test generates error on purpose. | 51 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 65 | 52 |
| 66 [ $compiler == dart2analyzer && $builder_tag == strong ] | 53 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 67 *: Skip # Issue 28649 | 54 *: Skip # Issue 28649 |
| 68 | 55 |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 259 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 273 double_round3_test: Crash | 260 double_round3_test: Crash |
| 274 double_round4_test: Crash | 261 double_round4_test: Crash |
| 275 double_round_test: Crash | 262 double_round_test: Crash |
| 276 double_round_to_double2_test: Crash | 263 double_round_to_double2_test: Crash |
| 277 double_round_to_double3_test: Crash | 264 double_round_to_double3_test: Crash |
| 278 double_round_to_double_test: Crash | 265 double_round_to_double_test: Crash |
| 279 double_truncate_test: Crash | 266 double_truncate_test: Crash |
| 280 double_truncate_to_double_test: Crash | 267 double_truncate_to_double_test: Crash |
| 281 errors_test: Crash | 268 errors_test: Crash |
| 282 expression_test: Crash | |
| 283 format_exception_test: Crash | |
| 284 from_environment_const_type_test/01: Crash | |
| 285 from_environment_const_type_test/02: Crash | |
| 286 from_environment_const_type_test/03: Crash | |
| 287 from_environment_const_type_test/04: Crash | |
| 288 from_environment_const_type_test/05: Crash | |
| 289 from_environment_const_type_test/06: Crash | |
| 290 from_environment_const_type_test/07: Crash | |
| 291 from_environment_const_type_test/08: Crash | |
| 292 from_environment_const_type_test/09: Crash | |
| 293 from_environment_const_type_test/10: Crash | |
| 294 from_environment_const_type_test/11: Crash | |
| 295 from_environment_const_type_test/12: Crash | |
| 296 from_environment_const_type_test/13: Crash | |
| 297 from_environment_const_type_test/14: Crash | |
| 298 from_environment_const_type_test/15: Crash | |
| 299 from_environment_const_type_test/16: Crash | |
| 300 from_environment_const_type_test/none: Crash | |
| 301 from_environment_const_type_undefined_test/01: Crash | |
| 302 from_environment_const_type_undefined_test/02: Crash | |
| 303 from_environment_const_type_undefined_test/03: Crash | |
| 304 from_environment_const_type_undefined_test/04: Crash | |
| 305 from_environment_const_type_undefined_test/05: Crash | |
| 306 from_environment_const_type_undefined_test/06: Crash | |
| 307 from_environment_const_type_undefined_test/07: Crash | |
| 308 from_environment_const_type_undefined_test/08: Crash | |
| 309 from_environment_const_type_undefined_test/09: Crash | |
| 310 from_environment_const_type_undefined_test/10: Crash | |
| 311 from_environment_const_type_undefined_test/11: Crash | |
| 312 from_environment_const_type_undefined_test/12: Crash | |
| 313 from_environment_const_type_undefined_test/13: Crash | |
| 314 from_environment_const_type_undefined_test/14: Crash | |
| 315 from_environment_const_type_undefined_test/15: Crash | |
| 316 from_environment_const_type_undefined_test/16: Crash | |
| 317 from_environment_const_type_undefined_test/none: Crash | |
| 318 int_round_test: Crash | 269 int_round_test: Crash |
| 319 int_round_to_double_test: Crash | 270 int_round_to_double_test: Crash |
| 320 int_to_int_test: Crash | 271 int_to_int_test: Crash |
| 321 int_truncate_test: Crash | 272 int_truncate_test: Crash |
| 322 int_truncate_to_double_test: Crash | 273 int_truncate_to_double_test: Crash |
| 323 list_filled_type_argument_test: Crash | 274 list_filled_type_argument_test: Crash |
| 324 list_index_of2_test: Crash | 275 list_index_of2_test: Crash |
| 325 list_index_of_test: Crash | 276 list_index_of_test: Crash |
| 326 list_literal_is_growable_test: Crash | 277 list_literal_is_growable_test: Crash |
| 327 list_literal_test: Crash | 278 list_literal_test: Crash |
| (...skipping 20 matching lines...) Expand all Loading... |
| 348 regexp/non-character_test: Crash | 299 regexp/non-character_test: Crash |
| 349 regexp/non-greedy-parentheses_test: Crash | 300 regexp/non-greedy-parentheses_test: Crash |
| 350 regexp/norepeat_test: Crash | 301 regexp/norepeat_test: Crash |
| 351 regexp/overflow_test: Crash | 302 regexp/overflow_test: Crash |
| 352 regexp/stack-overflow2_test: Crash | 303 regexp/stack-overflow2_test: Crash |
| 353 regexp/stack-overflow_test: Crash | 304 regexp/stack-overflow_test: Crash |
| 354 regress_11099_test: Crash | 305 regress_11099_test: Crash |
| 355 regress_r21715_test: Crash | 306 regress_r21715_test: Crash |
| 356 safe_to_string_test: Crash | 307 safe_to_string_test: Crash |
| 357 sort_test: Crash | 308 sort_test: Crash |
| 358 | |
| 359 # dartk: checked mode failures | |
| 360 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
| 361 from_environment_const_type_test/02: MissingCompileTimeError | |
| 362 from_environment_const_type_test/03: MissingCompileTimeError | |
| 363 from_environment_const_type_test/04: MissingCompileTimeError | |
| 364 from_environment_const_type_test/06: MissingCompileTimeError | |
| 365 from_environment_const_type_test/07: MissingCompileTimeError | |
| 366 from_environment_const_type_test/08: MissingCompileTimeError | |
| 367 from_environment_const_type_test/09: MissingCompileTimeError | |
| 368 from_environment_const_type_test/11: MissingCompileTimeError | |
| 369 from_environment_const_type_test/12: MissingCompileTimeError | |
| 370 from_environment_const_type_test/13: MissingCompileTimeError | |
| 371 from_environment_const_type_test/14: MissingCompileTimeError | |
| 372 from_environment_const_type_test/16: MissingCompileTimeError | |
| 373 from_environment_const_type_undefined_test/02: MissingCompileTimeError | |
| 374 from_environment_const_type_undefined_test/03: MissingCompileTimeError | |
| 375 from_environment_const_type_undefined_test/04: MissingCompileTimeError | |
| 376 from_environment_const_type_undefined_test/06: MissingCompileTimeError | |
| 377 from_environment_const_type_undefined_test/07: MissingCompileTimeError | |
| 378 from_environment_const_type_undefined_test/08: MissingCompileTimeError | |
| 379 | |
| 380 [ $runtime == flutter ] | |
| 381 | |
| 382 # Possible bugs | |
| 383 format_exception_test: RuntimeError # Flutter Issue 9111 | |
| 384 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | |
| 385 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | |
| 386 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | |
| 387 from_environment_const_type_test/10: Fail # Flutter Issue 9111 | |
| 388 from_environment_const_type_test/15: Fail # Flutter Issue 9111 | |
| 389 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911
1 | |
| 390 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911
1 | |
| 391 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 | |
| 392 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | |
| 393 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | |
| 394 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | |
| 395 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | |
| 396 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | |
| 397 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | |
| 398 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | |
| 399 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | |
| 400 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | |
| OLD | NEW |