Chromium Code Reviews| 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| 11 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally | 11 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally |
| 12 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally | 12 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally |
| 13 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally | 13 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally |
| 14 package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally | 14 package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally |
| 15 | 15 |
| 16 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. | 16 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. |
| 17 | 17 |
| 18 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:' | 18 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:' |
| 19 | 19 |
| 20 [ $runtime != vm ] | |
| 21 no_assert_test: Fail, OK # This is testing a vm flag. | |
|
Bill Hesse
2015/09/11 11:09:39
Why not skip? Because it is worthwhile making sur
ricow1
2015/09/14 05:56:58
Yes
| |
| 22 | |
| 20 [ $runtime == vm ] | 23 [ $runtime == vm ] |
| 21 package/package_isolate_test: Fail # Issue 12474 | 24 package/package_isolate_test: Fail # Issue 12474 |
| 22 io/observatory_test: Fail | 25 io/observatory_test: Fail |
| 23 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 26 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
| 24 | 27 |
| 25 [ $runtime == vm && $checked ] | 28 [ $runtime == vm && $checked ] |
| 26 # These tests have type errors on purpose. | 29 # These tests have type errors on purpose. |
| 27 io/process_invalid_arguments_test: Fail, OK | 30 io/process_invalid_arguments_test: Fail, OK |
| 28 io/directory_invalid_arguments_test: Fail, OK | 31 io/directory_invalid_arguments_test: Fail, OK |
| 29 io/file_invalid_arguments_test: Fail, OK | 32 io/file_invalid_arguments_test: Fail, OK |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 196 | 199 |
| 197 [ $compiler == dart2js && $cps_ir ] | 200 [ $compiler == dart2js && $cps_ir ] |
| 198 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions | 201 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions |
| 199 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions | 202 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions |
| 200 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions | 203 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
| 201 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions | 204 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions |
| 202 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons | 205 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons |
| 203 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions | 206 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions |
| 204 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions | 207 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions |
| 205 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined | 208 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined |
| OLD | NEW |