| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 # not minified. | 212 # not minified. |
| 213 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 213 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| 214 | 214 |
| 215 [ $arch == mips ] | 215 [ $arch == mips ] |
| 216 *: Skip # Issue 13650 | 216 *: Skip # Issue 13650 |
| 217 | 217 |
| 218 [ $arch == arm ] | 218 [ $arch == arm ] |
| 219 *: Skip # Issue 13624 | 219 *: Skip # Issue 13624 |
| 220 | 220 |
| 221 [ $arch == simarm || $arch == simmips ] | 221 [ $arch == simarm || $arch == simmips ] |
| 222 barback/test/too_many_open_files_test: Pass, Slow | 222 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 |
| 223 third_party/html5lib/test/tokenizer_test: Pass, Slow | 223 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 224 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. | 224 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. |
| 225 barback/test/too_many_open_files_test: Pass, Slow | |
| 226 | 225 |
| 227 # Skip serialization test that explicitly has no library declaration in the | 226 # Skip serialization test that explicitly has no library declaration in the |
| 228 # test on Dartium, which requires all tests to have a library. | 227 # test on Dartium, which requires all tests to have a library. |
| 229 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 228 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 230 serialization/test/no_library_test: Skip # Expected Failure | 229 serialization/test/no_library_test: Skip # Expected Failure |
| 231 serialization/test/serialization_test: Fail # 13921 | 230 serialization/test/serialization_test: Fail # 13921 |
| 232 unittest/test/unittest_async_exception_test: Fail # 13921 | 231 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 233 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 232 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| 234 unittest/test/unittest_completion_test: Fail # 13921 | 233 unittest/test/unittest_completion_test: Fail # 13921 |
| 235 unittest/test/unittest_correct_callback_test: Fail # 13921 | 234 unittest/test/unittest_correct_callback_test: Fail # 13921 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 293 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 295 custom_element/test/analyzer_test: fail | 294 custom_element/test/analyzer_test: fail |
| 296 mdv/test/analyzer_test: fail | 295 mdv/test/analyzer_test: fail |
| 297 observe/test/observe_test: fail | 296 observe/test/observe_test: fail |
| 298 | 297 |
| 299 # pkg issue 13945; Missing inherited member 'Trace.frames' | 298 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 300 observe/test/observe_test: fail | 299 observe/test/observe_test: fail |
| 301 | 300 |
| 302 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 301 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 303 polymer/test/prop_attr_reflection_test: fail # Issue 14036 | 302 polymer/test/prop_attr_reflection_test: fail # Issue 14036 |
| OLD | NEW |