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 |
11 | 11 |
12 # Skip non-test files ending with "_test". | 12 # Skip non-test files ending with "_test". |
13 scheduled_test/lib/*: Skip | 13 scheduled_test/lib/*: Skip |
14 | 14 |
15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # Issue 9231, 9582 | 15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # Issue 9231, 9582 |
16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 | 16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
17 | 17 |
18 # WebDriver tests have 3rd party dependencies (we need to run | 18 # WebDriver tests have 3rd party dependencies (we need to run |
19 # selenium_standalone.jar), so we skip these in our automated | 19 # selenium_standalone.jar), so we skip these in our automated |
20 # testing. | 20 # testing. |
21 webdriver/test/webdriver_test: Skip | 21 webdriver/test/webdriver_test: Skip |
22 | 22 |
23 [$compiler == none && $runtime == vm] | |
24 intl/test/date_time_format_file_even_test: Pass, Crash # Issue 9342 | |
25 intl/test/date_time_format_file_odd_test: Pass, Crash # Issue 9342 | |
26 intl/test/date_time_format_local_even_test: Pass, Crash # Issue 9342 | |
27 intl/test/date_time_format_local_odd_test: Pass, Crash # Issue 9342 | |
28 | |
29 [$compiler == dart2dart] | 23 [$compiler == dart2dart] |
30 *: Skip | 24 *: Skip |
31 | 25 |
32 # Don't compile tests that use dart:io to JS | 26 # Don't compile tests that use dart:io to JS |
33 [ $compiler == dart2js || $compiler == dart2dart ] | 27 [ $compiler == dart2js || $compiler == dart2dart ] |
34 http/test/*: Skip | 28 http/test/*: Skip |
35 oauth2/test/*: Skip | 29 oauth2/test/*: Skip |
36 pathos/test/*: Skip | 30 pathos/test/*: Skip |
37 | 31 |
38 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would | 32 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 77 |
84 # Skip browser-specific Intl tests on VM | 78 # Skip browser-specific Intl tests on VM |
85 [ $runtime == vm ] | 79 [ $runtime == vm ] |
86 intl/test/find_default_locale_browser_test: Skip | 80 intl/test/find_default_locale_browser_test: Skip |
87 intl/test/date_time_format_http_request_test: Skip | 81 intl/test/date_time_format_http_request_test: Skip |
88 | 82 |
89 [ $runtime == vm && $system == windows ] | 83 [ $runtime == vm && $system == windows ] |
90 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 84 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
91 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 | 85 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 |
92 | 86 |
93 # Skip http request tests on Dartium while resolving an odd | |
94 # error there that causes the tests to timeout. | |
95 [ $runtime == dartium || $runtime == drt ] | |
96 intl/test/date_time_format_http_request_test: Skip | |
97 | |
98 [ $compiler == dart2js ] | 87 [ $compiler == dart2js ] |
99 # Skip intl_message tests that use mirrors on dart2js until it's been | 88 # Skip intl_message tests that use mirrors on dart2js until it's been |
100 # implemented there. | 89 # implemented there. |
101 serialization/test/serialization_test: Skip # Issue 6490 | 90 serialization/test/serialization_test: Skip # Issue 6490 |
102 serialization/test/no_library_test: Skip # Issue 6490 | 91 serialization/test/no_library_test: Skip # Issue 6490 |
103 analyzer_experimental/test/generated/ast_test: Skip | 92 analyzer_experimental/test/generated/ast_test: Skip |
104 analyzer_experimental/test/generated/element_test: Skip | 93 analyzer_experimental/test/generated/element_test: Skip |
105 analyzer_experimental/test/generated/parser_test: Skip | 94 analyzer_experimental/test/generated/parser_test: Skip |
106 analyzer_experimental/test/generated/resolver_test: Skip | 95 analyzer_experimental/test/generated/resolver_test: Skip |
107 analyzer_experimental/test/generated/scanner_test: Skip | 96 analyzer_experimental/test/generated/scanner_test: Skip |
(...skipping 30 matching lines...) Expand all Loading... |
138 [ $arch == mips ] | 127 [ $arch == mips ] |
139 *: Skip | 128 *: Skip |
140 | 129 |
141 [ $arch == simmips ] | 130 [ $arch == simmips ] |
142 *: Skip | 131 *: Skip |
143 | 132 |
144 # Skip serialization test that explicitly has no library declaration in the | 133 # Skip serialization test that explicitly has no library declaration in the |
145 # test on Dartium, which requires all tests to have a library. | 134 # test on Dartium, which requires all tests to have a library. |
146 [ $runtime == dartium || $runtime == drt ] | 135 [ $runtime == dartium || $runtime == drt ] |
147 serialization/test/no_library_test: Skip # Expected Failure | 136 serialization/test/no_library_test: Skip # Expected Failure |
OLD | NEW |