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

Side by Side Diff: pkg/pkg.status

Issue 24077003: fix polymer tests -- replace run.sh and run tests using bots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 12
13 # Skip non-test files ending with "_test". 13 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 14 scheduled_test/lib/*: Skip
15 polymer/lib/*: Skip 15 polymer/example/scoped_style/*: Skip
16 polymer/example/*: Skip
17 16
18 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 17 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
20 19
21 # Skip test not runnable via test.dart 20 # Skip test not runnable via test.dart
22 third_party/html5lib/test/dom_compat_test: Skip 21 third_party/html5lib/test/dom_compat_test: Skip
23 third_party/html5lib/test/browser/browser_test: Skip 22 third_party/html5lib/test/browser/browser_test: Skip
24 23
25 [ $compiler == dart2js ] 24 [ $compiler == dart2js ]
26 analyzer_experimental/test/generated/ast_test: Fail #Issue 12341 25 analyzer_experimental/test/generated/ast_test: Fail #Issue 12341
26 polymer/example/component: Fail # Issue 13198
27 27
28 [ $compiler == dart2js && $checked && $runtime == ie9 ] 28 [ $compiler == dart2js && $checked && $runtime == ie9 ]
29 crypto/test/base64_test: Timeout # Issue 12486 29 crypto/test/base64_test: Timeout # Issue 12486
30 30
31 [ $compiler == dart2js && $runtime == drt ] 31 [ $compiler == dart2js && $runtime == drt ]
32 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293 32 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293
33 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293 33 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293
34 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293 34 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293
35 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293 35 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293
36 36
(...skipping 19 matching lines...) Expand all
56 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 56 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
57 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 57 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873
58 58
59 [ $runtime == safari ] 59 [ $runtime == safari ]
60 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 60 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
61 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 61 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
62 crypto/test/sha1_test: Fail # Issue 11407. 62 crypto/test/sha1_test: Fail # Issue 11407.
63 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 63 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
64 crypto/test/sha256_test: Pass, Fail # Issue 12502 64 crypto/test/sha256_test: Pass, Fail # Issue 12502
65 65
66 [ $runtime == ff ]
67 polymer/test/events_test: Fail # Issue 13197
68 polymer/test/event_path_test: Fail # Issue 13197
69
66 # Skip browser-specific tests on VM 70 # Skip browser-specific tests on VM
67 [ $runtime == vm ] 71 [ $runtime == vm ]
68 path/test/browser_test: Fail, OK # Uses dart:html 72 path/test/browser_test: Fail, OK # Uses dart:html
69 intl/test/find_default_locale_browser_test: Skip 73 intl/test/find_default_locale_browser_test: Skip
70 intl/test/date_time_format_http_request_test: Skip 74 intl/test/date_time_format_http_request_test: Skip
75 polymer/test/events_test: Fail, OK # Uses dart:html
76 polymer/test/event_path_test: Fail, OK # Uses dart:html
77 polymer/example: Fail, OK # Uses dart:html
71 78
72 [ $runtime == vm && $system == windows ] 79 [ $runtime == vm && $system == windows ]
73 docgen/test/single_library_test: Fail # Issue 11985 80 docgen/test/single_library_test: Fail # Issue 11985
74 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 81 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
75 82
76 [ $compiler == dart2js ] 83 [ $compiler == dart2js ]
77 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 84 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
78 85
79 [ $compiler == dartanalyzer || $compiler == dart2analyzer] 86 [ $compiler == dartanalyzer || $compiler == dart2analyzer]
80 # These tests are runtime negative but statically positive, so we skip 87 # These tests are runtime negative but statically positive, so we skip
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 133 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
127 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 134 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
128 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 135 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
129 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 136 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
130 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 137 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
131 oauth2/test/client_test: Fail, OK # Uses dart:io. 138 oauth2/test/client_test: Fail, OK # Uses dart:io.
132 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 139 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
133 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 140 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
134 observe/test/transform_test: Fail, OK # Uses dart:io. 141 observe/test/transform_test: Fail, OK # Uses dart:io.
135 path/test/io_test: Fail, OK # Uses dart:io. 142 path/test/io_test: Fail, OK # Uses dart:io.
136 polymer/test/*: Fail, OK # Uses dart:io. 143 polymer/test/build/*: Fail, OK # Uses dart:io.
144 polymer/test/transform/*: Fail, OK # Uses dart:io.
137 watcher/test/*: Fail, OK # Uses dart:io. 145 watcher/test/*: Fail, OK # Uses dart:io.
138 146
139 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 147 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
140 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 148 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
141 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 149 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
142 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 150 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
143 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 151 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
144 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 152 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
145 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 153 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
146 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 154 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 213
206 [ $browser || $runtime == vm ] 214 [ $browser || $runtime == vm ]
207 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. 215 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
208 216
209 # Issue http://dartbug.com/12930 217 # Issue http://dartbug.com/12930
210 [ $runtime == vm ] 218 [ $runtime == vm ]
211 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 219 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
212 220
213 [ $compiler == none && $runtime == drt && $arch == ia32 ] 221 [ $compiler == none && $runtime == drt && $arch == ia32 ]
214 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 222 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698