| OLD | NEW |
| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 [ $runtime == safari ] | 51 [ $runtime == safari ] |
| 52 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 52 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 53 crypto/test/hmac_sha1_test: Fail # Issue 11407. | 53 crypto/test/hmac_sha1_test: Fail # Issue 11407. |
| 54 crypto/test/sha1_test: Fail # Issue 11407. | 54 crypto/test/sha1_test: Fail # Issue 11407. |
| 55 | 55 |
| 56 # Skip browser-specific tests on VM | 56 # Skip browser-specific tests on VM |
| 57 [ $runtime == vm ] | 57 [ $runtime == vm ] |
| 58 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html | 58 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html |
| 59 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html | 59 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html |
| 60 stack_trace/test/dartium_test: Fail, OK # Dartium-specific traces | |
| 61 intl/test/find_default_locale_browser_test: Skip | 60 intl/test/find_default_locale_browser_test: Skip |
| 62 intl/test/date_time_format_http_request_test: Skip | 61 intl/test/date_time_format_http_request_test: Skip |
| 63 | 62 |
| 64 [ $runtime == vm && $system == windows ] | 63 [ $runtime == vm && $system == windows ] |
| 65 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 64 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 66 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 | 65 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 |
| 67 | 66 |
| 68 [ $compiler == dart2js ] | 67 [ $compiler == dart2js ] |
| 69 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 | 68 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 |
| 70 unittest/test/instance_test: Fail # http://dartbug.com/11191 | 69 unittest/test/instance_test: Fail # http://dartbug.com/11191 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 100 # The unminified unittest tests test that the real names of Dart types are | 99 # The unminified unittest tests test that the real names of Dart types are |
| 101 # printed. Minified versions of these tests exist that test the behavior when | 100 # printed. Minified versions of these tests exist that test the behavior when |
| 102 # minified. | 101 # minified. |
| 103 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 102 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
| 104 | 103 |
| 105 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] | 104 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] |
| 106 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 | 105 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 |
| 107 | 106 |
| 108 [ $compiler == dart2js && $browser ] | 107 [ $compiler == dart2js && $browser ] |
| 109 pathos/test/pathos_dartium_test: Fail # Issue 6490 | 108 pathos/test/pathos_dartium_test: Fail # Issue 6490 |
| 110 stack_trace/test/dartium_test: Fail, OK # Dartium-specific traces | |
| 111 crypto/test/sha256_test: Slow, Pass | 109 crypto/test/sha256_test: Slow, Pass |
| 112 crypto/test/sha1_test: Slow, Pass | 110 crypto/test/sha1_test: Slow, Pass |
| 113 | 111 |
| 114 [ $browser ] | 112 [ $browser ] |
| 115 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. | 113 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. |
| 116 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. | 114 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
| 117 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. | 115 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 118 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. | 116 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. |
| 119 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. | 117 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 120 barback/test/*: Fail, OK # Uses dart:io. | 118 barback/test/*: Fail, OK # Uses dart:io. |
| 121 http/test/client_test: Fail, OK # Uses dart:io. | 119 http/test/client_test: Fail, OK # Uses dart:io. |
| 122 http/test/http_test: Fail, OK # Uses dart:io. | 120 http/test/http_test: Fail, OK # Uses dart:io. |
| 123 http/test/mock_client_test: Fail, OK # Uses dart:io. | 121 http/test/mock_client_test: Fail, OK # Uses dart:io. |
| 124 http/test/multipart_test: Fail, OK # Uses dart:io. | 122 http/test/multipart_test: Fail, OK # Uses dart:io. |
| 125 http/test/request_test: Fail, OK # Uses dart:io. | 123 http/test/request_test: Fail, OK # Uses dart:io. |
| 126 http/test/response_test: Fail, OK # Uses dart:io. | 124 http/test/response_test: Fail, OK # Uses dart:io. |
| 127 http/test/streamed_request_test: Fail, OK # Uses dart:io. | 125 http/test/streamed_request_test: Fail, OK # Uses dart:io. |
| 128 http_server/test/*: Fail, OK # Uses dart:io. | 126 http_server/test/*: Fail, OK # Uses dart:io. |
| 129 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 127 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 130 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 128 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 131 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 129 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 132 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 130 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 133 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 131 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 134 oauth2/test/client_test: Fail, OK # Uses dart:io. | 132 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 135 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 133 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 136 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 134 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 137 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. | 135 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. |
| 138 stack_trace/test/vm_test: Fail, OK # VM-specific method names. | |
| 139 | 136 |
| 140 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 | 137 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 |
| 141 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 | 138 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 |
| 142 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 | 139 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 |
| 143 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 | 140 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 |
| 144 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 | 141 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 |
| 145 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 142 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 146 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 143 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 147 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 | 144 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 |
| 148 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht
tp://dartbug.com/8440 | 145 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht
tp://dartbug.com/8440 |
| 149 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d
artbug.com/8440 | 146 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d
artbug.com/8440 |
| 150 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da
rtbug.com/8440 | 147 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da
rtbug.com/8440 |
| 151 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8
440 | 148 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8
440 |
| 152 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8
440 | 149 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8
440 |
| 153 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 | 150 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 |
| 154 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 | 151 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 |
| 155 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 | 152 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 |
| 156 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 | 153 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 |
| 157 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 | 154 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 |
| 158 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 | 155 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 |
| 159 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 | 156 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
| 160 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 | 157 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 |
| 161 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 | 158 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 |
| 162 | 159 |
| 160 stack_trace/test/frame_test: Fail # http://dartbug.com/6943 |
| 161 stack_trace/test/trace_test: Fail # http://dartbug.com/6943 |
| 162 |
| 163 | 163 |
| 164 [ $runtime == safari] | 164 [ $runtime == safari] |
| 165 # Bug in JSC: the test only passes when being debugged. | 165 # Bug in JSC: the test only passes when being debugged. |
| 166 crypto/test/hmac_md5_test: Fail, Pass | 166 crypto/test/hmac_md5_test: Fail, Pass |
| 167 | 167 |
| 168 [ $minified == false ] | 168 [ $minified == false ] |
| 169 # The minified unittest tests test that the minified names of Dart types are | 169 # The minified unittest tests test that the minified names of Dart types are |
| 170 # printed. Unminified versions of these tests exist that test the behavior when | 170 # printed. Unminified versions of these tests exist that test the behavior when |
| 171 # not minified. | 171 # not minified. |
| 172 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 172 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| (...skipping 17 matching lines...) Expand all Loading... |
| 190 # test on Dartium, which requires all tests to have a library. | 190 # test on Dartium, which requires all tests to have a library. |
| 191 [ $runtime == dartium || $runtime == drt ] | 191 [ $runtime == dartium || $runtime == drt ] |
| 192 serialization/test/no_library_test: Skip # Expected Failure | 192 serialization/test/no_library_test: Skip # Expected Failure |
| 193 | 193 |
| 194 [ ($runtime == dartium || $runtime == drt) && $compiler == none ] | 194 [ ($runtime == dartium || $runtime == drt) && $compiler == none ] |
| 195 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 | 195 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 |
| 196 | 196 |
| 197 # Skip mdv tests on command line VM, they only run in the browser. | 197 # Skip mdv tests on command line VM, they only run in the browser. |
| 198 [ $runtime == vm ] | 198 [ $runtime == vm ] |
| 199 mdv: Skip | 199 mdv: Skip |
| OLD | NEW |