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

Side by Side Diff: pkg/pkg.status

Issue 1162423002: Build fixes. (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 | sdk/bin/dartanalyzer » ('j') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 [ $compiler == dart2js && $csp ] 112 [ $compiler == dart2js && $csp ]
113 # This test cannot run under CSP because it is injecting a JavaScript polyfill 113 # This test cannot run under CSP because it is injecting a JavaScript polyfill
114 mutation_observer: Skip 114 mutation_observer: Skip
115 115
116 [ $compiler == dart2js && $browser ] 116 [ $compiler == dart2js && $browser ]
117 crypto/test/sha256_test: Slow, Pass 117 crypto/test/sha256_test: Slow, Pass
118 crypto/test/sha1_test: Slow, Pass 118 crypto/test/sha1_test: Slow, Pass
119 119
120 [ $browser ] 120 [ $browser ]
121 analyzer_cli/*: SkipByDesign # Uses dart:io.
121 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts 122 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
122 analysis_server/test/*: SkipByDesign # Uses dart:io. 123 analysis_server/test/*: SkipByDesign # Uses dart:io.
123 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 124 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
124 analyzer/test/*: SkipByDesign # Uses dart:io. 125 analyzer/test/*: SkipByDesign # Uses dart:io.
125 analyzer2dart/*: SkipByDesign # Uses dart:io. 126 analyzer2dart/*: SkipByDesign # Uses dart:io.
126 docgen/test/*: SkipByDesign # Uses dart:io. 127 docgen/test/*: SkipByDesign # Uses dart:io.
127 http_server/test/*: Fail, OK # Uses dart:io. 128 http_server/test/*: Fail, OK # Uses dart:io.
128 observe/test/transformer_test: Fail, OK # Uses dart:io. 129 observe/test/transformer_test: Fail, OK # Uses dart:io.
129 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 130 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
130 131
131 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] 132 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ]
132 # Timeout. These are not unit tests. They do not run efficiently on our 133 # Timeout. These are not unit tests. They do not run efficiently on our
133 # simulator or low-end devices. 134 # simulator or low-end devices.
134 *: Skip 135 *: Skip
135 136
136 [ $runtime == vm ] 137 [ $runtime == vm ]
137 # Skip tests on the VM if the package depends on dart:html 138 # Skip tests on the VM if the package depends on dart:html
138 mutation_observer: Skip 139 mutation_observer: Skip
139 140
140 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 141 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
141 third_party/di_tests/di_test: Pass, Slow # Issue 22896 142 third_party/di_tests/di_test: Pass, Slow # Issue 22896
142 143
143 [ $use_repository_packages ] 144 [ $use_repository_packages ]
144 analyzer/test/*: PubGetError 145 analyzer/test/*: PubGetError
145 146
146 [ $compiler == dart2js && $cps_ir ] 147 [ $compiler == dart2js && $cps_ir ]
148 analyzer_cli/test/error_test: Crash # (try {return fn(tempDir);}finally {new Dir ectory(tempDir).deleteSync(recursive:true);}): try/finally
149 analyzer_cli/test/options_test: Crash # try/finally
147 analysis_server/tool/spec/check_all_test: Crash # Unhandled node 150 analysis_server/tool/spec/check_all_test: Crash # Unhandled node
148 analyzer/test/cancelable_future_test: Crash # (try {test(spec,body);}finally {en vironment.soloNestingLevel-- ;}): try/finally 151 analyzer/test/cancelable_future_test: Crash # (try {test(spec,body);}finally {en vironment.soloNestingLevel-- ;}): try/finally
149 analyzer/test/enum_test: Crash # (try {test(spec,body);}finally {environment.sol oNestingLevel-- ;}): try/finally 152 analyzer/test/enum_test: Crash # (try {test(spec,body);}finally {environment.sol oNestingLevel-- ;}): try/finally
150 analyzer/test/file_system/memory_file_system_test: Crash # (try {test(spec,body) ;}finally {environment.soloNestingLevel-- ;}): try/finally 153 analyzer/test/file_system/memory_file_system_test: Crash # (try {test(spec,body) ;}finally {environment.soloNestingLevel-- ;}): try/finally
151 analyzer/test/file_system/physical_resource_provider_test: Crash # (try {test(sp ec,body);}finally {environment.soloNestingLevel-- ;}): try/finally 154 analyzer/test/file_system/physical_resource_provider_test: Crash # (try {test(sp ec,body);}finally {environment.soloNestingLevel-- ;}): try/finally
152 analyzer/test/file_system/resource_uri_resolver_test: Crash # (try {test(spec,bo dy);}finally {environment.soloNestingLevel-- ;}): try/finally 155 analyzer/test/file_system/resource_uri_resolver_test: Crash # (try {test(spec,bo dy);}finally {environment.soloNestingLevel-- ;}): try/finally
153 analyzer/test/generated/all_the_rest_test: Crash # try/finally 156 analyzer/test/generated/all_the_rest_test: Crash # try/finally
154 analyzer/test/generated/ast_test: Crash # (try {test(spec,body);}finally {enviro nment.soloNestingLevel-- ;}): try/finally 157 analyzer/test/generated/ast_test: Crash # (try {test(spec,body);}finally {enviro nment.soloNestingLevel-- ;}): try/finally
155 analyzer/test/generated/compile_time_error_code_test: Crash # (try {test(spec,bo dy);}finally {environment.soloNestingLevel-- ;}): try/finally 158 analyzer/test/generated/compile_time_error_code_test: Crash # (try {test(spec,bo dy);}finally {environment.soloNestingLevel-- ;}): try/finally
156 analyzer/test/generated/element_test: Crash # (try {test(spec,body);}finally {en vironment.soloNestingLevel-- ;}): try/finally 159 analyzer/test/generated/element_test: Crash # (try {test(spec,body);}finally {en vironment.soloNestingLevel-- ;}): try/finally
(...skipping 23 matching lines...) Expand all
180 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 183 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
181 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir onment.soloNestingLevel-- ;}): try/finally 184 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir onment.soloNestingLevel-- ;}): try/finally
182 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 185 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
183 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 186 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
184 fixnum/test/int_32_test: Crash # try/finally 187 fixnum/test/int_32_test: Crash # try/finally
185 fixnum/test/int_64_test: Crash # try/finally 188 fixnum/test/int_64_test: Crash # try/finally
186 js_ast/test/printer_callback_test: Crash # Unhandled node 189 js_ast/test/printer_callback_test: Crash # Unhandled node
187 typed_data/test/typed_buffers_test/01: Crash # Instance of 'TypeOperator': type casts not implemented. 190 typed_data/test/typed_buffers_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
188 typed_data/test/typed_buffers_test/none: Crash # Instance of 'TypeOperator': typ e casts not implemented. 191 typed_data/test/typed_buffers_test/none: Crash # Instance of 'TypeOperator': typ e casts not implemented.
189 typed_mock/test/typed_mock_test: Crash # try/finally 192 typed_mock/test/typed_mock_test: Crash # try/finally
OLDNEW
« no previous file with comments | « no previous file | sdk/bin/dartanalyzer » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698