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

Side by Side Diff: pkg/pkg.status

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 # 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 intl/test/date_time_format_http_request_test: Fail # Issue 8983 54 intl/test/date_time_format_http_request_test: Fail # Issue 8983
55 55
56 [ $runtime == safari ] 56 [ $runtime == safari ]
57 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 57 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
58 crypto/test/hmac_sha1_test: Fail # Issue 11407. 58 crypto/test/hmac_sha1_test: Fail # Issue 11407.
59 crypto/test/sha1_test: Fail # Issue 11407. 59 crypto/test/sha1_test: Fail # Issue 11407.
60 60
61 # Skip browser-specific tests on VM 61 # Skip browser-specific tests on VM
62 [ $runtime == vm ] 62 [ $runtime == vm ]
63 docgen/test/single_library_test: Skip # Uses js_helper 63 docgen/test/single_library_test: Skip # Uses js_helper
64 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html 64 path/test/dartium_test: Fail, OK # Uses dart:html
65 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html 65 path/test/dart2js_test: Fail, OK # Uses dart:html
66 intl/test/find_default_locale_browser_test: Skip 66 intl/test/find_default_locale_browser_test: Skip
67 intl/test/date_time_format_http_request_test: Skip 67 intl/test/date_time_format_http_request_test: Skip
68 68
69 [ $runtime == vm && $system == windows ] 69 [ $runtime == vm && $system == windows ]
70 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 70 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
71 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 71 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
72 72
73 [ $compiler == dart2js ] 73 [ $compiler == dart2js ]
74 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 74 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230
75 unittest/test/instance_test: Fail # http://dartbug.com/11191 75 unittest/test/instance_test: Fail # http://dartbug.com/11191
(...skipping 20 matching lines...) Expand all
96 96
97 # The unminified unittest tests test that the real names of Dart types are 97 # The unminified unittest tests test that the real names of Dart types are
98 # printed. Minified versions of these tests exist that test the behavior when 98 # printed. Minified versions of these tests exist that test the behavior when
99 # minified. 99 # minified.
100 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 100 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
101 101
102 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] 102 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
103 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692 103 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692
104 104
105 [ $compiler == dart2js && $browser ] 105 [ $compiler == dart2js && $browser ]
106 pathos/test/pathos_dartium_test: Fail # Issue 6490 106 path/test/dartium_test: Fail # Issue 6490
107 stack_trace/test/vm_test: Fail, OK # VM-specific traces 107 stack_trace/test/vm_test: Fail, OK # VM-specific traces
108 crypto/test/sha256_test: Slow, Pass 108 crypto/test/sha256_test: Slow, Pass
109 crypto/test/sha1_test: Slow, Pass 109 crypto/test/sha1_test: Slow, Pass
110 110
111 [ $browser ] 111 [ $browser ]
112 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 112 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
113 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 113 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
114 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 114 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
115 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 115 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
116 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 116 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
117 barback/test/*: Fail, OK # Uses dart:io. 117 barback/test/*: Fail, OK # Uses dart:io.
118 http/test/client_test: Fail, OK # Uses dart:io. 118 http/test/client_test: Fail, OK # Uses dart:io.
119 http/test/http_test: Fail, OK # Uses dart:io. 119 http/test/http_test: Fail, OK # Uses dart:io.
120 http/test/mock_client_test: Fail, OK # Uses dart:io. 120 http/test/mock_client_test: Fail, OK # Uses dart:io.
121 http/test/multipart_test: Fail, OK # Uses dart:io. 121 http/test/multipart_test: Fail, OK # Uses dart:io.
122 http/test/request_test: Fail, OK # Uses dart:io. 122 http/test/request_test: Fail, OK # Uses dart:io.
123 http/test/response_test: Fail, OK # Uses dart:io. 123 http/test/response_test: Fail, OK # Uses dart:io.
124 http/test/streamed_request_test: Fail, OK # Uses dart:io. 124 http/test/streamed_request_test: Fail, OK # Uses dart:io.
125 http_server/test/*: Fail, OK # Uses dart:io. 125 http_server/test/*: Fail, OK # Uses dart:io.
126 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 126 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
127 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 127 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
128 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 128 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
129 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 129 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
130 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 130 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
131 oauth2/test/client_test: Fail, OK # Uses dart:io. 131 oauth2/test/client_test: Fail, OK # Uses dart:io.
132 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 132 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
133 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 133 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
134 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. 134 path/test/io_test: Fail, OK # Uses dart:io.
135 135
136 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 136 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
137 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 137 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
138 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 138 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
139 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 139 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
140 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 140 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
141 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 141 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
142 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 142 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
143 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 143 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
144 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 144 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 [ $arch == simmips ] 182 [ $arch == simmips ]
183 *: Skip 183 *: Skip
184 184
185 # Skip serialization test that explicitly has no library declaration in the 185 # Skip serialization test that explicitly has no library declaration in the
186 # test on Dartium, which requires all tests to have a library. 186 # test on Dartium, which requires all tests to have a library.
187 [ $runtime == dartium || $runtime == drt ] 187 [ $runtime == dartium || $runtime == drt ]
188 serialization/test/no_library_test: Skip # Expected Failure 188 serialization/test/no_library_test: Skip # Expected Failure
189 189
190 [ ($runtime == dartium || $runtime == drt) && $compiler == none ] 190 [ ($runtime == dartium || $runtime == drt) && $compiler == none ]
191 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 191 path/test/dart2js_test: Fail, OK # Issue 6490
192 192
193 # Skip mdv tests on command line VM, they only run in the browser. 193 # Skip mdv tests on command line VM, they only run in the browser.
194 [ $runtime == vm ] 194 [ $runtime == vm ]
195 mdv: Skip 195 mdv: Skip
196 196
197 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 197 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
198 docgen/test/single_library_test: Skip # Uses dart:io 198 docgen/test/single_library_test: Skip # Uses dart:io
199 199
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698