Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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
| |
| OLD | NEW |