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

Side by Side Diff: pkg/pkg.status

Issue 22396004: Make observable transform a barback transform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: changes alone (patchset 1 has the existing code, in the new location) Created 7 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 | Annotate | Revision Log
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 [ $browser ] 95 [ $browser ]
96 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 96 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
97 analyzer_experimental/test/generated/ast_test: Fail, OK # Uses dart:io. 97 analyzer_experimental/test/generated/ast_test: Fail, OK # Uses dart:io.
98 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 98 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
99 analyzer_experimental/test/generated/parser_test: Fail, OK # Uses dart:io. 99 analyzer_experimental/test/generated/parser_test: Fail, OK # Uses dart:io.
100 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 100 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
101 analyzer_experimental/test/generated/scanner_test: Fail, OK # Uses dart:io. 101 analyzer_experimental/test/generated/scanner_test: Fail, OK # Uses dart:io.
102 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 102 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
103 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 103 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
104 barback/test/*: Fail, OK # Uses dart:io. 104 barback/test/*: Fail, OK # Uses dart:io.
105 observe/test/transform_test: Fail, OK # Uses dart:io.
105 http/test/client_test: Fail, OK # Uses dart:io. 106 http/test/client_test: Fail, OK # Uses dart:io.
106 http/test/http_test: Fail, OK # Uses dart:io. 107 http/test/http_test: Fail, OK # Uses dart:io.
107 http/test/mock_client_test: Fail, OK # Uses dart:io. 108 http/test/mock_client_test: Fail, OK # Uses dart:io.
108 http/test/multipart_test: Fail, OK # Uses dart:io. 109 http/test/multipart_test: Fail, OK # Uses dart:io.
109 http/test/request_test: Fail, OK # Uses dart:io. 110 http/test/request_test: Fail, OK # Uses dart:io.
110 http/test/response_test: Fail, OK # Uses dart:io. 111 http/test/response_test: Fail, OK # Uses dart:io.
111 http/test/streamed_request_test: Fail, OK # Uses dart:io. 112 http/test/streamed_request_test: Fail, OK # Uses dart:io.
112 http_server/test/*: Fail, OK # Uses dart:io. 113 http_server/test/*: Fail, OK # Uses dart:io.
113 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 114 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
114 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 115 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 custom_element: Skip 183 custom_element: Skip
183 mdv: Skip 184 mdv: Skip
184 mutation_observer: Skip 185 mutation_observer: Skip
185 186
186 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 187 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
187 docgen/test/single_library_test: Skip # Uses dart:io 188 docgen/test/single_library_test: Skip # Uses dart:io
188 189
189 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 190 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
190 # TODO(vsm): Triage from latest Blink merge 191 # TODO(vsm): Triage from latest Blink merge
191 custom_element/test/custom_element_test: Skip 192 custom_element/test/custom_element_test: Skip
OLDNEW
« pkg/observe/test/transform_test.dart ('K') | « pkg/observe/test/transform_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698