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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 io/*: Skip # Don't run tests using dart:io in the browser | 43 io/*: Skip # Don't run tests using dart:io in the browser |
44 package/*: Skip # Do not run those in Dartium. | 44 package/*: Skip # Do not run those in Dartium. |
45 debugger/*: Skip # Do not run standalone debugger tests in browser. | 45 debugger/*: Skip # Do not run standalone debugger tests in browser. |
46 coverage_test: Skip | 46 coverage_test: Skip |
47 full_coverage_test: Skip | 47 full_coverage_test: Skip |
48 http_launch_test: Skip | 48 http_launch_test: Skip |
49 vmservice/*: Skip # Do not run standalone vm service tests in browser. | 49 vmservice/*: Skip # Do not run standalone vm service tests in browser. |
50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
51 javascript_compatibility_errors_test: Skip | 51 javascript_compatibility_errors_test: Skip |
52 javascript_compatibility_warnings_test: Skip | 52 javascript_compatibility_warnings_test: Skip |
| 53 oom_error_stacktrace_test: Skip |
| 54 out_of_memory_test: Skip |
53 | 55 |
54 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 56 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
55 javascript_int_overflow_literal_test/01: Fail, OK | 57 javascript_int_overflow_literal_test/01: Fail, OK |
56 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 58 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
57 | 59 |
58 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 60 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
59 io/file_constructor_test: fail | 61 io/file_constructor_test: fail |
60 | 62 |
61 # This is runtime test. | 63 # This is runtime test. |
62 io/process_exit_negative_test: Skip | 64 io/process_exit_negative_test: Skip |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 package/package_test: CompileTimeError | 156 package/package_test: CompileTimeError |
155 | 157 |
156 [ $system == windows ] | 158 [ $system == windows ] |
157 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
158 | 160 |
159 [ $system != linux ] | 161 [ $system != linux ] |
160 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported
on other platforms so far | 162 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported
on other platforms so far |
161 | 163 |
162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] | 164 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] |
163 verified_mem_test: Skip # Not yet implemented. | 165 verified_mem_test: Skip # Not yet implemented. |
OLD | NEW |