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

Side by Side Diff: pkg/pkg.status

Issue 2642783007: Skip test file_repository_test on dart2js, since it uses dart:io (Closed)
Patch Set: Created 3 years, 11 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
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 collection/test/equality_test/none: Pass, Fail # Issue 14348 66 collection/test/equality_test/none: Pass, Fail # Issue 14348
67 compiler/tool/*: SkipByDesign # Only meant to run on vm 67 compiler/tool/*: SkipByDesign # Only meant to run on vm
68 front_end/tool/*: SkipByDesign # Only meant to run on vm 68 front_end/tool/*: SkipByDesign # Only meant to run on vm
69 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. 69 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
70 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 70 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
71 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io 71 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io
72 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart :io 72 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart :io
73 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 73 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773
74 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io 74 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io
75 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io 75 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io
76 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io
76 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io 77 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io
77 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io 78 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io
78 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io 79 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io
79 80
80 [ $compiler == dart2js && $fast_startup ] 81 [ $compiler == dart2js && $fast_startup ]
81 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. 82 front_end/test/*: SkipByDesign # Tests written with dart:mirrors.
82 83
83 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] 84 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
84 analyzer/test/*: Skip # Issue 26813 85 analyzer/test/*: Skip # Issue 26813
85 analyzer/tool/*: Skip # Issue 26813 86 analyzer/tool/*: Skip # Issue 26813
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 analyzer/test/src/task/yaml_test: Crash # Issue 24485 215 analyzer/test/src/task/yaml_test: Crash # Issue 24485
215 216
216 [ $runtime == dart_precompiled ] 217 [ $runtime == dart_precompiled ]
217 *: SkipByDesign # The pkg test framework imports dart:mirrors. 218 *: SkipByDesign # The pkg test framework imports dart:mirrors.
218 219
219 [ $compiler == dart2js && $cps_ir && $checked ] 220 [ $compiler == dart2js && $cps_ir && $checked ]
220 *: Skip # `assert` not implemented, about 75% tests crash 221 *: Skip # `assert` not implemented, about 75% tests crash
221 222
222 [ $compiler == none ] 223 [ $compiler == none ]
223 kernel/test/closures_test: Fail 224 kernel/test/closures_test: Fail
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