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

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

Issue 2903993002: Remember deopt-id -> context-level mappings in var descriptors. (Closed)
Patch Set: . Created 3 years, 6 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/scopes.cc ('K') | « runtime/vm/scopes.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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 io/http_proxy_advanced_test: SkipByDesign 430 io/http_proxy_advanced_test: SkipByDesign
431 io/http_ipv6_test: SkipByDesign 431 io/http_ipv6_test: SkipByDesign
432 io/socket_ipv6_test: SkipByDesign 432 io/socket_ipv6_test: SkipByDesign
433 io/socket_info_ipv6_test: SkipByDesign 433 io/socket_info_ipv6_test: SkipByDesign
434 434
435 [ $builder_tag == asan ] 435 [ $builder_tag == asan ]
436 io/process_detached_test: Pass, Slow 436 io/process_detached_test: Pass, Slow
437 io/named_pipe_script_test: RuntimeError 437 io/named_pipe_script_test: RuntimeError
438 438
439 [ $compiler == dartk || $compiler == dartkp ] 439 [ $compiler == dartk || $compiler == dartkp ]
440 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla g disabled
440 io/http_content_length_test: Skip # Flaky. 441 io/http_content_length_test: Skip # Flaky.
441 io/http_proxy_test: Skip # Flaky. 442 io/http_proxy_test: Skip # Flaky.
442 io/http_response_deadline_test: Skip # Flaky. 443 io/http_response_deadline_test: Skip # Flaky.
443 io/http_reuse_server_port_test: Skip # Flaky. 444 io/http_reuse_server_port_test: Skip # Flaky.
444 io/http_server_close_response_after_error_test: Skip # Flaky. 445 io/http_server_close_response_after_error_test: Skip # Flaky.
445 io/raw_datagram_socket_test: Skip # Flaky. 446 io/raw_datagram_socket_test: Skip # Flaky.
446 io/web_socket_test: Skip # Flaky. 447 io/web_socket_test: Skip # Flaky.
447 448
448 regress_29350_test: MissingCompileTimeError 449 regress_29350_test: MissingCompileTimeError
449 assert_test: RuntimeError 450 assert_test: RuntimeError
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 542 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115
542 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 543 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
543 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 544 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
544 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 545 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 546 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
546 547
547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 548 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 549 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
549 io/test_runner_test: CompileTimeError # Uses mirrors 550 io/test_runner_test: CompileTimeError # Uses mirrors
550 551
OLDNEW
« runtime/vm/scopes.cc ('K') | « runtime/vm/scopes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698