| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'regress/regress-91008': [PASS, NO_VARIANTS], | 242 'regress/regress-91008': [PASS, NO_VARIANTS], |
| 243 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], | 243 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 244 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], | 244 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 245 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 245 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 246 'math-floor-of-div': [PASS, NO_VARIANTS], | 246 'math-floor-of-div': [PASS, NO_VARIANTS], |
| 247 'unicodelctest': [PASS, NO_VARIANTS], | 247 'unicodelctest': [PASS, NO_VARIANTS], |
| 248 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 248 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 249 | 249 |
| 250 # Too slow for gc stress. | 250 # Too slow for gc stress. |
| 251 'asm/embenchen/box2d': [SKIP], | 251 'asm/embenchen/box2d': [SKIP], |
| 252 |
| 253 # Issue 3723. |
| 254 'regress/regress-3717': [SKIP], |
| 252 }], # 'gc_stress == True' | 255 }], # 'gc_stress == True' |
| 253 | 256 |
| 254 ############################################################################## | 257 ############################################################################## |
| 255 ['arch == arm64 or arch == android_arm64', { | 258 ['arch == arm64 or arch == android_arm64', { |
| 256 | 259 |
| 257 # arm64 TF timeout. | 260 # arm64 TF timeout. |
| 258 'regress/regress-1257': [PASS, TIMEOUT], | 261 'regress/regress-1257': [PASS, TIMEOUT], |
| 259 | 262 |
| 260 # Requires bigger stack size in the Genesis and if stack size is increased, | 263 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 261 # the test requires too much time to run. However, the problem test covers | 264 # the test requires too much time to run. However, the problem test covers |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'never-optimize': [SKIP], | 579 'never-optimize': [SKIP], |
| 577 'regress/regress-2185-2': [SKIP], | 580 'regress/regress-2185-2': [SKIP], |
| 578 'harmony/object-observe': [SKIP], | 581 'harmony/object-observe': [SKIP], |
| 579 'readonly': [SKIP], | 582 'readonly': [SKIP], |
| 580 'array-feedback': [SKIP], | 583 'array-feedback': [SKIP], |
| 581 | 584 |
| 582 # Deopt every n garbage collections collides with deopt every n times. | 585 # Deopt every n garbage collections collides with deopt every n times. |
| 583 'regress/regress-2653': [SKIP], | 586 'regress/regress-2653': [SKIP], |
| 584 }], # 'deopt_fuzzer == True' | 587 }], # 'deopt_fuzzer == True' |
| 585 ] | 588 ] |
| OLD | NEW |