| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 [ $arch == mips ] | 200 [ $arch == mips ] |
| 201 *: Skip # Issue 13650 | 201 *: Skip # Issue 13650 |
| 202 | 202 |
| 203 [ $arch == arm ] | 203 [ $arch == arm ] |
| 204 *: Skip # Issue 13624 | 204 *: Skip # Issue 13624 |
| 205 | 205 |
| 206 [ $arch == simarm || $arch == simmips ] | 206 [ $arch == simarm || $arch == simmips ] |
| 207 third_party/html5lib/test/tokenizer_test: Pass, Slow | 207 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 208 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. | 208 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. |
| 209 | 209 |
| 210 [ $arch == simmips && $mode == debug ] | |
| 211 intl/test/date_time_format_file_even_test: Pass, Fail # Issue 13932 | |
| 212 intl/test/date_time_format_file_odd_test: Pass, Fail # Issue 13932 | |
| 213 | |
| 214 # Skip serialization test that explicitly has no library declaration in the | 210 # Skip serialization test that explicitly has no library declaration in the |
| 215 # test on Dartium, which requires all tests to have a library. | 211 # test on Dartium, which requires all tests to have a library. |
| 216 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 212 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 217 serialization/test/no_library_test: Skip # Expected Failure | 213 serialization/test/no_library_test: Skip # Expected Failure |
| 218 serialization/test/serialization_test: Fail # 13921 | 214 serialization/test/serialization_test: Fail # 13921 |
| 219 unittest/test/unittest_async_exception_test: Fail # 13921 | 215 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 220 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 | 216 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| 221 unittest/test/unittest_completion_test: Fail # 13921 | 217 unittest/test/unittest_completion_test: Fail # 13921 |
| 222 unittest/test/unittest_correct_callback_test: Fail # 13921 | 218 unittest/test/unittest_correct_callback_test: Fail # 13921 |
| 223 unittest/test/unittest_exception_test: Fail # 13921 | 219 unittest/test/unittest_exception_test: Fail # 13921 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 [ $compiler == dartanalyzer ] | 266 [ $compiler == dartanalyzer ] |
| 271 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 267 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 272 custom_element/test/analyzer_test: fail | 268 custom_element/test/analyzer_test: fail |
| 273 mdv/test/analyzer_test: fail | 269 mdv/test/analyzer_test: fail |
| 274 observe/test/observe_test: fail | 270 observe/test/observe_test: fail |
| 275 | 271 |
| 276 # pkg issue 13945; Missing inherited member 'Trace.frames' | 272 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 277 observe/test/observe_test: fail | 273 observe/test/observe_test: fail |
| 278 | 274 |
| 279 | 275 |
| OLD | NEW |