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

Side by Side Diff: pkg/pkg.status

Issue 124053002: Adding Angular and dependent packages for testing (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 13 matching lines...) Expand all
24 24
25 http/test/http_test: Pass, RuntimeError # Issue 15652 25 http/test/http_test: Pass, RuntimeError # Issue 15652
26 26
27 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
28 collection/test/equality_test/01: Fail # Issue 1533 28 collection/test/equality_test/01: Fail # Issue 1533
29 collection/test/equality_test/02: Fail # Issue 1533 29 collection/test/equality_test/02: Fail # Issue 1533
30 collection/test/equality_test/03: Fail # Issue 1533 30 collection/test/equality_test/03: Fail # Issue 1533
31 collection/test/equality_test/04: Fail # Issue 1533 31 collection/test/equality_test/04: Fail # Issue 1533
32 collection/test/equality_test/05: Fail # Issue 1533 32 collection/test/equality_test/05: Fail # Issue 1533
33 collection/test/equality_test/none: Pass, Fail # Issue 14348 33 collection/test/equality_test/none: Pass, Fail # Issue 14348
34 third_party/angular_tests/core/parser/parser_test: Fail # Issue 15769
35 third_party/angular_tests/directive/input_select_test: Fail # Issue 15769
36 third_party/angular_tests/directive/ng_model_test: Fail # Issue 15769
34 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 37 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
35 38
36 [ $compiler == dart2js && $checked ] 39 [ $compiler == dart2js && $checked ]
37 crypto/test/base64_test: Slow, Pass 40 crypto/test/base64_test: Slow, Pass
38 41
39 [ $compiler == dart2js && $checked && $runtime == ie9 ] 42 [ $compiler == dart2js && $checked && $runtime == ie9 ]
40 crypto/test/base64_test: Timeout # Issue 12486 43 crypto/test/base64_test: Timeout # Issue 12486
41 serialization/test/serialization_test: Skip 44 serialization/test/serialization_test: Skip
42 45
43 [ $runtime == d8 || $runtime == jsshell ] 46 [ $runtime == d8 || $runtime == jsshell ]
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 217 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
215 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440 218 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
216 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 219 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
217 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 220 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
218 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 221 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
219 222
220 223
221 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 224 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
222 225
223 # Skip tests on the browser if the test depends on dart:io 226 # Skip tests on the browser if the test depends on dart:io
227 third_party/angular_tests/io/*: Skip
224 third_party/html5lib/test/parser_test: Skip 228 third_party/html5lib/test/parser_test: Skip
225 third_party/html5lib/test/tokenizer_test: Skip 229 third_party/html5lib/test/tokenizer_test: Skip
226 230
227 polymer/test/unbind_test: Pass, Fail # Issue 15259 231 polymer/test/unbind_test: Pass, Fail # Issue 15259
228 232
229 [ $minified == false ] 233 [ $minified == false ]
230 # The minified unittest tests test that the minified names of Dart types are 234 # The minified unittest tests test that the minified names of Dart types are
231 # printed. Unminified versions of these tests exist that test the behavior when 235 # printed. Unminified versions of these tests exist that test the behavior when
232 # not minified. 236 # not minified.
233 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 237 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 315 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
312 316
313 [ $runtime == vm && ($system == windows || $system == macos) ] 317 [ $runtime == vm && ($system == windows || $system == macos) ]
314 watcher/test/*/linux_test: Skip 318 watcher/test/*/linux_test: Skip
315 319
316 [ $runtime == vm && ($system == windows || $system == linux) ] 320 [ $runtime == vm && ($system == windows || $system == linux) ]
317 watcher/test/*/mac_os_test: Skip 321 watcher/test/*/mac_os_test: Skip
318 322
319 [ $runtime == vm && $system == macos ] 323 [ $runtime == vm && $system == macos ]
320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 324 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
OLDNEW
« no previous file with comments | « no previous file | pkg/third_party/angular_tests/_specs_test.dart » ('j') | third_party/pkg/update_all.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698