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

Side by Side Diff: pkg/pkg.status

Issue 2471283002: Add implementations of the front end FileSystem API. (Closed)
Patch Set: Created 4 years, 1 month 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 collection/test/equality_test/01: Fail # Issue 1533 46 collection/test/equality_test/01: Fail # Issue 1533
47 collection/test/equality_test/02: Fail # Issue 1533 47 collection/test/equality_test/02: Fail # Issue 1533
48 collection/test/equality_test/03: Fail # Issue 1533 48 collection/test/equality_test/03: Fail # Issue 1533
49 collection/test/equality_test/04: Fail # Issue 1533 49 collection/test/equality_test/04: Fail # Issue 1533
50 collection/test/equality_test/05: Fail # Issue 1533 50 collection/test/equality_test/05: Fail # Issue 1533
51 collection/test/equality_test/none: Pass, Fail # Issue 14348 51 collection/test/equality_test/none: Pass, Fail # Issue 14348
52 compiler/tool/*: SkipByDesign # Only meant to run on vm 52 compiler/tool/*: SkipByDesign # Only meant to run on vm
53 front_end/tool/*: SkipByDesign # Only meant to run on vm 53 front_end/tool/*: SkipByDesign # Only meant to run on vm
54 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. 54 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
55 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 55 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
56 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773
Siggi Cherem (dart-lang) 2016/11/03 00:46:50 This seems fine, we don't need to have it running
Paul Berry 2016/11/03 15:16:41 Acknowledged.
57 front_end/test/physical_file_system_test: CompileTimeError # Issue 23773
Siggi Cherem (dart-lang) 2016/11/03 00:46:50 this one should probably be skipByDesign since it'
Paul Berry 2016/11/03 15:16:41 Done.
56 58
57 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] 59 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
58 analyzer/test/*: Skip # Issue 26813 60 analyzer/test/*: Skip # Issue 26813
59 analyzer/tool/*: Skip # Issue 26813 61 analyzer/tool/*: Skip # Issue 26813
60 analysis_server/test/*: Skip # Issue 26813 62 analysis_server/test/*: Skip # Issue 26813
61 63
62 [ $compiler == dart2js && $checked ] 64 [ $compiler == dart2js && $checked ]
63 crypto/test/base64_test: Slow, Pass 65 crypto/test/base64_test: Slow, Pass
64 66
65 [ $runtime == jsshell ] 67 [ $runtime == jsshell ]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 179 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
178 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 180 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
179 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 181 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
180 analyzer/test/src/task/yaml_test: Crash # Issue 24485 182 analyzer/test/src/task/yaml_test: Crash # Issue 24485
181 183
182 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] 184 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
183 *: SkipByDesign # The pkg test framework imports dart:mirrors. 185 *: SkipByDesign # The pkg test framework imports dart:mirrors.
184 186
185 [ $compiler == dart2js && $cps_ir && $checked ] 187 [ $compiler == dart2js && $cps_ir && $checked ]
186 *: Skip # `assert` not implemented, about 75% tests crash 188 *: Skip # `assert` not implemented, about 75% tests crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698