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

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

Issue 1291283006: dart2js: fail gracefully with invalid package config (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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 http_launch_test: Skip 93 http_launch_test: Skip
94 javascript_int_overflow_test: Skip 94 javascript_int_overflow_test: Skip
95 javascript_int_overflow_literal_test: Skip 95 javascript_int_overflow_literal_test: Skip
96 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).
97 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 97 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
98 issue14236_test: Skip # dart2js does not deal with Script snapshots. 98 issue14236_test: Skip # dart2js does not deal with Script snapshots.
99 javascript_compatibility_errors_test: Skip 99 javascript_compatibility_errors_test: Skip
100 javascript_compatibility_warnings_test: Skip 100 javascript_compatibility_warnings_test: Skip
101 unboxed_int_converter_test: Skip 101 unboxed_int_converter_test: Skip
102 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
107 103
108 [ $compiler == dart2js && $jscl ] 104 [ $compiler == dart2js && $jscl ]
109 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 105 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
110 deoptimization_test: RuntimeError, OK # Requires bigint. 106 deoptimization_test: RuntimeError, OK # Requires bigint.
111 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 107 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
112 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 108 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
113 109
114 [ $compiler == dart2js && $runtime == none ] 110 [ $compiler == dart2js && $runtime == none ]
115 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 111 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
116 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 112 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 [ $compiler == dart2js && $cps_ir ] 190 [ $compiler == dart2js && $cps_ir ]
195 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions 191 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
196 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions 192 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
197 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 193 io/file_error_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 194 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
199 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons 195 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
200 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions 196 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
201 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 197 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
202 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 198 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
203 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined 199 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined
OLDNEW
« pkg/compiler/lib/src/apiimpl.dart ('K') | « pkg/compiler/lib/src/diagnostics/messages.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698