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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 237 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
238 'math-floor-of-div': [PASS, NO_VARIANTS], | 238 'math-floor-of-div': [PASS, NO_VARIANTS], |
239 'unicodelctest': [PASS, NO_VARIANTS], | 239 'unicodelctest': [PASS, NO_VARIANTS], |
240 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 240 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
241 | 241 |
242 # Too slow for gc stress. | 242 # Too slow for gc stress. |
243 'asm/embenchen/box2d': [SKIP], | 243 'asm/embenchen/box2d': [SKIP], |
244 | 244 |
245 # Issue 3723. | 245 # Issue 3723. |
246 'regress/regress-3717': [SKIP], | 246 'regress/regress-3717': [SKIP], |
| 247 # Issue 3924. |
| 248 'mjsunit/debug-clearbreakpointgroup': [SKIP], |
247 }], # 'gc_stress == True' | 249 }], # 'gc_stress == True' |
248 | 250 |
249 ############################################################################## | 251 ############################################################################## |
250 ['byteorder == big', { | 252 ['byteorder == big', { |
251 # Emscripten requires little-endian, skip all tests on big endian platforms. | 253 # Emscripten requires little-endian, skip all tests on big endian platforms. |
252 'asm/embenchen/*': [SKIP], | 254 'asm/embenchen/*': [SKIP], |
253 }], # 'byteorder == big' | 255 }], # 'byteorder == big' |
254 | 256 |
255 ############################################################################## | 257 ############################################################################## |
256 ['arch == arm64 or arch == android_arm64', { | 258 ['arch == arm64 or arch == android_arm64', { |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 'never-optimize': [SKIP], | 582 'never-optimize': [SKIP], |
581 'regress/regress-2185-2': [SKIP], | 583 'regress/regress-2185-2': [SKIP], |
582 'harmony/object-observe': [SKIP], | 584 'harmony/object-observe': [SKIP], |
583 'readonly': [SKIP], | 585 'readonly': [SKIP], |
584 'array-feedback': [SKIP], | 586 'array-feedback': [SKIP], |
585 | 587 |
586 # Deopt every n garbage collections collides with deopt every n times. | 588 # Deopt every n garbage collections collides with deopt every n times. |
587 'regress/regress-2653': [SKIP], | 589 'regress/regress-2653': [SKIP], |
588 }], # 'deopt_fuzzer == True' | 590 }], # 'deopt_fuzzer == True' |
589 ] | 591 ] |
OLD | NEW |