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

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

Issue 2691633002: Update the status file w.r.t. dart_developer_env_test (Closed)
Patch Set: Created 3 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
« 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
11 io/http_close_test: Pass, RuntimeError # Issue 28380 11 io/http_close_test: Pass, RuntimeError # Issue 28380
12
13 packages_file_test: Skip # Issue 26715 12 packages_file_test: Skip # Issue 26715
14 packages_file_test/none: Skip # contains no tests. 13 packages_file_test/none: Skip # contains no tests.
15 dart_developer_disabled_env_test: Skip # Issue 28718
16 dart_developer_env_test: Skip # Issue 28718
17 14
18 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 15 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
19 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally 16 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally
20 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally 17 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally
21 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally 18 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
22 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr ror # Errors intentionally 19 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr ror # Errors intentionally
23 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim eError # Errors intentionally 20 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim eError # Errors intentionally
24 21
25 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 22 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
26 23
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 package/*: Skip # Do not run those in Dartium. 76 package/*: Skip # Do not run those in Dartium.
80 http_launch_test: Skip 77 http_launch_test: Skip
81 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 78 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
82 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 79 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
83 oom_error_stacktrace_test: Skip 80 oom_error_stacktrace_test: Skip
84 out_of_memory_test: Skip 81 out_of_memory_test: Skip
85 map_insert_remove_oom_test: Skip # Issue 24571 82 map_insert_remove_oom_test: Skip # Issue 24571
86 verbose_gc_to_bmu_test: Skip 83 verbose_gc_to_bmu_test: Skip
87 regress_26031_test: SkipByDesign # Standalone only test 84 regress_26031_test: SkipByDesign # Standalone only test
88 env_test: Skip # This is testing a vm command line parsing scenario. 85 env_test: Skip # This is testing a vm command line parsing scenario.
86 dart_developer_disabled_env_test: SkipByDesign # Dartium does not respect VMOpti ons
89 87
90 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 88 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
91 issue14236_test: Skip # Analyzer can't handle Script snapshots. 89 issue14236_test: Skip # Analyzer can't handle Script snapshots.
92 90
93 # test issue https://code.google.com/p/dart/issues/detail?id=11518 91 # test issue https://code.google.com/p/dart/issues/detail?id=11518
94 io/file_constructor_test: fail 92 io/file_constructor_test: fail
95 93
96 # This is runtime test. 94 # This is runtime test.
97 io/process_exit_negative_test: Skip 95 io/process_exit_negative_test: Skip
98 96
(...skipping 21 matching lines...) Expand all
120 pow_test: Skip # Precision > 53 bits. 118 pow_test: Skip # Precision > 53 bits.
121 double_smi_comparison_test: Skip # Precision > 53 bits. 119 double_smi_comparison_test: Skip # Precision > 53 bits.
122 http_launch_test: Skip 120 http_launch_test: Skip
123 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 121 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
124 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 122 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
125 issue14236_test: Skip # dart2js does not deal with Script snapshots. 123 issue14236_test: Skip # dart2js does not deal with Script snapshots.
126 unboxed_int_converter_test: Skip 124 unboxed_int_converter_test: Skip
127 pair_location_remapping_test: Skip 125 pair_location_remapping_test: Skip
128 regress_25335_test: Skip # Int64List not supported. 126 regress_25335_test: Skip # Int64List not supported.
129 deferred_transitive_import_error_test: Skip # Contains intentional errors. 127 deferred_transitive_import_error_test: Skip # Contains intentional errors.
128 dart_developer_env_test: SkipByDesign # Unsupported by dart2js
129 dart_developer_disabled_env_test: SkipByDesign # Unsupported by dart2js
130 130
131 [ $compiler == dart2js && $cps_ir && $checked ] 131 [ $compiler == dart2js && $cps_ir && $checked ]
132 *: Skip # `assert` not implemented 132 *: Skip # `assert` not implemented
133 133
134 [ $runtime == vm && ($arch == arm || $arch == arm64) ] 134 [ $runtime == vm && ($arch == arm || $arch == arm64) ]
135 io/file_stream_test: Skip # Issue 26109 135 io/file_stream_test: Skip # Issue 26109
136 io/file_typed_data_test: Skip # Issue 26109 136 io/file_typed_data_test: Skip # Issue 26109
137 io/file_input_stream_test: Skip # Issue 26109 137 io/file_input_stream_test: Skip # Issue 26109
138 138
139 [ $compiler == dart2js && $jscl ] 139 [ $compiler == dart2js && $jscl ]
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 io/socket_source_address_test: SkipByDesign 405 io/socket_source_address_test: SkipByDesign
406 io/socket_bind_test: SkipByDesign 406 io/socket_bind_test: SkipByDesign
407 io/http_proxy_advanced_test: SkipByDesign 407 io/http_proxy_advanced_test: SkipByDesign
408 io/http_ipv6_test: SkipByDesign 408 io/http_ipv6_test: SkipByDesign
409 io/socket_ipv6_test: SkipByDesign 409 io/socket_ipv6_test: SkipByDesign
410 io/socket_info_ipv6_test: SkipByDesign 410 io/socket_info_ipv6_test: SkipByDesign
411 411
412 [ $builder_tag == asan && $arch == x64 ] 412 [ $builder_tag == asan && $arch == x64 ]
413 io/process_detached_test: Pass, Slow 413 io/process_detached_test: Pass, Slow
414 io/named_pipe_script_test: RuntimeError 414 io/named_pipe_script_test: RuntimeError
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