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

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

Issue 1561673003: Fix bot: Int64List not supported in dart2js (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: g Created 4 years, 11 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 99 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. 100 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
101 issue14236_test: Skip # dart2js does not deal with Script snapshots. 101 issue14236_test: Skip # dart2js does not deal with Script snapshots.
102 javascript_compatibility_errors_test: Skip 102 javascript_compatibility_errors_test: Skip
103 javascript_compatibility_warnings_test: Skip 103 javascript_compatibility_warnings_test: Skip
104 unboxed_int_converter_test: Skip 104 unboxed_int_converter_test: Skip
105 pair_location_remapping_test: Skip 105 pair_location_remapping_test: Skip
106 precompilation_test: Skip # Standalone only test. 106 precompilation_test: Skip # Standalone only test.
107 precompilation_dart2js_test: Skip # Standalone only test. 107 precompilation_dart2js_test: Skip # Standalone only test.
108 noopt_test: Skip # Standalone only test. 108 noopt_test: Skip # Standalone only test.
109 regress_25335_test: Skip # Int64List not supported.
109 110
110 [ $runtime == vm && $mode == debug ] 111 [ $runtime == vm && $mode == debug ]
111 precompilation_dart2js_test: Pass, Slow 112 precompilation_dart2js_test: Pass, Slow
112 113
113 [ $runtime == vm && $arch == ia32 ] 114 [ $runtime == vm && $arch == ia32 ]
114 precompilation_test: Skip # Not expected to pass on ia32. 115 precompilation_test: Skip # Not expected to pass on ia32.
115 precompilation_dart2js_test: Skip # Not expected to pass on ia32. 116 precompilation_dart2js_test: Skip # Not expected to pass on ia32.
116 noopt_test: Skip # Not expected to pass on ia32. 117 noopt_test: Skip # Not expected to pass on ia32.
117 118
118 [ $runtime == vm && $arch == arm ] 119 [ $runtime == vm && $arch == arm ]
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 io/test_runner_test: RuntimeError # Platform.executable 258 io/test_runner_test: RuntimeError # Platform.executable
258 io/file_lock_test: RuntimeError # Platform.executable 259 io/file_lock_test: RuntimeError # Platform.executable
259 io/code_collection_test: RuntimeError # Platform.executable 260 io/code_collection_test: RuntimeError # Platform.executable
260 io/file_lock_test: RuntimeError # Platform.executable 261 io/file_lock_test: RuntimeError # Platform.executable
261 io/code_collection_test: RuntimeError # Platform.executable 262 io/code_collection_test: RuntimeError # Platform.executable
262 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 263 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
263 io/test_extension_test: RuntimeError # Platform.executable 264 io/test_extension_test: RuntimeError # Platform.executable
264 io/regress_7679_test: RuntimeError # Platform.executable 265 io/regress_7679_test: RuntimeError # Platform.executable
265 266
266 io/process_*: Skip # Most use Platform.executable 267 io/process_*: Skip # Most use Platform.executable
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