| 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 # Run this test manually to verify that the fixnum library produces | 5 # Run this test manually to verify that the fixnum library produces |
| 6 # the same results as native ints on a set of directed and random inputs. | 6 # the same results as native ints on a set of directed and random inputs. |
| 7 # Skip it when running automated tests because it times out. This | 7 # Skip it when running automated tests because it times out. This |
| 8 # test only makes sense on runtimes that support 64-bit integer | 8 # test only makes sense on runtimes that support 64-bit integer |
| 9 # arithmetic natively, i.e., the VM. | 9 # arithmetic natively, i.e., the VM. |
| 10 fixnum/test/int_64_vm_test: Skip | 10 fixnum/test/int_64_vm_test: Skip |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 # Skip browser-specific Intl tests on VM | 52 # Skip browser-specific Intl tests on VM |
| 53 [ $runtime == vm ] | 53 [ $runtime == vm ] |
| 54 intl/test/find_default_locale_browser_test: Skip | 54 intl/test/find_default_locale_browser_test: Skip |
| 55 intl/test/date_time_format_http_request_test: Skip | 55 intl/test/date_time_format_http_request_test: Skip |
| 56 | 56 |
| 57 [ $runtime == vm && $system == windows ] | 57 [ $runtime == vm && $system == windows ] |
| 58 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 58 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 59 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 | 59 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 |
| 60 | 60 |
| 61 [ $compiler == dart2js ] | 61 [ $compiler == dart2js ] |
| 62 serialization/test/serialization_test: Fail # Issue 6490 | |
| 63 serialization/test/no_library_test: Fail # Issue 6490 | |
| 64 analyzer_experimental/test/generated/ast_test: Fail | 62 analyzer_experimental/test/generated/ast_test: Fail |
| 65 unittest/test/instance_test: Fail # http://dartbug.com/11191 | 63 unittest/test/instance_test: Fail # http://dartbug.com/11191 |
| 66 | 64 |
| 67 [ $compiler == dartc ] | 65 [ $compiler == dartc ] |
| 68 unittest/test/mock_regexp_negative_test: Fail | 66 unittest/test/mock_regexp_negative_test: Fail |
| 69 unittest/test/mock_stepwise_negative_test: Fail | 67 unittest/test/mock_stepwise_negative_test: Fail |
| 70 | 68 |
| 71 [ $compiler == dartanalyzer ] | 69 [ $compiler == dartanalyzer ] |
| 72 unittest/test/mock_regexp_negative_test: fail | 70 unittest/test/mock_regexp_negative_test: fail |
| 73 unittest/test/mock_stepwise_negative_test: fail | 71 unittest/test/mock_stepwise_negative_test: fail |
| 74 | 72 |
| 75 [ $compiler == dart2analyzer ] | 73 [ $compiler == dart2analyzer ] |
| 76 unittest/test/mock_regexp_negative_test: fail | 74 unittest/test/mock_regexp_negative_test: fail |
| 77 unittest/test/mock_stepwise_negative_test: fail | 75 unittest/test/mock_stepwise_negative_test: fail |
| 78 | 76 |
| 79 [ $compiler == dart2js && $csp ] | 77 [ $compiler == dart2js && $csp ] |
| 80 unittest/test/unittest_test: Pass, Crash # Issue 10935 | 78 unittest/test/unittest_test: Pass, Crash # Issue 10935 |
| 81 | 79 |
| 80 serialization/test/serialization_test: Fail # Issue 6490 |
| 81 serialization/test/no_library_test: Fail # Issue 6490 |
| 82 |
| 82 [ $compiler == dart2js && $minified ] | 83 [ $compiler == dart2js && $minified ] |
| 83 # The unittest package relies on getting the original (non-minified) method | 84 # The unittest package relies on getting the original (non-minified) method |
| 84 # names in Invocation. You can't get that when minifying. | 85 # names in Invocation. You can't get that when minifying. |
| 85 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. | 86 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. |
| 86 unittest/test/mock_test: Fail | 87 unittest/test/mock_test: Fail |
| 87 unittest/test/mock_regexp_negative_test: Fail | 88 unittest/test/mock_regexp_negative_test: Fail |
| 88 | 89 |
| 90 serialization/test/serialization_test: Fail # Issue 6490 |
| 91 serialization/test/no_library_test: Fail # Issue 6490 |
| 92 |
| 89 # The unminified unittest tests test that the real names of Dart types are | 93 # The unminified unittest tests test that the real names of Dart types are |
| 90 # printed. Minified versions of these tests exist that test the behavior when | 94 # printed. Minified versions of these tests exist that test the behavior when |
| 91 # minified. | 95 # minified. |
| 92 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 96 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
| 93 | 97 |
| 94 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] | 98 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome ||
$runtime == drt) ] |
| 95 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 | 99 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail
?id=2692 |
| 96 | 100 |
| 97 [ $compiler == dart2js && $browser ] | 101 [ $compiler == dart2js && $browser ] |
| 98 crypto/test/sha256_test: Slow, Pass | 102 crypto/test/sha256_test: Slow, Pass |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 *: Skip | 181 *: Skip |
| 178 | 182 |
| 179 # Skip serialization test that explicitly has no library declaration in the | 183 # Skip serialization test that explicitly has no library declaration in the |
| 180 # test on Dartium, which requires all tests to have a library. | 184 # test on Dartium, which requires all tests to have a library. |
| 181 [ $runtime == dartium || $runtime == drt ] | 185 [ $runtime == dartium || $runtime == drt ] |
| 182 serialization/test/no_library_test: Skip # Expected Failure | 186 serialization/test/no_library_test: Skip # Expected Failure |
| 183 | 187 |
| 184 # Skip mdv_observe tests on command line VM, they only run in the browser. | 188 # Skip mdv_observe tests on command line VM, they only run in the browser. |
| 185 [ $runtime == vm ] | 189 [ $runtime == vm ] |
| 186 mdv_observe: Skip | 190 mdv_observe: Skip |
| OLD | NEW |