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

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

Issue 2114083002: Add --hot-reload to the test harness. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: . Created 4 years, 5 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/lib/lib.status ('k') | tools/testing/dart/compiler_configuration.dart » ('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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 314
315 typed_data_isolate_test: Skip # Issue #26376 315 typed_data_isolate_test: Skip # Issue #26376
316 typed_array_test: Skip # Issue #26376 316 typed_array_test: Skip # Issue #26376
317 typed_array_int64_uint64_test: Skip # Issue #26376 317 typed_array_int64_uint64_test: Skip # Issue #26376
318 318
319 oom_error_stacktrace_test: Skip # Issue #26377 319 oom_error_stacktrace_test: Skip # Issue #26377
320 out_of_memory_test: Skip # Issue #26377 320 out_of_memory_test: Skip # Issue #26377
321 321
322 [ $runtime == dart_precompiled ] 322 [ $runtime == dart_precompiled ]
323 deferred_transitive_import_error_test: Skip # Contains intentional errors. 323 deferred_transitive_import_error_test: Skip # Contains intentional errors.
324
325 [ $hot_reload ]
326 io/bytes_builder_test: RuntimeError
327 io/file_input_stream_test: Crash
328 io/file_test: Pass, Crash
329 io/web_socket_protocol_processor_test: Pass, Crash
330 map_insert_remove_oom_test: Crash
331 priority_queue_stress_test: Crash
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698