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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 io/socket_many_connections_test: RuntimeError | 376 io/socket_many_connections_test: RuntimeError |
377 map_insert_remove_oom_test: Crash | 377 map_insert_remove_oom_test: Crash |
378 package/package1_test: CompileTimeError | 378 package/package1_test: CompileTimeError |
379 package/package_test: CompileTimeError | 379 package/package_test: CompileTimeError |
380 package/scenarios/invalid/invalid_utf8_test: CompileTimeError | 380 package/scenarios/invalid/invalid_utf8_test: CompileTimeError |
381 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError | 381 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError |
382 package/scenarios/invalid/same_package_twice_test: CompileTimeError | 382 package/scenarios/invalid/same_package_twice_test: CompileTimeError |
383 | 383 |
384 [ $compiler == dartkp ] | 384 [ $compiler == dartkp ] |
385 causal_async_stack_test: Fail | 385 causal_async_stack_test: Fail |
| 386 dwarf_stack_trace_test: RuntimeError |
386 | 387 |
387 [ $runtime == flutter ] | 388 [ $runtime == flutter ] |
388 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 | 389 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 |
389 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 | 390 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 |
390 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 | 391 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 |
391 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 | 392 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 |
392 io/process_run_output_test: RuntimeError # Flutter Issue 9115 | 393 io/process_run_output_test: RuntimeError # Flutter Issue 9115 |
393 io/process_run_test: RuntimeError # Flutter Issue 9115 | 394 io/process_run_test: RuntimeError # Flutter Issue 9115 |
394 io/process_sync_test: RuntimeError # Flutter Issue 9115 | 395 io/process_sync_test: RuntimeError # Flutter Issue 9115 |
395 io/test_extension_test: RuntimeError # Flutter Issue 9115 | 396 io/test_extension_test: RuntimeError # Flutter Issue 9115 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 467 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
467 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 468 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
468 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 469 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
469 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 470 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
470 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 471 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
471 | 472 |
472 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 473 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
473 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 474 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 475 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
475 io/test_runner_test: CompileTimeError # Uses mirrors | 476 io/test_runner_test: CompileTimeError # Uses mirrors |
OLD | NEW |