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

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

Issue 35393003: Retain script path of parent isolate when spawnFunction is called so that (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/standalone/issue14236_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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 48 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
49 typed_array_test: Fail # Issue 13921 49 typed_array_test: Fail # Issue 13921
50 typed_array_int64_uint64_test: Fail # Issue 13921 50 typed_array_int64_uint64_test: Fail # Issue 13921
51 typed_data_isolate_test: Skip # This test uses dart:io 51 typed_data_isolate_test: Skip # This test uses dart:io
52 io/*: Skip # Don't run tests using dart:io in the browser 52 io/*: Skip # Don't run tests using dart:io in the browser
53 package/*: Skip # Do not run those in Dartium. 53 package/*: Skip # Do not run those in Dartium.
54 debugger/*: Skip # Do not run standalone debugger tests in browser. 54 debugger/*: Skip # Do not run standalone debugger tests in browser.
55 coverage_test: Skip 55 coverage_test: Skip
56 http_launch_test: Skip 56 http_launch_test: Skip
57 vmservice/*: Skip # Do not run standalone vm service tests in browser. 57 vmservice/*: Skip # Do not run standalone vm service tests in browser.
58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
58 59
59 60
60 [ $compiler == dartanalyzer ] 61 [ $compiler == dartanalyzer ]
61 javascript_int_overflow_literal_test/01: fail, ok 62 javascript_int_overflow_literal_test/01: fail, ok
63 issue14236_test: Skip # Analyzer can't handle Script snapshots.
62 64
63 # test issue https://code.google.com/p/dart/issues/detail?id=11518 65 # test issue https://code.google.com/p/dart/issues/detail?id=11518
64 io/file_constructor_test: fail 66 io/file_constructor_test: fail
65 67
66 # The dart:io library is created at build time from separate files, and 68 # The dart:io library is created at build time from separate files, and
67 # there is no language-spec compatible way to run unit tests on the private 69 # there is no language-spec compatible way to run unit tests on the private
68 # members and methods of dart:io. 70 # members and methods of dart:io.
69 # Dart analyzer spots the misuse of 'part' directives in these unit tests. 71 # Dart analyzer spots the misuse of 'part' directives in these unit tests.
70 io/http_headers_test: Skip 72 io/http_headers_test: Skip
71 io/http_cookie_date_test: Skip 73 io/http_cookie_date_test: Skip
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 118 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
117 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 119 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
118 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 120 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
119 pow_test: Skip # Precision > 53 bits. 121 pow_test: Skip # Precision > 53 bits.
120 double_smi_comparison_test: Skip # Precision > 53 bits. 122 double_smi_comparison_test: Skip # Precision > 53 bits.
121 http_launch_test: Skip 123 http_launch_test: Skip
122 javascript_int_overflow_test: Skip 124 javascript_int_overflow_test: Skip
123 javascript_int_overflow_literal_test: Skip 125 javascript_int_overflow_literal_test: Skip
124 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 126 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
125 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 127 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
128 issue14236_test: Skip # dart2js does not deal with Script snapshots.
126 129
127 # Suppress tests that use main(List<String> args) until issue 14200 is fixed. 130 # Suppress tests that use main(List<String> args) until issue 14200 is fixed.
128 io/secure_builtin_roots_test: Fail # Issue 14200 131 io/secure_builtin_roots_test: Fail # Issue 14200
129 io/test_runner_test: Fail # Issue 14200 132 io/test_runner_test: Fail # Issue 14200
130 io/http_cross_process_test: Fail # Issue 14200 133 io/http_cross_process_test: Fail # Issue 14200
131 io/socket_cross_process_test: Fail # Issue 14200 134 io/socket_cross_process_test: Fail # Issue 14200
132 io/raw_socket_cross_process_test: Fail # Issue 14200 135 io/raw_socket_cross_process_test: Fail # Issue 14200
133 136
134 [ $compiler == dart2js && $jscl ] 137 [ $compiler == dart2js && $jscl ]
135 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 138 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 io/test_extension_fail_test: Fail 178 io/test_extension_fail_test: Fail
176 io/dart_std_io_pipe_test: Fail 179 io/dart_std_io_pipe_test: Fail
177 io/file_read_special_device_test: Fail 180 io/file_read_special_device_test: Fail
178 181
179 [ $compiler == none && $runtime == dartium && $unchecked ] 182 [ $compiler == none && $runtime == dartium && $unchecked ]
180 assert_test: Fail # Issue 13719: Please triage this failure. 183 assert_test: Fail # Issue 13719: Please triage this failure.
181 184
182 [ $compiler == none && $runtime == dartium ] 185 [ $compiler == none && $runtime == dartium ]
183 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. 186 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure.
184 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. 187 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure.
OLDNEW
« no previous file with comments | « tests/standalone/issue14236_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698