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 |
(...skipping 29 matching lines...) Expand all Loading... |
40 io/file_fuzz_test: Skip | 40 io/file_fuzz_test: Skip |
41 io/directory_fuzz_test: Skip | 41 io/directory_fuzz_test: Skip |
42 | 42 |
43 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] | 43 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] |
44 # This test fails with "Too many open files" on the Mac OS buildbot. | 44 # This test fails with "Too many open files" on the Mac OS buildbot. |
45 # This is expected as MacOS by default runs with a very low number | 45 # This is expected as MacOS by default runs with a very low number |
46 # of allowed open files ('ulimit -n' says something like 256). | 46 # of allowed open files ('ulimit -n' says something like 256). |
47 io/socket_many_connections_test: Skip | 47 io/socket_many_connections_test: Skip |
48 | 48 |
49 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] | 49 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] |
| 50 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 51 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
50 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 52 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
51 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 53 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
52 package/*: Skip # Do not run those in Dartium. | 54 package/*: Skip # Do not run those in Dartium. |
53 full_coverage_test: Skip | 55 full_coverage_test: Skip |
54 http_launch_test: Skip | 56 http_launch_test: Skip |
55 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
57 javascript_compatibility_errors_test: Skip | 59 javascript_compatibility_errors_test: Skip |
58 javascript_compatibility_warnings_test: Skip | 60 javascript_compatibility_warnings_test: Skip |
59 oom_error_stacktrace_test: Skip | 61 oom_error_stacktrace_test: Skip |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 io/test_runner_test: RuntimeError # Platform.executable | 262 io/test_runner_test: RuntimeError # Platform.executable |
261 io/file_lock_test: RuntimeError # Platform.executable | 263 io/file_lock_test: RuntimeError # Platform.executable |
262 io/code_collection_test: RuntimeError # Platform.executable | 264 io/code_collection_test: RuntimeError # Platform.executable |
263 io/file_lock_test: RuntimeError # Platform.executable | 265 io/file_lock_test: RuntimeError # Platform.executable |
264 io/code_collection_test: RuntimeError # Platform.executable | 266 io/code_collection_test: RuntimeError # Platform.executable |
265 io/raw_socket_cross_process_test: RuntimeError # Platform.executable | 267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable |
266 io/test_extension_test: RuntimeError # Platform.executable | 268 io/test_extension_test: RuntimeError # Platform.executable |
267 io/regress_7679_test: RuntimeError # Platform.executable | 269 io/regress_7679_test: RuntimeError # Platform.executable |
268 | 270 |
269 io/process_*: Skip # Most use Platform.executable | 271 io/process_*: Skip # Most use Platform.executable |
OLD | NEW |