| 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 |
| 11 io/http_close_test: Pass, RuntimeError # Issue 28380 | 11 io/http_close_test: Pass, RuntimeError # Issue 28380 |
| 12 packages_file_test: Skip # Issue 26715 | 12 packages_file_test: Skip # Issue 26715 |
| 13 packages_file_test/none: Skip # contains no tests. | 13 packages_file_test/none: Skip # contains no tests. |
| 14 | 14 |
| 15 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 15 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| 16 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally | 16 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally |
| 17 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally | 17 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally |
| 18 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally | 18 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally |
| 19 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally | 19 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally |
| 20 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally | 20 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally |
| 21 | 21 |
| 22 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. | 22 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. |
| 23 | 23 |
| 24 [$runtime == vm && $compiler == none && $system == fuchsia] | 24 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 25 *: Skip # Not yet triaged. | 25 *: Skip # Not yet triaged. |
| 26 | 26 |
| 27 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi
ler != none) ] | 27 [ ($runtime != vm && $runtime != dart_precompiled) && ($compiler != none) ] |
| 28 no_assert_test: Fail, OK # This is testing a vm flag. | 28 no_assert_test: Fail, OK # This is testing a vm flag. |
| 29 env_test: Skip # This is testing a vm command line parsing scenario. | 29 env_test: Skip # This is testing a vm command line parsing scenario. |
| 30 | 30 |
| 31 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 31 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 32 package/package_isolate_test: Fail # Issue 12474 | 32 package/package_isolate_test: Fail # Issue 12474 |
| 33 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 33 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
| 34 # This test checks that the test runner correctly detects and reports non-utf8 | 34 # This test checks that the test runner correctly detects and reports non-utf8 |
| 35 # output from a test. | 35 # output from a test. |
| 36 io/non_utf8_output_test: NonUtf8Output, OK | 36 io/non_utf8_output_test: NonUtf8Output, OK |
| 37 | 37 |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 467 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 468 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 468 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 469 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 469 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 470 | 470 |
| 471 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 471 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
| 472 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 472 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 473 io/status_file_parser_test: CompileTimeError # Uses mirrors | 473 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 475 io/test_runner_test: CompileTimeError # Uses mirrors | 475 io/test_runner_test: CompileTimeError # Uses mirrors |
| 476 status_expression_test: CompileTimeError # Uses mirrors | 476 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |