Chromium Code Reviews| 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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 24 third_party/html5lib/test/browser/browser_test: Skip | 24 third_party/html5lib/test/browser/browser_test: Skip |
| 25 | 25 |
| 26 [ $compiler == dart2js ] | 26 [ $compiler == dart2js ] |
| 27 collection/test/equality_test/01: Fail # Issue 1533 | 27 collection/test/equality_test/01: Fail # Issue 1533 |
| 28 collection/test/equality_test/02: Fail # Issue 1533 | 28 collection/test/equality_test/02: Fail # Issue 1533 |
| 29 collection/test/equality_test/03: Fail # Issue 1533 | 29 collection/test/equality_test/03: Fail # Issue 1533 |
| 30 collection/test/equality_test/04: Fail # Issue 1533 | 30 collection/test/equality_test/04: Fail # Issue 1533 |
| 31 collection/test/equality_test/05: Fail # Issue 1533 | 31 collection/test/equality_test/05: Fail # Issue 1533 |
| 32 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 32 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 33 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 33 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
| 34 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | |
| 35 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. | 34 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. |
| 36 | 35 |
| 37 [ $compiler == dart2js && $checked ] | 36 [ $compiler == dart2js && $checked ] |
| 38 crypto/test/base64_test: Slow, Pass | 37 crypto/test/base64_test: Slow, Pass |
| 39 | 38 |
| 40 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 39 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 41 crypto/test/base64_test: Timeout # Issue 12486 | 40 crypto/test/base64_test: Timeout # Issue 12486 |
| 42 serialization/test/serialization_test: Skip | 41 serialization/test/serialization_test: Skip |
| 43 | 42 |
| 44 [ $runtime == d8 || $runtime == jsshell ] | 43 [ $runtime == d8 || $runtime == jsshell ] |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 118 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 117 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 119 | 118 |
| 120 [ $compiler == dartanalyzer ] | 119 [ $compiler == dartanalyzer ] |
| 121 # These tests are runtime negative but statically positive, so we skip | 120 # These tests are runtime negative but statically positive, so we skip |
| 122 # them in the analyzer. | 121 # them in the analyzer. |
| 123 unittest/test/mock_regexp_negative_test: Skip | 122 unittest/test/mock_regexp_negative_test: Skip |
| 124 unittest/test/mock_stepwise_negative_test: Skip | 123 unittest/test/mock_stepwise_negative_test: Skip |
| 125 polymer/example/canonicalization: Skip | 124 polymer/example/canonicalization: Skip |
| 126 | 125 |
| 127 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 126 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 127 third_party/angular_tests/browser_test: Skip # Issue 16346 | |
| 128 | 128 |
| 129 [ $compiler == dart2analyzer ] | 129 [ $compiler == dart2analyzer ] |
| 130 # These tests are runtime negative but statically positive, so we skip | 130 # These tests are runtime negative but statically positive, so we skip |
| 131 # them in the analyzer. | 131 # them in the analyzer. |
| 132 unittest/test/mock_regexp_negative_test: Skip | 132 unittest/test/mock_regexp_negative_test: Skip |
| 133 unittest/test/mock_stepwise_negative_test: Skip | 133 unittest/test/mock_stepwise_negative_test: Skip |
| 134 polymer/example/canonicalization: Skip | 134 polymer/example/canonicalization: Skip |
| 135 | 135 |
| 136 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 136 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 137 | 137 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 190 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 190 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 191 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 191 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 192 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 192 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 193 oauth2/test/client_test: Fail, OK # Uses dart:io. | 193 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 194 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 194 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 195 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 195 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 196 observe/test/transformer_test: Fail, OK # Uses dart:io. | 196 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 197 path/test/io_test: Fail, OK # Uses dart:io. | 197 path/test/io_test: Fail, OK # Uses dart:io. |
| 198 polymer/test/build/*: Fail, OK # Uses dart:io. | 198 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 199 third_party/angular_tests/vm_test: Skip # Uses dart:io | 199 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 200 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | |
|
blois
2014/01/27 23:02:52
And just applying this to Dartium as well as Dart2
| |
| 200 watcher/test/*: Fail, OK # Uses dart:io. | 201 watcher/test/*: Fail, OK # Uses dart:io. |
| 201 | 202 |
| 202 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 203 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
| 203 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 | 204 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 |
| 204 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 205 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 205 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 206 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 206 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 | 207 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 |
| 207 | 208 |
| 208 | 209 |
| 209 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 210 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 327 collection/test/algorithms_test: PubGetError | 328 collection/test/algorithms_test: PubGetError |
| 328 collection/test/iterable_zip_test: PubGetError | 329 collection/test/iterable_zip_test: PubGetError |
| 329 collection/test/priority_queue_test: PubGetError | 330 collection/test/priority_queue_test: PubGetError |
| 330 collection/test/unmodifiable_collection_test: PubGetError | 331 collection/test/unmodifiable_collection_test: PubGetError |
| 331 collection/test/wrapper_test: PubGetError | 332 collection/test/wrapper_test: PubGetError |
| 332 stack_trace/test/chain_test: PubGetError | 333 stack_trace/test/chain_test: PubGetError |
| 333 stack_trace/test/frame_test: PubGetError | 334 stack_trace/test/frame_test: PubGetError |
| 334 stack_trace/test/trace_test: PubGetError | 335 stack_trace/test/trace_test: PubGetError |
| 335 stack_trace/test/vm_test: PubGetError | 336 stack_trace/test/vm_test: PubGetError |
| 336 | 337 |
| OLD | NEW |