Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Side by Side Diff: tests/standalone/standalone.status

Issue 1361903006: Also skip precompilation test on Dartium. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 coverage_test: Skip 54 coverage_test: Skip
55 full_coverage_test: Skip 55 full_coverage_test: Skip
56 http_launch_test: Skip 56 http_launch_test: Skip
57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
58 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.
59 javascript_compatibility_errors_test: Skip 59 javascript_compatibility_errors_test: Skip
60 javascript_compatibility_warnings_test: Skip 60 javascript_compatibility_warnings_test: Skip
61 oom_error_stacktrace_test: Skip 61 oom_error_stacktrace_test: Skip
62 out_of_memory_test: Skip 62 out_of_memory_test: Skip
63 verbose_gc_to_bmu_test: Skip 63 verbose_gc_to_bmu_test: Skip
64 precompilation_test: Skip # Standalone only test.
64 65
65 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 66 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
66 javascript_int_overflow_literal_test/01: Fail, OK 67 javascript_int_overflow_literal_test/01: Fail, OK
67 issue14236_test: Skip # Analyzer can't handle Script snapshots. 68 issue14236_test: Skip # Analyzer can't handle Script snapshots.
68 69
69 # test issue https://code.google.com/p/dart/issues/detail?id=11518 70 # test issue https://code.google.com/p/dart/issues/detail?id=11518
70 io/file_constructor_test: fail 71 io/file_constructor_test: fail
71 72
72 # This is runtime test. 73 # This is runtime test.
73 io/process_exit_negative_test: Skip 74 io/process_exit_negative_test: Skip
(...skipping 22 matching lines...) Expand all
96 http_launch_test: Skip 97 http_launch_test: Skip
97 javascript_int_overflow_test: Skip 98 javascript_int_overflow_test: Skip
98 javascript_int_overflow_literal_test: Skip 99 javascript_int_overflow_literal_test: Skip
99 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 100 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
100 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 101 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
101 issue14236_test: Skip # dart2js does not deal with Script snapshots. 102 issue14236_test: Skip # dart2js does not deal with Script snapshots.
102 javascript_compatibility_errors_test: Skip 103 javascript_compatibility_errors_test: Skip
103 javascript_compatibility_warnings_test: Skip 104 javascript_compatibility_warnings_test: Skip
104 unboxed_int_converter_test: Skip 105 unboxed_int_converter_test: Skip
105 pair_location_remapping_test: Skip 106 pair_location_remapping_test: Skip
106 precompilation_test: Skip # VM only test. 107 precompilation_test: Skip # Standalone only test.
107 108
108 [ $runtime == vm && $arch == ia32] 109 [ $runtime == vm && $arch == ia32]
109 precompilation_test: Skip # Not expected to pass on ia32. 110 precompilation_test: Skip # Not expected to pass on ia32.
110 111
111 [ $runtime == vm && $arch == arm] 112 [ $runtime == vm && $arch == arm]
112 precompilation_test: Skip # Issue 24427 113 precompilation_test: Skip # Issue 24427
113 114
114 [ $compiler == dart2js && $jscl ] 115 [ $compiler == dart2js && $jscl ]
115 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 116 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
116 deoptimization_test: RuntimeError, OK # Requires bigint. 117 deoptimization_test: RuntimeError, OK # Requires bigint.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 [ $runtime == vm ] 200 [ $runtime == vm ]
200 # Failures in secure networking while NSS is replaced with BoringSSL 201 # Failures in secure networking while NSS is replaced with BoringSSL
201 io/https_client_certificate_test: RuntimeError # Issue 24070 202 io/https_client_certificate_test: RuntimeError # Issue 24070
202 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 203 io/secure_server_client_certificate_test: RuntimeError # Issue 24069
203 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 204 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069
204 io/secure_socket_renegotiate_test: RuntimeError 205 io/secure_socket_renegotiate_test: RuntimeError
205 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. 206 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam.
206 207
207 [ $compiler == dart2js && $cps_ir ] 208 [ $compiler == dart2js && $cps_ir ]
208 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined 209 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698