| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 [ $arch == simarm || $arch == simmips ] | 206 [ $arch == simarm || $arch == simmips ] |
| 207 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. | 207 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. |
| 208 | 208 |
| 209 [ $arch == simarm || $arch == simmips ] | 209 [ $arch == simarm || $arch == simmips ] |
| 210 third_party/html5lib/test/tokenizer_test: Pass, Slow | 210 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 211 | 211 |
| 212 # Skip serialization test that explicitly has no library declaration in the | 212 # Skip serialization test that explicitly has no library declaration in the |
| 213 # test on Dartium, which requires all tests to have a library. | 213 # test on Dartium, which requires all tests to have a library. |
| 214 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 214 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 215 serialization/test/no_library_test: Skip # Expected Failure | 215 serialization/test/no_library_test: Skip # Expected Failure |
| 216 serialization/test/serialization_test: Fail # 13921 |
| 217 unittest/test/unittest_async_exception_test: Fail # 13921 |
| 218 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 |
| 219 unittest/test/unittest_completion_test: Fail # 13921 |
| 220 unittest/test/unittest_correct_callback_test: Fail # 13921 |
| 221 unittest/test/unittest_exception_test: Fail # 13921 |
| 222 unittest/test/unittest_excess_callback_test: Fail # 13921 |
| 223 unittest/test/unittest_late_exception_test: Fail # 13921 |
| 224 unittest/test/unittest_middle_exception_test: Fail # 13921 |
| 225 unittest/test/unittest_nested_groups_setup_teardown_test: Fail # 13921 |
| 226 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 |
| 227 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 |
| 228 unittest/test/unittest_setup_test: Fail # 13921 |
| 229 unittest/test/unittest_single_correct_test: Fail # 13921 |
| 230 unittest/test/unittest_single_failing_test: Fail # 13921 |
| 231 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 |
| 232 unittest/test/unittest_teardown_test: Fail # 13921 |
| 233 unittest/test/unittest_test_returning_future_test: Fail # 13921 |
| 234 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 |
| 235 unittest/test/unittest_testcases_immutable_test: Fail # 13921 |
| 236 unittest/test/unitttest_group_name_test: Fail # 13921 |
| 237 |
| 216 | 238 |
| 217 # Skip tests on the VM if the package depends on dart:html | 239 # Skip tests on the VM if the package depends on dart:html |
| 218 [ $runtime == vm ] | 240 [ $runtime == vm ] |
| 219 custom_element: Skip | 241 custom_element: Skip |
| 220 mdv: Skip | 242 mdv: Skip |
| 221 mutation_observer: Skip | 243 mutation_observer: Skip |
| 222 polymer_expressions/test/syntax_test: Skip | 244 polymer_expressions/test/syntax_test: Skip |
| 223 polymer_expressions/test/globals_test: Skip | 245 polymer_expressions/test/globals_test: Skip |
| 224 third_party/html5lib/test/browser/browser_test: Skip | 246 third_party/html5lib/test/browser/browser_test: Skip |
| 225 | 247 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 236 | 258 |
| 237 [ $compiler == none && $runtime == vm ] | 259 [ $compiler == none && $runtime == vm ] |
| 238 observe/test/observe_test: Pass, Fail # Issue 13543 | 260 observe/test/observe_test: Pass, Fail # Issue 13543 |
| 239 | 261 |
| 240 [ $compiler == none && $runtime == vm && $checked ] | 262 [ $compiler == none && $runtime == vm && $checked ] |
| 241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | 263 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 |
| 242 | 264 |
| 243 [ $compiler == none && $runtime == dartium ] | 265 [ $compiler == none && $runtime == dartium ] |
| 244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 266 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 245 | 267 |
| OLD | NEW |