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 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 242 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
243 'math-floor-of-div': [PASS, NO_VARIANTS], | 243 'math-floor-of-div': [PASS, NO_VARIANTS], |
244 'unicodelctest': [PASS, NO_VARIANTS], | 244 'unicodelctest': [PASS, NO_VARIANTS], |
245 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 245 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
246 | 246 |
247 # Too slow for gc stress. | 247 # Too slow for gc stress. |
248 'asm/embenchen/box2d': [SKIP], | 248 'asm/embenchen/box2d': [SKIP], |
249 | 249 |
250 # Issue 3723. | 250 # Issue 3723. |
251 'regress/regress-3717': [SKIP], | 251 'regress/regress-3717': [SKIP], |
| 252 # Issue 3776. |
| 253 'debug-stepframe': [SKIP], |
252 }], # 'gc_stress == True' | 254 }], # 'gc_stress == True' |
253 | 255 |
254 ############################################################################## | 256 ############################################################################## |
255 ['arch == arm64 or arch == android_arm64', { | 257 ['arch == arm64 or arch == android_arm64', { |
256 | 258 |
257 # arm64 TF timeout. | 259 # arm64 TF timeout. |
258 'regress/regress-1257': [PASS, TIMEOUT], | 260 'regress/regress-1257': [PASS, TIMEOUT], |
259 | 261 |
260 # Requires bigger stack size in the Genesis and if stack size is increased, | 262 # 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 | 263 # 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], | 578 'never-optimize': [SKIP], |
577 'regress/regress-2185-2': [SKIP], | 579 'regress/regress-2185-2': [SKIP], |
578 'harmony/object-observe': [SKIP], | 580 'harmony/object-observe': [SKIP], |
579 'readonly': [SKIP], | 581 'readonly': [SKIP], |
580 'array-feedback': [SKIP], | 582 'array-feedback': [SKIP], |
581 | 583 |
582 # Deopt every n garbage collections collides with deopt every n times. | 584 # Deopt every n garbage collections collides with deopt every n times. |
583 'regress/regress-2653': [SKIP], | 585 'regress/regress-2653': [SKIP], |
584 }], # 'deopt_fuzzer == True' | 586 }], # 'deopt_fuzzer == True' |
585 ] | 587 ] |
OLD | NEW |