| 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 ] | 20 [ $compiler != none && $runtime != vm && $runtime != drt) ] |
| 21 no_assert_test: Fail, OK # This is testing a vm flag. | 21 no_assert_test: Fail, OK # This is testing a vm flag. |
| 22 | 22 |
| 23 [ $runtime == vm ] | 23 [ $runtime == vm ] |
| 24 package/package_isolate_test: Fail # Issue 12474 | 24 package/package_isolate_test: Fail # Issue 12474 |
| 25 io/observatory_test: Fail | 25 io/observatory_test: Fail |
| 26 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 26 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
| 27 | 27 |
| 28 [ $runtime == vm && $checked ] | 28 [ $runtime == vm && $checked ] |
| 29 # These tests have type errors on purpose. | 29 # These tests have type errors on purpose. |
| 30 io/process_invalid_arguments_test: Fail, OK | 30 io/process_invalid_arguments_test: Fail, OK |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 | 199 |
| 200 [ $compiler == dart2js && $cps_ir ] | 200 [ $compiler == dart2js && $cps_ir ] |
| 201 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 |
| 202 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 |
| 203 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 |
| 204 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 |
| 205 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 |
| 206 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 |
| 207 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 |
| 208 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 |