OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 [ $runtime == dart_precompiled || $compiler == app_jit ] | 351 [ $runtime == dart_precompiled || $compiler == app_jit ] |
352 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 352 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
353 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 353 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
354 package/scenarios/invalid/invalid_utf8_test: Skip | 354 package/scenarios/invalid/invalid_utf8_test: Skip |
355 package/scenarios/invalid/same_package_twice_test: Skip | 355 package/scenarios/invalid/same_package_twice_test: Skip |
356 package/scenarios/invalid/non_existent_packages_file_test: Skip | 356 package/scenarios/invalid/non_existent_packages_file_test: Skip |
357 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 357 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
358 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 358 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
359 package/scenarios/packages_option_only/packages_option_only_test: Skip | 359 package/scenarios/packages_option_only/packages_option_only_test: Skip |
360 | 360 |
| 361 [ $runtime == dart_precompiled && $mode == product ] |
| 362 dwarf_stack_trace_test: Pass, RuntimeError # Results will flake due to identical
code folding |
| 363 |
361 [ $arch == simdbc || $arch == simdbc64 ] | 364 [ $arch == simdbc || $arch == simdbc64 ] |
362 # SIMDBC interpreter doesn't support lazy linking of natives. | 365 # SIMDBC interpreter doesn't support lazy linking of natives. |
363 link_natives_lazily_test: SkipByDesign | 366 link_natives_lazily_test: SkipByDesign |
364 | 367 |
365 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 368 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
366 no_lazy_dispatchers_test: SkipByDesign | 369 no_lazy_dispatchers_test: SkipByDesign |
367 | 370 |
368 io/secure_unauthorized_test: Pass, RuntimeError # Issue 28719 | 371 io/secure_unauthorized_test: Pass, RuntimeError # Issue 28719 |
369 | 372 |
370 [ $system == android ] | 373 [ $system == android ] |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 io/uri_platform_test: DartkCrash | 453 io/uri_platform_test: DartkCrash |
451 map_insert_remove_oom_test: Crash | 454 map_insert_remove_oom_test: Crash |
452 package/package1_test: CompileTimeError | 455 package/package1_test: CompileTimeError |
453 package/package_test: CompileTimeError | 456 package/package_test: CompileTimeError |
454 package/scenarios/invalid/invalid_package_name_test: DartkCrash | 457 package/scenarios/invalid/invalid_package_name_test: DartkCrash |
455 package/scenarios/invalid/invalid_utf8_test: DartkCrash | 458 package/scenarios/invalid/invalid_utf8_test: DartkCrash |
456 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash | 459 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash |
457 package/scenarios/invalid/same_package_twice_test: DartkCrash | 460 package/scenarios/invalid/same_package_twice_test: DartkCrash |
458 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 461 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
459 verbose_gc_to_bmu_test: RuntimeError | 462 verbose_gc_to_bmu_test: RuntimeError |
OLD | NEW |