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

Side by Side Diff: pkg/pkg.status

Issue 2662183005: Skip all analyzer_plugin tests on dart2js (Closed)
Patch Set: Created 3 years, 10 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828
54 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 54 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243
55 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 55 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243
56 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 56 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243
57 57
58 [ $compiler == dart2js ] 58 [ $compiler == dart2js ]
59 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess. 59 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess.
60 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm 60 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm
61 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm 61 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm
62 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm
62 collection/test/equality_test/01: Fail # Issue 1533 63 collection/test/equality_test/01: Fail # Issue 1533
63 collection/test/equality_test/02: Fail # Issue 1533 64 collection/test/equality_test/02: Fail # Issue 1533
64 collection/test/equality_test/03: Fail # Issue 1533 65 collection/test/equality_test/03: Fail # Issue 1533
65 collection/test/equality_test/04: Fail # Issue 1533 66 collection/test/equality_test/04: Fail # Issue 1533
66 collection/test/equality_test/05: Fail # Issue 1533 67 collection/test/equality_test/05: Fail # Issue 1533
67 collection/test/equality_test/none: Pass, Fail # Issue 14348 68 collection/test/equality_test/none: Pass, Fail # Issue 14348
68 compiler/tool/*: SkipByDesign # Only meant to run on vm 69 compiler/tool/*: SkipByDesign # Only meant to run on vm
69 front_end/tool/*: SkipByDesign # Only meant to run on vm 70 front_end/tool/*: SkipByDesign # Only meant to run on vm
70 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. 71 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
71 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 72 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 analyzer/test/src/task/yaml_test: Crash # Issue 24485 217 analyzer/test/src/task/yaml_test: Crash # Issue 24485
217 218
218 [ $runtime == dart_precompiled ] 219 [ $runtime == dart_precompiled ]
219 *: SkipByDesign # The pkg test framework imports dart:mirrors. 220 *: SkipByDesign # The pkg test framework imports dart:mirrors.
220 221
221 [ $compiler == dart2js && $cps_ir && $checked ] 222 [ $compiler == dart2js && $cps_ir && $checked ]
222 *: Skip # `assert` not implemented, about 75% tests crash 223 *: Skip # `assert` not implemented, about 75% tests crash
223 224
224 [ $compiler == none ] 225 [ $compiler == none ]
225 kernel/test/closures_test: Fail 226 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