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

Side by Side Diff: pkg/pkg.status

Issue 1151533003: Skip analyzer2dart tests. (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 | « no previous file | no next file » | 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip 12 */*/*/*/*/packages/*/*: Skip
13 13
14 # Analyzer2dart is not maintained anymore.
15 analyzer2dart/test/*: Skip
16
14 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 17 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
15 docgen/test/inherited_comments_test: Fail # issue 22233 18 docgen/test/inherited_comments_test: Fail # issue 22233
16 19
17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 20 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
18 mutation_observer: Skip # Issue 21149 21 mutation_observer: Skip # Issue 21149
19 unittest/*: Skip # Issue 21949 22 unittest/*: Skip # Issue 21949
20 23
21 [ $runtime == vm && $mode == debug] 24 [ $runtime == vm && $mode == debug]
22 analysis_server/test/analysis_server_test: SkipSlow # Times out 25 analysis_server/test/analysis_server_test: SkipSlow # Times out
23 analysis_server/test/completion_test: SkipSlow # Times out 26 analysis_server/test/completion_test: SkipSlow # Times out
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 analyzer/test/src/task/dart_test: Crash # try/finally 174 analyzer/test/src/task/dart_test: Crash # try/finally
172 analyzer/test/src/task/dart_work_manager_test: Crash # try/finally 175 analyzer/test/src/task/dart_work_manager_test: Crash # try/finally
173 analyzer/test/src/task/driver_test: Crash # try/finally 176 analyzer/test/src/task/driver_test: Crash # try/finally
174 analyzer/test/src/task/general_test: Crash # try/finally 177 analyzer/test/src/task/general_test: Crash # try/finally
175 analyzer/test/src/task/incremental_element_builder_test: Crash # try/finally 178 analyzer/test/src/task/incremental_element_builder_test: Crash # try/finally
176 analyzer/test/src/task/inputs_test: Crash # try/finally 179 analyzer/test/src/task/inputs_test: Crash # try/finally
177 analyzer/test/src/task/manager_test: Crash # try/finally 180 analyzer/test/src/task/manager_test: Crash # try/finally
178 analyzer/test/src/task/model_test: Crash # try/finally 181 analyzer/test/src/task/model_test: Crash # try/finally
179 analyzer/test/src/util/asserts_test: Crash # try/finally 182 analyzer/test/src/util/asserts_test: Crash # try/finally
180 analyzer/test/src/util/lru_map_test: Crash # try/finally 183 analyzer/test/src/util/lru_map_test: Crash # try/finally
181 analyzer2dart/test/driver_test: Crash # Please triage this failure.
182 analyzer2dart/test/end2end_test: Crash # Instance of 'TypeOperator': type casts not implemented.
183 analyzer2dart/test/identifier_semantics_test: Crash # Please triage this failure .
184 analyzer2dart/test/sexpr_test: Crash # Please triage this failure.
185 analyzer2dart/test/tree_shaker_test: Crash # Instance of 'TypeOperator': type ca sts not implemented.
186 fixnum/test/int_32_test: Crash # try/finally 184 fixnum/test/int_32_test: Crash # try/finally
187 fixnum/test/int_64_test: Crash # try/finally 185 fixnum/test/int_64_test: Crash # try/finally
188 js_ast/test/printer_callback_test: Crash # Unhandled node 186 js_ast/test/printer_callback_test: Crash # Unhandled node
189 typed_data/test/typed_buffers_test/01: Crash # Instance of 'TypeOperator': type casts not implemented. 187 typed_data/test/typed_buffers_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
190 typed_data/test/typed_buffers_test/none: Crash # Instance of 'TypeOperator': typ e casts not implemented. 188 typed_data/test/typed_buffers_test/none: Crash # Instance of 'TypeOperator': typ e casts not implemented.
191 typed_mock/test/typed_mock_test: Crash # try/finally 189 typed_mock/test/typed_mock_test: Crash # try/finally
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698