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

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

Issue 1373873004: Make --noopt behave like an in-place precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: sync + enable checked mode 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 | « tests/standalone/noopt_test.dart ('k') | 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 precompilation_test: Skip # Standalone only test.
65 noopt_test: Skip # Standalone only test.
65 66
66 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 67 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
67 javascript_int_overflow_literal_test/01: Fail, OK 68 javascript_int_overflow_literal_test/01: Fail, OK
68 issue14236_test: Skip # Analyzer can't handle Script snapshots. 69 issue14236_test: Skip # Analyzer can't handle Script snapshots.
69 70
70 # test issue https://code.google.com/p/dart/issues/detail?id=11518 71 # test issue https://code.google.com/p/dart/issues/detail?id=11518
71 io/file_constructor_test: fail 72 io/file_constructor_test: fail
72 73
73 # This is runtime test. 74 # This is runtime test.
74 io/process_exit_negative_test: Skip 75 io/process_exit_negative_test: Skip
(...skipping 23 matching lines...) Expand all
98 javascript_int_overflow_test: Skip 99 javascript_int_overflow_test: Skip
99 javascript_int_overflow_literal_test: Skip 100 javascript_int_overflow_literal_test: Skip
100 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 101 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
101 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 102 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
102 issue14236_test: Skip # dart2js does not deal with Script snapshots. 103 issue14236_test: Skip # dart2js does not deal with Script snapshots.
103 javascript_compatibility_errors_test: Skip 104 javascript_compatibility_errors_test: Skip
104 javascript_compatibility_warnings_test: Skip 105 javascript_compatibility_warnings_test: Skip
105 unboxed_int_converter_test: Skip 106 unboxed_int_converter_test: Skip
106 pair_location_remapping_test: Skip 107 pair_location_remapping_test: Skip
107 precompilation_test: Skip # Standalone only test. 108 precompilation_test: Skip # Standalone only test.
109 noopt_test: Skip # Standalone only test.
108 110
109 [ $runtime == vm && $arch == ia32] 111 [ $runtime == vm && $arch == ia32]
110 precompilation_test: Skip # Not expected to pass on ia32. 112 precompilation_test: Skip # Not expected to pass on ia32.
113 noopt_test: Skip # Not expected to pass on ia32.
111 114
112 [ $runtime == vm && $arch == arm] 115 [ $runtime == vm && $arch == arm]
113 precompilation_test: Skip # Issue 24427 116 precompilation_test: Skip # Issue 24427
114 117
115 [ $compiler == dart2js && $jscl ] 118 [ $compiler == dart2js && $jscl ]
116 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 119 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
117 deoptimization_test: RuntimeError, OK # Requires bigint. 120 deoptimization_test: RuntimeError, OK # Requires bigint.
118 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 121 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
119 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 122 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
120 123
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 [ $runtime == vm ] 203 [ $runtime == vm ]
201 # Failures in secure networking while NSS is replaced with BoringSSL 204 # Failures in secure networking while NSS is replaced with BoringSSL
202 io/https_client_certificate_test: RuntimeError # Issue 24070 205 io/https_client_certificate_test: RuntimeError # Issue 24070
203 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 206 io/secure_server_client_certificate_test: RuntimeError # Issue 24069
204 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 207 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069
205 io/secure_socket_renegotiate_test: RuntimeError 208 io/secure_socket_renegotiate_test: RuntimeError
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. 209 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.
207 210
208 [ $compiler == dart2js && $cps_ir ] 211 [ $compiler == dart2js && $cps_ir ]
209 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined 212 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined
OLDNEW
« no previous file with comments | « tests/standalone/noopt_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698