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

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

Issue 1678203002: Remove more feature in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« runtime/vm/il_printer.cc ('K') | « runtime/vm/timeline_analysis.cc ('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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 io/file_stream_test: RuntimeError # Platform.executable 259 io/file_stream_test: RuntimeError # Platform.executable
260 io/file_test: RuntimeError # Platform.executable 260 io/file_test: RuntimeError # Platform.executable
261 io/http_cross_process_test: RuntimeError # Platform.executable 261 io/http_cross_process_test: RuntimeError # Platform.executable
262 io/https_unauthorized_test: RuntimeError # Platform.executable 262 io/https_unauthorized_test: RuntimeError # Platform.executable
263 io/platform_resolved_executable_test: RuntimeError # Platform.resolvedExecutable 263 io/platform_resolved_executable_test: RuntimeError # Platform.resolvedExecutable
264 io/skipping_dart2js_compilations_test: RuntimeError # Platform.executable 264 io/skipping_dart2js_compilations_test: RuntimeError # Platform.executable
265 io/snapshot_fail_test: RuntimeError # Platform.executable 265 io/snapshot_fail_test: RuntimeError # Platform.executable
266 io/stdin_sync_test: RuntimeError # Platform.executable 266 io/stdin_sync_test: RuntimeError # Platform.executable
267 io/test_extension_fail_test: RuntimeError # Platform.executable 267 io/test_extension_fail_test: RuntimeError # Platform.executable
268 precompilation_test: RuntimeError # Platform.executable 268 precompilation_test: RuntimeError # Platform.executable
269 standalone/io/file_read_special_device_test: RuntimeError # Platform.executable 269 io/file_read_special_device_test: RuntimeError # Platform.executable
270 verbose_gc_to_bmu_test: RuntimeError # Platform.executable 270 verbose_gc_to_bmu_test: RuntimeError # Platform.executable
271 io/http_server_close_response_after_error_test: RuntimeError # Platform.executab le 271 io/http_server_close_response_after_error_test: RuntimeError # Platform.executab le
272 io/http_client_stays_alive_test: RuntimeError # Platform.executable 272 io/http_client_stays_alive_test: RuntimeError # Platform.executable
273 io/print_sync_test: RuntimeError # Platform.executable 273 io/print_sync_test: RuntimeError # Platform.executable
274 io/signals_test: RuntimeError # Platform.executable 274 io/signals_test: RuntimeError # Platform.executable
275 io/stdio_nonblocking_test: RuntimeError # Platform.executable 275 io/stdio_nonblocking_test: RuntimeError # Platform.executable
276 io/regress_7191_test: RuntimeError # Platform.executable 276 io/regress_7191_test: RuntimeError # Platform.executable
277 io/secure_unauthorized_test: RuntimeError # Platform.executable 277 io/secure_unauthorized_test: RuntimeError # Platform.executable
278 io/dart_std_io_pipe_test: RuntimeError # Platform.executable 278 io/dart_std_io_pipe_test: RuntimeError # Platform.executable
279 io/platform_test: RuntimeError # Platform.executable 279 io/platform_test: RuntimeError # Platform.executable
280 io/socket_cross_process_test: RuntimeError # Platform.executable 280 io/socket_cross_process_test: RuntimeError # Platform.executable
281 io/test_runner_test: RuntimeError # Platform.executable 281 io/test_runner_test: RuntimeError # Platform.executable
282 io/file_lock_test: RuntimeError # Platform.executable 282 io/file_lock_test: RuntimeError # Platform.executable
283 io/code_collection_test: RuntimeError # Platform.executable 283 io/code_collection_test: RuntimeError # Platform.executable
284 io/file_lock_test: RuntimeError # Platform.executable 284 io/file_lock_test: RuntimeError # Platform.executable
285 io/code_collection_test: RuntimeError # Platform.executable 285 io/code_collection_test: RuntimeError # Platform.executable
286 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 286 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
287 io/test_extension_test: RuntimeError # Platform.executable 287 io/test_extension_test: RuntimeError # Platform.executable
288 io/regress_7679_test: RuntimeError # Platform.executable 288 io/regress_7679_test: RuntimeError # Platform.executable
289 289
290 io/process_*: Skip # Most use Platform.executable 290 io/process_*: Skip # Most use Platform.executable
291
292 # Code coverage is not supported in product mode.
293 [ $mode == product ]
294 full_coverage_test: SkipByDesign
OLDNEW
« runtime/vm/il_printer.cc ('K') | « runtime/vm/timeline_analysis.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698