| 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 14 matching lines...) Expand all Loading... |
| 25 # WebDriver tests have 3rd party dependencies (we need to run | 25 # WebDriver tests have 3rd party dependencies (we need to run |
| 26 # selenium_standalone.jar), so we skip these in our automated | 26 # selenium_standalone.jar), so we skip these in our automated |
| 27 # testing. | 27 # testing. |
| 28 webdriver/test/webdriver_test: Skip | 28 webdriver/test/webdriver_test: Skip |
| 29 | 29 |
| 30 [ $compiler == dart2js && $runtime == ff ] | 30 [ $compiler == dart2js && $runtime == ff ] |
| 31 unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473 | 31 unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473 |
| 32 | 32 |
| 33 [ $runtime == d8 || $runtime == jsshell ] | 33 [ $runtime == d8 || $runtime == jsshell ] |
| 34 unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 | 34 unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 |
| 35 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 35 | 36 |
| 36 [$compiler == dart2dart] | 37 [$compiler == dart2dart] |
| 37 *: Skip | 38 *: Skip |
| 38 | 39 |
| 39 [ $compiler == dart2js || $compiler == dart2dart ] | 40 [ $compiler == dart2js || $compiler == dart2dart ] |
| 40 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that | 41 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that |
| 41 # overflow in JS (numbers slightly larger than | 42 # overflow in JS (numbers slightly larger than |
| 42 # 32 bits where we do bitwise operations). | 43 # 32 bits where we do bitwise operations). |
| 43 | 44 |
| 44 [ $runtime == opera && $compiler == dart2js ] | 45 [ $runtime == opera && $compiler == dart2js ] |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 # The unminified unittest tests test that the real names of Dart types are | 100 # The unminified unittest tests test that the real names of Dart types are |
| 100 # printed. Minified versions of these tests exist that test the behavior when | 101 # printed. Minified versions of these tests exist that test the behavior when |
| 101 # minified. | 102 # minified. |
| 102 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 103 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
| 103 | 104 |
| 104 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] | 105 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] |
| 105 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 | 106 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 |
| 106 | 107 |
| 107 [ $compiler == dart2js && $browser ] | 108 [ $compiler == dart2js && $browser ] |
| 108 pathos/test/pathos_dartium_test: Fail # Issue 6490 | 109 pathos/test/pathos_dartium_test: Fail # Issue 6490 |
| 110 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 109 crypto/test/sha256_test: Slow, Pass | 111 crypto/test/sha256_test: Slow, Pass |
| 110 crypto/test/sha1_test: Slow, Pass | 112 crypto/test/sha1_test: Slow, Pass |
| 111 | 113 |
| 112 [ $browser ] | 114 [ $browser ] |
| 113 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. | 115 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. |
| 114 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. | 116 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
| 115 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. | 117 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 116 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. | 118 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. |
| 117 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. | 119 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 118 barback/test/*: Fail, OK # Uses dart:io. | 120 barback/test/*: Fail, OK # Uses dart:io. |
| 119 http/test/client_test: Fail, OK # Uses dart:io. | 121 http/test/client_test: Fail, OK # Uses dart:io. |
| 120 http/test/http_test: Fail, OK # Uses dart:io. | 122 http/test/http_test: Fail, OK # Uses dart:io. |
| 121 http/test/mock_client_test: Fail, OK # Uses dart:io. | 123 http/test/mock_client_test: Fail, OK # Uses dart:io. |
| 122 http/test/multipart_test: Fail, OK # Uses dart:io. | 124 http/test/multipart_test: Fail, OK # Uses dart:io. |
| 123 http/test/request_test: Fail, OK # Uses dart:io. | 125 http/test/request_test: Fail, OK # Uses dart:io. |
| 124 http/test/response_test: Fail, OK # Uses dart:io. | 126 http/test/response_test: Fail, OK # Uses dart:io. |
| 125 http/test/streamed_request_test: Fail, OK # Uses dart:io. | 127 http/test/streamed_request_test: Fail, OK # Uses dart:io. |
| 126 http_server/test/*: Fail, OK # Uses dart:io. | 128 http_server/test/*: Fail, OK # Uses dart:io. |
| 127 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 129 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 128 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 130 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 129 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 131 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 130 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 132 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 131 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 133 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 132 oauth2/test/client_test: Fail, OK # Uses dart:io. | 134 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 133 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 135 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 134 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 136 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 135 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. | 137 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. |
| 138 stack_trace/test/vm_test: Fail, OK # VM-specific method names. |
| 136 | 139 |
| 137 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 | 140 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 |
| 138 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 | 141 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 |
| 139 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 | 142 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 |
| 140 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 | 143 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 |
| 141 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 | 144 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 |
| 142 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 145 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 143 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 146 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 144 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 | 147 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 |
| 145 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht
tp://dartbug.com/8440 | 148 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht
tp://dartbug.com/8440 |
| 146 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d
artbug.com/8440 | 149 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d
artbug.com/8440 |
| 147 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da
rtbug.com/8440 | 150 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da
rtbug.com/8440 |
| 148 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8
440 | 151 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8
440 |
| 149 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8
440 | 152 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8
440 |
| 150 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 | 153 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 |
| 151 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 | 154 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 |
| 152 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 | 155 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 |
| 153 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 | 156 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 |
| 154 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 | 157 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 |
| 155 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 | 158 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 |
| 156 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 | 159 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
| 157 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 | 160 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 |
| 158 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 | 161 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 |
| 159 | 162 |
| 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 |