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

Side by Side Diff: pkg/pkg.status

Issue 1269023006: Update status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | runtime/tests/vm/vm.status » ('j') | tests/co19/co19-dart2js.status » ('J')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 9756, 21628 81 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 9756, 21628
82 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628 82 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628
83 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756, 21628 83 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756, 21628
84 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216 28 84 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216 28
85 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628 85 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628
86 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628 86 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628
87 analyzer/test/generated/element_test: Pass, Slow # Issue 21628 87 analyzer/test/generated/element_test: Pass, Slow # Issue 21628
88 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628 88 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628
89 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628 89 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628
90 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628 90 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628
91 analyzer/test/generated/scanner_test: Pass, Slow # Issue 21628
91 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628 92 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628
92 analyzer/test/src/task/driver_test: Pass, Slow # Issue 21628 93 analyzer/test/src/task/driver_test: Pass, Slow # Issue 21628
94 analyzer/test/src/context/cache_test: Pass, Slow # Issue 21628
93 95
94 [ $runtime == jsshell ] 96 [ $runtime == jsshell ]
95 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 97 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
96 98
97 [ $compiler == dart2js && $runtime == drt ] 99 [ $compiler == dart2js && $runtime == drt ]
98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 100 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
99 101
100 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 102 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
101 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 103 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
102 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 104 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 [ $use_repository_packages ] 152 [ $use_repository_packages ]
151 analyzer/test/*: PubGetError 153 analyzer/test/*: PubGetError
152 154
153 [ $compiler == dart2js && $cps_ir ] 155 [ $compiler == dart2js && $cps_ir ]
154 analyzer/test/cancelable_future_test: Crash # Invalid argument(s) 156 analyzer/test/cancelable_future_test: Crash # Invalid argument(s)
155 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions 157 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions
156 analyzer/test/file_system/physical_resource_provider_test: Crash # (Future _poll ()async... cannot handle async/sync*/async* functions 158 analyzer/test/file_system/physical_resource_provider_test: Crash # (Future _poll ()async... cannot handle async/sync*/async* functions
157 analyzer/test/generated/all_the_rest_test: Crash # (Future test_implici... cann ot handle async/sync*/async* functions 159 analyzer/test/generated/all_the_rest_test: Crash # (Future test_implici... cann ot handle async/sync*/async* functions
158 analyzer/test/src/context/context_test: Crash # Invalid argument(s) 160 analyzer/test/src/context/context_test: Crash # Invalid argument(s)
159 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re. 161 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re.
OLDNEW
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | tests/co19/co19-dart2js.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698