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

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

Issue 963483002: Version 1.8.6 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/
Patch Set: Created 5 years, 9 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 | « dart/tests/standalone/pair_location_remapping_test.dart ('k') | dart/tools/VERSION » ('j') | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 double_smi_comparison_test: Skip # Precision > 53 bits. 81 double_smi_comparison_test: Skip # Precision > 53 bits.
82 http_launch_test: Skip 82 http_launch_test: Skip
83 javascript_int_overflow_test: Skip 83 javascript_int_overflow_test: Skip
84 javascript_int_overflow_literal_test: Skip 84 javascript_int_overflow_literal_test: Skip
85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
87 issue14236_test: Skip # dart2js does not deal with Script snapshots. 87 issue14236_test: Skip # dart2js does not deal with Script snapshots.
88 javascript_compatibility_errors_test: Skip 88 javascript_compatibility_errors_test: Skip
89 javascript_compatibility_warnings_test: Skip 89 javascript_compatibility_warnings_test: Skip
90 unboxed_int_converter_test: Skip 90 unboxed_int_converter_test: Skip
91 pair_location_remapping_test: Skip
91 92
92 [ $compiler == dart2js && $jscl ] 93 [ $compiler == dart2js && $jscl ]
93 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 94 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
94 deoptimization_test: RuntimeError, OK # Requires bigint. 95 deoptimization_test: RuntimeError, OK # Requires bigint.
95 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 96 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
96 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 97 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
97 98
98 [ $compiler == dart2js && $runtime == none ] 99 [ $compiler == dart2js && $runtime == none ]
99 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 100 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
100 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 101 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 [ $compiler == dart2analyzer ] 154 [ $compiler == dart2analyzer ]
154 package/package1_test: CompileTimeError 155 package/package1_test: CompileTimeError
155 package/package_test: CompileTimeError 156 package/package_test: CompileTimeError
156 157
157 [ $system == windows ] 158 [ $system == windows ]
158 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
159 160
160 [ $system != linux ] 161 [ $system != linux ]
161 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
162 163
OLDNEW
« no previous file with comments | « dart/tests/standalone/pair_location_remapping_test.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698