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

Side by Side Diff: pkg/pkg.status

Issue 1130813002: dart2js cps: Handle error cases. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase, fixes due to rebase, and update status files Created 5 years, 7 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 | Annotate | Revision Log
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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field 637 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field
638 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field 638 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field
639 _internal/lib/pub/test/version_solver_test: Crash # try/finally 639 _internal/lib/pub/test/version_solver_test: Crash # try/finally
640 js_ast/test/printer_callback_test: Crash # Please triage this failure. 640 js_ast/test/printer_callback_test: Crash # Please triage this failure.
641 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node 641 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
642 stub_core_library/test/stub_test: Crash # try/finally 642 stub_core_library/test/stub_test: Crash # try/finally
643 third_party/di_tests/di_test: Crash # try/finally 643 third_party/di_tests/di_test: Crash # try/finally
644 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention. 644 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention.
645 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention. 645 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention.
646 typed_mock/test/typed_mock_test: Crash # try/finally 646 typed_mock/test/typed_mock_test: Crash # try/finally
647 analyzer/test/src/task/incremental_element_builder_test : Crash # bailout: (try {body();}catch (e,trace){var stack=(trace==null)?'':': ${trace.toString()}';envi ronment.uncaughtErrorMessage="${e.toString()}${stack}";}finally {environment.cur rentContext=environment.currentContext.parent;}): try/finally
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698