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

Side by Side Diff: pkg/pkg.status

Issue 1206873003: dart2js cps: Handle checks against mutable and extendable lists. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/glue.dart ('k') | tests/co19/co19-dart2js.status » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 analyzer/test/src/task/html_test: Crash # Invalid argument(s) 185 analyzer/test/src/task/html_test: Crash # Invalid argument(s)
186 analyzer/test/src/task/html_work_manager_test: Crash # (try {body();}catch ... try/catch/finally 186 analyzer/test/src/task/html_work_manager_test: Crash # (try {body();}catch ... try/catch/finally
187 analyzer/test/src/task/incremental_element_builder_test: Crash # Invalid argumen t(s) 187 analyzer/test/src/task/incremental_element_builder_test: Crash # Invalid argumen t(s)
188 analyzer/test/src/task/inputs_test: Crash # Invalid argument(s) 188 analyzer/test/src/task/inputs_test: Crash # Invalid argument(s)
189 analyzer/test/src/task/manager_test: Crash # Invalid argument(s) 189 analyzer/test/src/task/manager_test: Crash # Invalid argument(s)
190 analyzer/test/src/task/model_test: Crash # Invalid argument(s) 190 analyzer/test/src/task/model_test: Crash # Invalid argument(s)
191 analyzer/test/src/util/asserts_test: Crash # Invalid argument(s) 191 analyzer/test/src/util/asserts_test: Crash # Invalid argument(s)
192 analyzer/test/src/util/lru_map_test: Crash # Invalid argument(s) 192 analyzer/test/src/util/lru_map_test: Crash # Invalid argument(s)
193 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/catch/finally 193 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/catch/finally
194 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/catch/finally 194 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/catch/finally
195 js_ast/test/printer_callback_test: RuntimeError # Please triage this failure.
196 microlytics/test/dart_microlytics_test: RuntimeError # Please triage this failur e.
197 typed_data/test/typed_buffers_test/01: Crash # Invalid argument(s) 195 typed_data/test/typed_buffers_test/01: Crash # Invalid argument(s)
198 typed_data/test/typed_buffers_test/none: Crash # Invalid argument(s) 196 typed_data/test/typed_buffers_test/none: Crash # Invalid argument(s)
199 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/catch/fina lly 197 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/catch/fina lly
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/glue.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698