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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 analyzer/test/src/task/general_test: Crash # (try {body();}catch ... try/finall
y | 184 analyzer/test/src/task/general_test: Crash # (try {body();}catch ... try/finall
y |
185 analyzer/test/src/task/html_test: Crash # (try {test(spec,body);}finally {enviro
nment.soloNestingLevel-- ;}): try/finally | 185 analyzer/test/src/task/html_test: Crash # (try {test(spec,body);}finally {enviro
nment.soloNestingLevel-- ;}): try/finally |
186 analyzer/test/src/task/incremental_element_builder_test: Crash # (try {test(spec
,body);}finally {environment.soloNestingLevel-- ;}): try/finally | 186 analyzer/test/src/task/incremental_element_builder_test: Crash # (try {test(spec
,body);}finally {environment.soloNestingLevel-- ;}): try/finally |
187 analyzer/test/src/task/inputs_test: Crash # (try {test(spec,body);}finally {envi
ronment.soloNestingLevel-- ;}): try/finally | 187 analyzer/test/src/task/inputs_test: Crash # (try {test(spec,body);}finally {envi
ronment.soloNestingLevel-- ;}): try/finally |
188 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally | 188 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally |
189 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir
onment.soloNestingLevel-- ;}): try/finally | 189 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir
onment.soloNestingLevel-- ;}): try/finally |
190 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally | 190 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally |
191 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally | 191 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env
ironment.soloNestingLevel-- ;}): try/finally |
192 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/finally | 192 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/finally |
193 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/finally | 193 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/finally |
194 js_ast/test/printer_callback_test: Crash # The null object does not have a gette
r 'namedArguments'. | 194 js_ast/test/printer_callback_test: Crash # Issue 23691 |
195 microlytics/test/dart_microlytics_test: RuntimeError # Please triage this failur
e. | 195 microlytics/test/dart_microlytics_test: RuntimeError # Please triage this failur
e. |
196 typed_data/test/typed_buffers_test/01: Crash # Invalid argument(s) | 196 typed_data/test/typed_buffers_test/01: Crash # Invalid argument(s) |
197 typed_data/test/typed_buffers_test/none: Crash # Invalid argument(s) | 197 typed_data/test/typed_buffers_test/none: Crash # Invalid argument(s) |
198 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/finally | 198 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/finally |
OLD | NEW |