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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 96 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 96 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 97 | 97 |
| 98 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 98 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
| 99 # These tests are runtime negative but statically positive, so we skip | 99 # These tests are runtime negative but statically positive, so we skip |
| 100 # them in the analyzer. | 100 # them in the analyzer. |
| 101 unittest/test/mock_regexp_negative_test: Skip | 101 unittest/test/mock_regexp_negative_test: Skip |
| 102 unittest/test/mock_stepwise_negative_test: Skip | 102 unittest/test/mock_stepwise_negative_test: Skip |
| 103 | 103 |
| 104 [ $compiler == dart2js && $csp ] | 104 [ $compiler == dart2js && $csp ] |
| 105 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 105 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 106 observe/test/observe_test: Fail # Issue 11970 | |
|
kasperl
2013/09/20 13:04:47
Yay!
| |
| 107 observe/test/path_observer_test: Fail # Issue 11970 | |
| 108 mdv/test/binding_syntax_test: Fail # Issue 11970 | |
| 109 polymer_expressions/test/eval_test: Fail # Issue 12578 | |
| 110 polymer_expressions/test/syntax_test: Fail # Issue 12578 | |
| 111 serialization/test/serialization_test: Fail # Issue 6490 | |
| 112 serialization/test/no_library_test: Fail # Issue 6490 | 106 serialization/test/no_library_test: Fail # Issue 6490 |
| 113 | 107 |
| 114 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 108 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 115 mutation_observer: Skip | 109 mutation_observer: Skip |
| 116 | 110 |
| 117 [ $compiler == dart2js && $minified ] | 111 [ $compiler == dart2js && $minified ] |
| 118 # The unminified unittest tests test that the real names of Dart types are | 112 # The unminified unittest tests test that the real names of Dart types are |
| 119 # printed. Minified versions of these tests exist that test the behavior when | 113 # printed. Minified versions of these tests exist that test the behavior when |
| 120 # minified. | 114 # minified. |
| 121 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS | 115 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 226 | 220 |
| 227 [ $browser || $runtime == vm ] | 221 [ $browser || $runtime == vm ] |
| 228 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 222 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 229 | 223 |
| 230 # Issue http://dartbug.com/12930 | 224 # Issue http://dartbug.com/12930 |
| 231 [ $runtime == vm ] | 225 [ $runtime == vm ] |
| 232 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 226 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 233 | 227 |
| 234 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 228 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
| 235 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 229 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
| OLD | NEW |