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

Side by Side Diff: pkg/pkg.status

Issue 133843003: Merging all Angular tests into a single file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 16 matching lines...) Expand all
27 27
28 third_party/angular_tests/*: Skip # Issue 15955 28 third_party/angular_tests/*: Skip # Issue 15955
29 29
30 [ $compiler == dart2js ] 30 [ $compiler == dart2js ]
31 collection/test/equality_test/01: Fail # Issue 1533 31 collection/test/equality_test/01: Fail # Issue 1533
32 collection/test/equality_test/02: Fail # Issue 1533 32 collection/test/equality_test/02: Fail # Issue 1533
33 collection/test/equality_test/03: Fail # Issue 1533 33 collection/test/equality_test/03: Fail # Issue 1533
34 collection/test/equality_test/04: Fail # Issue 1533 34 collection/test/equality_test/04: Fail # Issue 1533
35 collection/test/equality_test/05: Fail # Issue 1533 35 collection/test/equality_test/05: Fail # Issue 1533
36 collection/test/equality_test/none: Pass, Fail # Issue 14348 36 collection/test/equality_test/none: Pass, Fail # Issue 14348
37 third_party/angular_tests/core/parser/parser_test: Fail # Issue 15915 37 third_party/angular_tests/browser_test/core/parser/parser: Fail # Issue 15915
38 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 38 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
39 39
40 [ $compiler == dart2js && $checked ] 40 [ $compiler == dart2js && $checked ]
41 crypto/test/base64_test: Slow, Pass 41 crypto/test/base64_test: Slow, Pass
42 42
43 [ $compiler == dart2js && $checked && $runtime == ie9 ] 43 [ $compiler == dart2js && $checked && $runtime == ie9 ]
44 crypto/test/base64_test: Timeout # Issue 12486 44 crypto/test/base64_test: Timeout # Issue 12486
45 serialization/test/serialization_test: Skip 45 serialization/test/serialization_test: Skip
46 46
47 [ $runtime == d8 || $runtime == jsshell ] 47 [ $runtime == d8 || $runtime == jsshell ]
(...skipping 20 matching lines...) Expand all
68 polymer/test/noscript_test: Skip #uses dart:html 68 polymer/test/noscript_test: Skip #uses dart:html
69 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 69 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
70 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 70 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
71 polymer/test/property_change_test: Skip # uses dart:html 71 polymer/test/property_change_test: Skip # uses dart:html
72 polymer/test/publish_attributes_test: Skip #uses dart:html 72 polymer/test/publish_attributes_test: Skip #uses dart:html
73 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 73 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
74 polymer/test/register_test: Skip #uses dart:html 74 polymer/test/register_test: Skip #uses dart:html
75 polymer/test/take_attributes_test: Skip #uses dart:html 75 polymer/test/take_attributes_test: Skip #uses dart:html
76 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 76 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
77 polymer/test/unbind_test: Skip # uses dart:html 77 polymer/test/unbind_test: Skip # uses dart:html
78 third_party/angular_tests/_specs_test: Skip # uses dart:html 78 third_party/angular_tests/browser_test: Skip # uses dart:html
79 third_party/angular_tests/angular_test: Skip # uses dart:html
80 third_party/angular_tests/bootstrap_test: Skip # uses dart:html
81 third_party/angular_tests/core/*: Skip # uses dart:html
82 third_party/angular_tests/core_dom/*: Skip # uses dart:html
83 third_party/angular_tests/directive/*: Skip # uses dart:html
84 third_party/angular_tests/filter/*: Skip # uses dart:html
85 third_party/angular_tests/introspection_test: Skip # uses dart:html
86 third_party/angular_tests/mock/*: Skip # uses dart:html
87 third_party/angular_tests/routing/*: Skip # uses dart:html
88 79
89 [$compiler == dart2dart] 80 [$compiler == dart2dart]
90 *: Skip 81 *: Skip
91 82
92 [ $compiler == dart2js || $compiler == dart2dart ] 83 [ $compiler == dart2js || $compiler == dart2dart ]
93 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 84 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
94 # overflow in JS (numbers slightly larger than 85 # overflow in JS (numbers slightly larger than
95 # 32 bits where we do bitwise operations). 86 # 32 bits where we do bitwise operations).
96 [ $runtime == ff && $system != windows ] 87 [ $runtime == ff && $system != windows ]
97 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) 88 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 docgen/test/single_library_test: Fail # Issue 11985 120 docgen/test/single_library_test: Fail # Issue 11985
130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 121 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
131 122
132 [ $compiler == dartanalyzer ] 123 [ $compiler == dartanalyzer ]
133 # These tests are runtime negative but statically positive, so we skip 124 # These tests are runtime negative but statically positive, so we skip
134 # them in the analyzer. 125 # them in the analyzer.
135 unittest/test/mock_regexp_negative_test: Skip 126 unittest/test/mock_regexp_negative_test: Skip
136 unittest/test/mock_stepwise_negative_test: Skip 127 unittest/test/mock_stepwise_negative_test: Skip
137 polymer/example/canonicalization: Skip 128 polymer/example/canonicalization: Skip
138 129
139 third_party/angular_tests/*: StaticWarning # Issue 15890 130 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
140 third_party/angular_tests/tools/*: Pass
141 131
142 [ $compiler == dart2analyzer ] 132 [ $compiler == dart2analyzer ]
143 # These tests are runtime negative but statically positive, so we skip 133 # These tests are runtime negative but statically positive, so we skip
144 # them in the analyzer. 134 # them in the analyzer.
145 unittest/test/mock_regexp_negative_test: Skip 135 unittest/test/mock_regexp_negative_test: Skip
146 unittest/test/mock_stepwise_negative_test: Skip 136 unittest/test/mock_stepwise_negative_test: Skip
147 polymer/example/canonicalization: Skip 137 polymer/example/canonicalization: Skip
148 138
149 [ $compiler == dart2js && $runtime == none] 139 [ $compiler == dart2js && $runtime == none]
150 polymer/example/canonicalization: Skip 140 polymer/example/canonicalization: Skip
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 189 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
200 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 190 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
201 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 191 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
202 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 192 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
203 oauth2/test/client_test: Fail, OK # Uses dart:io. 193 oauth2/test/client_test: Fail, OK # Uses dart:io.
204 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 194 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
205 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 195 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
206 observe/test/transformer_test: Fail, OK # Uses dart:io. 196 observe/test/transformer_test: Fail, OK # Uses dart:io.
207 path/test/io_test: Fail, OK # Uses dart:io. 197 path/test/io_test: Fail, OK # Uses dart:io.
208 polymer/test/build/*: Fail, OK # Uses dart:io. 198 polymer/test/build/*: Fail, OK # Uses dart:io.
209 third_party/angular_tests/tools/*: Skip # Uses dart:io 199 third_party/angular_tests/vm_test: Skip # Uses dart:io
210 watcher/test/*: Fail, OK # Uses dart:io. 200 watcher/test/*: Fail, OK # Uses dart:io.
211 201
212 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 202 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440
213 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 203 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
214 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 204 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
215 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 205 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440
216 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 206 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440
217 207
218 208
219 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 209 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
220 210
221 # Skip tests on the browser if the test depends on dart:io 211 # Skip tests on the browser if the test depends on dart:io
222 third_party/angular_tests/io/*: Skip
223 third_party/html5lib/test/parser_test: Skip 212 third_party/html5lib/test/parser_test: Skip
224 third_party/html5lib/test/tokenizer_test: Skip 213 third_party/html5lib/test/tokenizer_test: Skip
225 214
226 polymer/test/unbind_test: Pass, Fail # Issue 15259 215 polymer/test/unbind_test: Pass, Fail # Issue 15259
227 216
228 [ $minified == false ] 217 [ $minified == false ]
229 # The minified unittest tests test that the minified names of Dart types are 218 # The minified unittest tests test that the minified names of Dart types are
230 # printed. Unminified versions of these tests exist that test the behavior when 219 # printed. Unminified versions of these tests exist that test the behavior when
231 # not minified. 220 # not minified.
232 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 221 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 watcher/test/*/mac_os_test: Skip 305 watcher/test/*/mac_os_test: Skip
317 306
318 [ $runtime == vm && $system == macos ] 307 [ $runtime == vm && $system == macos ]
319 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 308 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
320 309
321 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ] 310 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ]
322 # Various issues due to limited browser testing in Angular. 311 # Various issues due to limited browser testing in Angular.
323 third_party/angular_tests/*: Skip 312 third_party/angular_tests/*: Skip
324 313
325 [ $unchecked ] 314 [ $unchecked ]
326 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. 315 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
327 third_party/angular_tests/angular_test: Skip # Requires checked mode. 316 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
328 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. 317 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
OLDNEW
« no previous file with comments | « no previous file | pkg/third_party/angular_tests/_specs_test.dart » ('j') | third_party/pkg/generate_angular_tests.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698