| 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 19 matching lines...) Expand all Loading... |
| 30 [ $compiler == dart2js && $runtime == drt ] | 30 [ $compiler == dart2js && $runtime == drt ] |
| 31 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293 | 31 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293 |
| 32 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293 | 32 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293 |
| 33 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293 | 33 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293 |
| 34 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293 | 34 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293 |
| 35 | 35 |
| 36 [ $runtime == d8 || $runtime == jsshell ] | 36 [ $runtime == d8 || $runtime == jsshell ] |
| 37 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, Fail # http://da
rtbug.com/10109 | 37 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, Fail # http://da
rtbug.com/10109 |
| 38 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 38 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 39 sequence_zip/test/stream_test: Fail, OK # Timers are not supported. | 39 sequence_zip/test/stream_test: Fail, OK # Timers are not supported. |
| 40 stack_trace/test/trace_test: Fail # Issue 13431 |
| 40 | 41 |
| 41 [$compiler == dart2dart] | 42 [$compiler == dart2dart] |
| 42 *: Skip | 43 *: Skip |
| 43 | 44 |
| 44 [ $compiler == dart2js || $compiler == dart2dart ] | 45 [ $compiler == dart2js || $compiler == dart2dart ] |
| 45 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that | 46 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that |
| 46 # overflow in JS (numbers slightly larger than | 47 # overflow in JS (numbers slightly larger than |
| 47 # 32 bits where we do bitwise operations). | 48 # 32 bits where we do bitwise operations). |
| 48 | 49 |
| 49 [ $runtime == opera && $compiler == dart2js ] | 50 [ $runtime == opera && $compiler == dart2js ] |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 | 225 |
| 225 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 226 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
| 226 docgen/test/single_library_test: Skip # Uses dart:io | 227 docgen/test/single_library_test: Skip # Uses dart:io |
| 227 | 228 |
| 228 [ $browser || $runtime == vm ] | 229 [ $browser || $runtime == vm ] |
| 229 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 230 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 230 | 231 |
| 231 # Issue http://dartbug.com/12930 | 232 # Issue http://dartbug.com/12930 |
| 232 [ $runtime == vm ] | 233 [ $runtime == vm ] |
| 233 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 234 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| OLD | NEW |