OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'elements-kind': [SKIP], | 136 'elements-kind': [SKIP], |
137 'fast-prototype': [SKIP], | 137 'fast-prototype': [SKIP], |
138 'opt-elements-kind': [SKIP], | 138 'opt-elements-kind': [SKIP], |
139 'osr-elements-kind': [SKIP], | 139 'osr-elements-kind': [SKIP], |
140 'regress/regress-165637': [SKIP], | 140 'regress/regress-165637': [SKIP], |
141 'regress/regress-2249': [SKIP], | 141 'regress/regress-2249': [SKIP], |
142 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | 142 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], |
143 }], # 'gc_stress == True' | 143 }], # 'gc_stress == True' |
144 | 144 |
145 ############################################################################## | 145 ############################################################################## |
| 146 ['no_i18n', { |
| 147 # Don't call runtime functions that don't exist without i18n support. |
| 148 'runtime-gen/availablelocalesof': [SKIP], |
| 149 'runtime-gen/breakiteratoradopttext': [SKIP], |
| 150 'runtime-gen/breakiteratorbreaktype': [SKIP], |
| 151 'runtime-gen/breakiteratorbreaktype': [SKIP], |
| 152 'runtime-gen/breakiteratorcurrent': [SKIP], |
| 153 'runtime-gen/breakiteratorfirst': [SKIP], |
| 154 'runtime-gen/breakiteratornext': [SKIP], |
| 155 'runtime-gen/canonicalizelanguagetag': [SKIP], |
| 156 'runtime-gen/createbreakiterator': [SKIP], |
| 157 'runtime-gen/createcollator': [SKIP], |
| 158 'runtime-gen/getdefaulticulocale': [SKIP], |
| 159 'runtime-gen/getimplfrominitializedintlobject': [SKIP], |
| 160 'runtime-gen/getlanguagetagvariants': [SKIP], |
| 161 'runtime-gen/internalcompare': [SKIP], |
| 162 'runtime-gen/internaldateformat': [SKIP], |
| 163 'runtime-gen/internaldateparse': [SKIP], |
| 164 'runtime-gen/internalnumberformat': [SKIP], |
| 165 'runtime-gen/internalnumberparse': [SKIP], |
| 166 'runtime-gen/isinitializedintlobject': [SKIP], |
| 167 'runtime-gen/isinitializedintlobjectoftype': [SKIP], |
| 168 'runtime-gen/markasinitializedintlobjectoftype': [SKIP], |
| 169 'runtime-gen/stringnormalize': [SKIP], |
| 170 }], |
| 171 |
| 172 ############################################################################## |
146 ['arch == arm64 or arch == android_arm64', { | 173 ['arch == arm64 or arch == android_arm64', { |
147 | 174 |
148 # Requires bigger stack size in the Genesis and if stack size is increased, | 175 # Requires bigger stack size in the Genesis and if stack size is increased, |
149 # the test requires too much time to run. However, the problem test covers | 176 # the test requires too much time to run. However, the problem test covers |
150 # should be platform-independent. | 177 # should be platform-independent. |
151 'regress/regress-1132': [SKIP], | 178 'regress/regress-1132': [SKIP], |
152 | 179 |
153 # Pass but take too long to run. Skip. | 180 # Pass but take too long to run. Skip. |
154 # Some similar tests (with fewer iterations) may be included in arm64-js | 181 # Some similar tests (with fewer iterations) may be included in arm64-js |
155 # tests. | 182 # tests. |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'never-optimize': [SKIP], | 408 'never-optimize': [SKIP], |
382 'regress/regress-2185-2': [SKIP], | 409 'regress/regress-2185-2': [SKIP], |
383 'harmony/object-observe': [SKIP], | 410 'harmony/object-observe': [SKIP], |
384 'readonly': [SKIP], | 411 'readonly': [SKIP], |
385 'array-feedback': [SKIP], | 412 'array-feedback': [SKIP], |
386 | 413 |
387 # Deopt every n garbage collections collides with deopt every n times. | 414 # Deopt every n garbage collections collides with deopt every n times. |
388 'regress/regress-2653': [SKIP], | 415 'regress/regress-2653': [SKIP], |
389 }], # 'deopt_fuzzer == True' | 416 }], # 'deopt_fuzzer == True' |
390 ] | 417 ] |
OLD | NEW |