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

Side by Side Diff: pkg/pkg.status

Issue 16855004: Make some progress towards getting the bots green again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 # Run this test manually to verify that the fixnum library produces 5 # Run this test manually to verify that the fixnum library produces
6 # the same results as native ints on a set of directed and random inputs. 6 # the same results as native ints on a set of directed and random inputs.
7 # Skip it when running automated tests because it times out. This 7 # Skip it when running automated tests because it times out. This
8 # test only makes sense on runtimes that support 64-bit integer 8 # test only makes sense on runtimes that support 64-bit integer
9 # arithmetic natively, i.e., the VM. 9 # arithmetic natively, i.e., the VM.
10 fixnum/test/int_64_vm_test: Skip 10 fixnum/test/int_64_vm_test: Skip
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html 54 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html
55 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html 55 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html
56 intl/test/find_default_locale_browser_test: Skip 56 intl/test/find_default_locale_browser_test: Skip
57 intl/test/date_time_format_http_request_test: Skip 57 intl/test/date_time_format_http_request_test: Skip
58 58
59 [ $runtime == vm && $system == windows ] 59 [ $runtime == vm && $system == windows ]
60 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 60 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
61 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 61 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
62 62
63 [ $compiler == dart2js ] 63 [ $compiler == dart2js ]
64 pathos/test/pathos_dartium_test: Fail, OK # Issue 6490
65 analyzer_experimental/test/generated/ast_test: Fail 64 analyzer_experimental/test/generated/ast_test: Fail
66 unittest/test/instance_test: Fail # http://dartbug.com/11191 65 unittest/test/instance_test: Fail # http://dartbug.com/11191
67 66
67 [ $compiler == dart2js && $runtime == d8 ]
68 pathos/test/pathos_io_test: Fail # Issue 11258
69 oauth2/*: Fail # Issue 11258
70 oauth2/test/utils_test: Pass
71 http/*: Fail # Issue 11258
72 stack_trace/*: Fail # Issue 11258
73 intl/test/date_time_format_file_odd_test: Fail # Issue 11258
74 intl/test/date_time_format_file_even_test: Fail # Issue 11258
75 intl/test/message_extraction/message_extraction_test: Fail # Issue 11258
76 scheduled_test/*: Fail # Issue 11258
77 scheduled_test/test/substitute_future_test: Pass
78 scheduled_test/test/value_future_test: Pass
79 analyzer_experimental/test/error_test: Fail # Issue 11258
80 analyzer_experimental/test/services/formatter_test: Fail # Issue 11258
81
68 [ $compiler == dartc ] 82 [ $compiler == dartc ]
69 unittest/test/mock_regexp_negative_test: Fail 83 unittest/test/mock_regexp_negative_test: Fail
70 unittest/test/mock_stepwise_negative_test: Fail 84 unittest/test/mock_stepwise_negative_test: Fail
71 85
72 [ $compiler == dartanalyzer ] 86 [ $compiler == dartanalyzer ]
73 unittest/test/mock_regexp_negative_test: fail 87 unittest/test/mock_regexp_negative_test: fail
74 unittest/test/mock_stepwise_negative_test: fail 88 unittest/test/mock_stepwise_negative_test: fail
75 89
76 [ $compiler == dart2analyzer ] 90 [ $compiler == dart2analyzer ]
77 unittest/test/mock_regexp_negative_test: fail 91 unittest/test/mock_regexp_negative_test: fail
(...skipping 17 matching lines...) Expand all
95 109
96 # The unminified unittest tests test that the real names of Dart types are 110 # The unminified unittest tests test that the real names of Dart types are
97 # printed. Minified versions of these tests exist that test the behavior when 111 # printed. Minified versions of these tests exist that test the behavior when
98 # minified. 112 # minified.
99 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 113 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
100 114
101 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] 115 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
102 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692 116 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692
103 117
104 [ $compiler == dart2js && $browser ] 118 [ $compiler == dart2js && $browser ]
119 pathos/test/pathos_dartium_test: Fail, OK # Issue 6490
105 crypto/test/sha256_test: Slow, Pass 120 crypto/test/sha256_test: Slow, Pass
106 crypto/test/sha1_test: Slow, Pass 121 crypto/test/sha1_test: Slow, Pass
107 122
108 [ $browser ] 123 [ $browser ]
109 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 124 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
110 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 125 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
111 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 126 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
112 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 127 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
113 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 128 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
114 http/test/client_test: Fail, OK # Uses dart:io. 129 http/test/client_test: Fail, OK # Uses dart:io.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 191
177 [ $arch == mips ] 192 [ $arch == mips ]
178 *: Skip 193 *: Skip
179 194
180 [ $arch == simmips ] 195 [ $arch == simmips ]
181 *: Skip 196 *: Skip
182 197
183 # Skip serialization test that explicitly has no library declaration in the 198 # Skip serialization test that explicitly has no library declaration in the
184 # test on Dartium, which requires all tests to have a library. 199 # test on Dartium, which requires all tests to have a library.
185 [ $runtime == dartium || $runtime == drt ] 200 [ $runtime == dartium || $runtime == drt ]
201 serialization/test/no_library_test: Skip # Expected Failure
202
203 [ $runtime == dartium ]
186 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 204 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
187 serialization/test/no_library_test: Skip # Expected Failure
188 205
189 # Skip mdv_observe tests on command line VM, they only run in the browser. 206 # Skip mdv_observe tests on command line VM, they only run in the browser.
190 [ $runtime == vm ] 207 [ $runtime == vm ]
191 mdv_observe: Skip 208 mdv_observe: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698