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

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

Issue 1298323002: Add more tests for .packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/standalone/package/scenarios/packages_file_strange_formatting/target_with_colon_test.dart ('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
11 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally
12 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally
13 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
14 package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally
11 15
12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 16 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
13 17
14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:' 18 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:'
15 19
16 [ $runtime == vm ] 20 [ $runtime == vm ]
17 package/package_isolate_test: Fail # Issue 12474 21 package/package_isolate_test: Fail # Issue 12474
18 io/observatory_test: Fail 22 io/observatory_test: Fail
23 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
19 24
20 [ $runtime == vm && $checked ] 25 [ $runtime == vm && $checked ]
21 # These tests have type errors on purpose. 26 # These tests have type errors on purpose.
22 io/process_invalid_arguments_test: Fail, OK 27 io/process_invalid_arguments_test: Fail, OK
23 io/directory_invalid_arguments_test: Fail, OK 28 io/directory_invalid_arguments_test: Fail, OK
24 io/file_invalid_arguments_test: Fail, OK 29 io/file_invalid_arguments_test: Fail, OK
25 io/internet_address_invalid_arguments_test: Fail, OK 30 io/internet_address_invalid_arguments_test: Fail, OK
26 io/socket_invalid_arguments_test: Fail, OK 31 io/socket_invalid_arguments_test: Fail, OK
27 io/stdout_bad_argument_test: Fail, OK 32 io/stdout_bad_argument_test: Fail, OK
28 # These test have type errors on purpose and take very long to run in 33 # These test have type errors on purpose and take very long to run in
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 http_launch_test: Skip 93 http_launch_test: Skip
89 javascript_int_overflow_test: Skip 94 javascript_int_overflow_test: Skip
90 javascript_int_overflow_literal_test: Skip 95 javascript_int_overflow_literal_test: Skip
91 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 96 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
92 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 97 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
93 issue14236_test: Skip # dart2js does not deal with Script snapshots. 98 issue14236_test: Skip # dart2js does not deal with Script snapshots.
94 javascript_compatibility_errors_test: Skip 99 javascript_compatibility_errors_test: Skip
95 javascript_compatibility_warnings_test: Skip 100 javascript_compatibility_warnings_test: Skip
96 unboxed_int_converter_test: Skip 101 unboxed_int_converter_test: Skip
97 pair_location_remapping_test: Skip 102 pair_location_remapping_test: Skip
103 package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24118
104 package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24120
105 package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24121
106 package/scenarios/invalid/same_package_twice_test: Crash # Issue 24122
98 107
99 [ $compiler == dart2js && $jscl ] 108 [ $compiler == dart2js && $jscl ]
100 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 109 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
101 deoptimization_test: RuntimeError, OK # Requires bigint. 110 deoptimization_test: RuntimeError, OK # Requires bigint.
102 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 111 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
103 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 112 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
104 113
105 [ $compiler == dart2js && $runtime == none ] 114 [ $compiler == dart2js && $runtime == none ]
106 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 115 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
107 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 116 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 javascript_compatibility_errors_test: Skip 164 javascript_compatibility_errors_test: Skip
156 javascript_compatibility_warnings_test: Skip 165 javascript_compatibility_warnings_test: Skip
157 166
158 [ $compiler == dart2analyzer ] 167 [ $compiler == dart2analyzer ]
159 package/package1_test: CompileTimeError 168 package/package1_test: CompileTimeError
160 package/package_test: CompileTimeError 169 package/package_test: CompileTimeError
161 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError 170 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
162 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError 171 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError
163 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError 172 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError
164 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError 173 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError
174 package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24123
175 package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24127
176 package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24125
177 package/scenarios/invalid/same_package_twice_test: Crash # Issue 24124
178 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash # Issue 24126
165 179
166 [ $system == windows ] 180 [ $system == windows ]
167 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 181 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
168 verbose_gc_to_bmu_test: Skip 182 verbose_gc_to_bmu_test: Skip
169 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 183 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
170 184
171 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 185 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
172 verified_mem_test: Skip # Not yet implemented. 186 verified_mem_test: Skip # Not yet implemented.
173 187
174 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 188 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
175 full_coverage_test: Skip # Timeout. 189 full_coverage_test: Skip # Timeout.
176 io/file_lock_test: Skip # Timeout. 190 io/file_lock_test: Skip # Timeout.
177 io/test_runner_test: Skip # Timeout. 191 io/test_runner_test: Skip # Timeout.
178 io/http_client_stays_alive_test: Skip # Timeout. 192 io/http_client_stays_alive_test: Skip # Timeout.
179 193
180 [ $compiler == dart2js && $cps_ir ] 194 [ $compiler == dart2js && $cps_ir ]
181 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions 195 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
182 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions 196 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
183 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 197 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
184 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions 198 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
185 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons 199 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
186 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions 200 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
187 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 201 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
188 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 202 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
189 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined 203 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined
OLDNEW
« no previous file with comments | « tests/standalone/package/scenarios/packages_file_strange_formatting/target_with_colon_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698