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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 65 | 65 |
| 66 [ $runtime == ff || $runtime == safari ] | 66 [ $runtime == ff || $runtime == safari ] |
| 67 polymer/test/events_test: Fail # Issue 12865, 13197 | 67 polymer/test/events_test: Fail # Issue 12865, 13197 |
| 68 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 68 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
| 69 | 69 |
| 70 [ $runtime == ie9 || $runtime == ie10 ] | 70 [ $runtime == ie9 || $runtime == ie10 ] |
| 71 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197 | 71 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197 |
| 72 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197 | 72 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197 |
| 73 | 73 |
| 74 [ $system == windows && $runtime == ff ] | |
|
Jennifer Messerly
2013/09/11 22:43:41
can this be consolidated with the IE lines, above?
Siggi Cherem (dart-lang)
2013/09/11 22:46:33
Done.
| |
| 75 polymer/test/events_test: Fail, Timeout # Issue 13260 | |
| 76 polymer/test/event_path_test: Fail, Timeout # Issue 13260 | |
| 77 | |
| 78 [ $system == windows $runtime == chrome ] | |
|
Jennifer Messerly
2013/09/11 22:43:41
missing && here?
Siggi Cherem (dart-lang)
2013/09/11 22:46:33
good catch! done. It's been a while...
| |
| 79 polymer/test/events_test: Pass, Timeout # Issue 13260 | |
| 80 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | |
| 81 | |
| 74 # Skip browser-specific tests on VM | 82 # Skip browser-specific tests on VM |
| 75 [ $runtime == vm ] | 83 [ $runtime == vm ] |
| 76 path/test/browser_test: Fail, OK # Uses dart:html | 84 path/test/browser_test: Fail, OK # Uses dart:html |
| 77 intl/test/find_default_locale_browser_test: Skip | 85 intl/test/find_default_locale_browser_test: Skip |
| 78 intl/test/date_time_format_http_request_test: Skip | 86 intl/test/date_time_format_http_request_test: Skip |
| 79 polymer/test/events_test: Fail, OK # Uses dart:html | 87 polymer/test/events_test: Fail, OK # Uses dart:html |
| 80 polymer/test/event_path_test: Fail, OK # Uses dart:html | 88 polymer/test/event_path_test: Fail, OK # Uses dart:html |
| 81 polymer/example: Fail, OK # Uses dart:html | 89 polymer/example: Fail, OK # Uses dart:html |
| 82 | 90 |
| 83 [ $runtime == vm && $system == windows ] | 91 [ $runtime == vm && $system == windows ] |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 218 | 226 |
| 219 [ $browser || $runtime == vm ] | 227 [ $browser || $runtime == vm ] |
| 220 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 228 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 221 | 229 |
| 222 # Issue http://dartbug.com/12930 | 230 # Issue http://dartbug.com/12930 |
| 223 [ $runtime == vm ] | 231 [ $runtime == vm ] |
| 224 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 232 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 225 | 233 |
| 226 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 234 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
| 227 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 235 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
| OLD | NEW |