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

Side by Side Diff: pkg/pkg.status

Issue 15967012: Make pathos run in the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bug fix. 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [ $runtime == opera && $compiler == dart2js ] 42 [ $runtime == opera && $compiler == dart2js ]
43 intl/test/find_default_locale_browser_test: Fail 43 intl/test/find_default_locale_browser_test: Fail
44 intl/test/date_time_format_http_request_test: Skip # Timeout. 44 intl/test/date_time_format_http_request_test: Skip # Timeout.
45 45
46 [ $runtime == ie9 ] 46 [ $runtime == ie9 ]
47 intl/test/date_time_format_http_request_test: Fail # Issue 8983 47 intl/test/date_time_format_http_request_test: Fail # Issue 8983
48 48
49 [ $runtime == safari ] 49 [ $runtime == safari ]
50 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 50 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
51 51
52 # Skip browser-specific Intl tests on VM 52 # Skip browser-specific tests on VM
53 [ $runtime == vm ] 53 [ $runtime == vm ]
54 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html
55 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html
54 intl/test/find_default_locale_browser_test: Skip 56 intl/test/find_default_locale_browser_test: Skip
55 intl/test/date_time_format_http_request_test: Skip 57 intl/test/date_time_format_http_request_test: Skip
56 58
57 [ $runtime == vm && $system == windows ] 59 [ $runtime == vm && $system == windows ]
58 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 60 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
59 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 61 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
60 62
61 [ $compiler == dart2js ] 63 [ $compiler == dart2js ]
64 pathos/test/pathos_dartium_test: Fail, OK # Issue 6490
62 serialization/test/serialization_test: Fail # Issue 6490 65 serialization/test/serialization_test: Fail # Issue 6490
63 serialization/test/no_library_test: Fail # Issue 6490 66 serialization/test/no_library_test: Fail # Issue 6490
64 analyzer_experimental/test/generated/ast_test: Fail 67 analyzer_experimental/test/generated/ast_test: Fail
65 unittest/test/instance_test: Fail # http://dartbug.com/11191 68 unittest/test/instance_test: Fail # http://dartbug.com/11191
66 69
67 [ $compiler == dartc ] 70 [ $compiler == dartc ]
68 unittest/test/mock_regexp_negative_test: Fail 71 unittest/test/mock_regexp_negative_test: Fail
69 unittest/test/mock_stepwise_negative_test: Fail 72 unittest/test/mock_stepwise_negative_test: Fail
70 73
71 [ $compiler == dartanalyzer ] 74 [ $compiler == dartanalyzer ]
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 http/test/response_test: Fail, OK # Uses dart:io. 115 http/test/response_test: Fail, OK # Uses dart:io.
113 http/test/streamed_request_test: Fail, OK # Uses dart:io. 116 http/test/streamed_request_test: Fail, OK # Uses dart:io.
114 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 117 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
115 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 118 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
116 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 119 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
117 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 120 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
118 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 121 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
119 oauth2/test/client_test: Fail, OK # Uses dart:io. 122 oauth2/test/client_test: Fail, OK # Uses dart:io.
120 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 123 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
121 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 124 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
122 pathos/test/pathos_posix_test: Fail, OK # Uses dart:io. 125 pathos/test/pathos_io_test: Fail, OK # Uses dart:io.
123 pathos/test/pathos_test: Fail, OK # Uses dart:io.
124 pathos/test/pathos_url_test: Fail, OK # Uses dart:io.
125 pathos/test/pathos_windows_test: Fail, OK # Uses dart:io.
126 126
127 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 127 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
128 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 128 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
129 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 129 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
130 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 130 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
131 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 131 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
132 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 132 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
133 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 133 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
134 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 134 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
135 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 135 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
172 172
173 [ $arch == mips ] 173 [ $arch == mips ]
174 *: Skip 174 *: Skip
175 175
176 [ $arch == simmips ] 176 [ $arch == simmips ]
177 *: Skip 177 *: Skip
178 178
179 # Skip serialization test that explicitly has no library declaration in the 179 # Skip serialization test that explicitly has no library declaration in the
180 # test on Dartium, which requires all tests to have a library. 180 # test on Dartium, which requires all tests to have a library.
181 [ $runtime == dartium || $runtime == drt ] 181 [ $runtime == dartium || $runtime == drt ]
182 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
182 serialization/test/no_library_test: Skip # Expected Failure 183 serialization/test/no_library_test: Skip # Expected Failure
183 184
184 # Skip mdv_observe tests on command line VM, they only run in the browser. 185 # Skip mdv_observe tests on command line VM, they only run in the browser.
185 [ $runtime == vm ] 186 [ $runtime == vm ]
186 mdv_observe: Skip 187 mdv_observe: Skip
OLDNEW
« pkg/pathos/lib/path.dart ('K') | « pkg/pathos/test/pathos_windows_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698