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

Side by Side Diff: pkg/pkg.status

Issue 1084413003: Fix an assertion failure in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('k') | tests/corelib/corelib.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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node 689 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
690 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 690 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
691 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention. 691 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention.
692 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 692 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
693 stub_core_library/test/stub_test: Crash # try/finally 693 stub_core_library/test/stub_test: Crash # try/finally
694 third_party/angular_tests/vm_test: Crash # try/finally 694 third_party/angular_tests/vm_test: Crash # try/finally
695 third_party/di_tests/di_test: Crash # try/finally 695 third_party/di_tests/di_test: Crash # try/finally
696 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention. 696 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention.
697 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention. 697 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention.
698 typed_mock/test/typed_mock_test: Crash # try/finally 698 typed_mock/test/typed_mock_test: Crash # try/finally
699 analyzer/test/src/context/context_test: Crash # try/finally
Kevin Millikin (Google) 2015/04/22 14:55:46 I'm not sure why this test started failing. I gue
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698