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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'regress/short-circuit': [SKIP], | 227 'regress/short-circuit': [SKIP], |
228 'stack-traces-overflow': [SKIP], | 228 'stack-traces-overflow': [SKIP], |
229 'unicode-test': [SKIP], | 229 'unicode-test': [SKIP], |
230 'whitespaces': [SKIP], | 230 'whitespaces': [SKIP], |
231 | 231 |
232 # TODO(mstarzinger): Takes too long with TF. | 232 # TODO(mstarzinger): Takes too long with TF. |
233 'array-sort': [PASS, NO_VARIANTS], | 233 'array-sort': [PASS, NO_VARIANTS], |
234 'regress/regress-91008': [PASS, NO_VARIANTS], | 234 'regress/regress-91008': [PASS, NO_VARIANTS], |
235 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 235 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
236 'math-floor-of-div': [PASS, NO_VARIANTS], | 236 'math-floor-of-div': [PASS, NO_VARIANTS], |
| 237 'unicodelctest': [PASS, NO_VARIANTS], |
| 238 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
237 }], # 'gc_stress == True' | 239 }], # 'gc_stress == True' |
238 | 240 |
239 ############################################################################## | 241 ############################################################################## |
240 ['arch == arm64 or arch == android_arm64', { | 242 ['arch == arm64 or arch == android_arm64', { |
241 | 243 |
242 # arm64 TF timeout. | 244 # arm64 TF timeout. |
243 'regress/regress-1257': [PASS, TIMEOUT], | 245 'regress/regress-1257': [PASS, TIMEOUT], |
244 | 246 |
245 # Requires bigger stack size in the Genesis and if stack size is increased, | 247 # Requires bigger stack size in the Genesis and if stack size is increased, |
246 # the test requires too much time to run. However, the problem test covers | 248 # the test requires too much time to run. However, the problem test covers |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'never-optimize': [SKIP], | 556 'never-optimize': [SKIP], |
555 'regress/regress-2185-2': [SKIP], | 557 'regress/regress-2185-2': [SKIP], |
556 'harmony/object-observe': [SKIP], | 558 'harmony/object-observe': [SKIP], |
557 'readonly': [SKIP], | 559 'readonly': [SKIP], |
558 'array-feedback': [SKIP], | 560 'array-feedback': [SKIP], |
559 | 561 |
560 # Deopt every n garbage collections collides with deopt every n times. | 562 # Deopt every n garbage collections collides with deopt every n times. |
561 'regress/regress-2653': [SKIP], | 563 'regress/regress-2653': [SKIP], |
562 }], # 'deopt_fuzzer == True' | 564 }], # 'deopt_fuzzer == True' |
563 ] | 565 ] |
OLD | NEW |