| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 ############################################################################## | 523 ############################################################################## |
| 524 ['system == macos', { | 524 ['system == macos', { |
| 525 # BUG(v8:5333) | 525 # BUG(v8:5333) |
| 526 'big-object-literal': [SKIP], | 526 'big-object-literal': [SKIP], |
| 527 }], # 'system == macos' | 527 }], # 'system == macos' |
| 528 | 528 |
| 529 ############################################################################## | 529 ############################################################################## |
| 530 ['arch == s390 or arch == s390x', { | 530 ['arch == s390 or arch == s390x', { |
| 531 | 531 |
| 532 # Stack manipulations in LiveEdit is not implemented for this arch. | 532 # Stack manipulations in LiveEdit is not implemented for this arch. |
| 533 'debug-liveedit-check-stack': [SKIP], | |
| 534 'debug-liveedit-stack-padding': [SKIP], | |
| 535 'debug-liveedit-restart-frame': [SKIP], | |
| 536 'debug-liveedit-double-call': [SKIP], | 533 'debug-liveedit-double-call': [SKIP], |
| 537 }], # 'arch == s390 or arch == s390x' | 534 }], # 'arch == s390 or arch == s390x' |
| 538 | 535 |
| 539 ############################################################################## | 536 ############################################################################## |
| 540 ['deopt_fuzzer == True', { | 537 ['deopt_fuzzer == True', { |
| 541 | 538 |
| 542 # Skip tests that are not suitable for deoptimization fuzzing. | 539 # Skip tests that are not suitable for deoptimization fuzzing. |
| 543 'assert-opt-and-deopt': [SKIP], | 540 'assert-opt-and-deopt': [SKIP], |
| 544 'never-optimize': [SKIP], | 541 'never-optimize': [SKIP], |
| 545 'regress/regress-2185-2': [SKIP], | 542 'regress/regress-2185-2': [SKIP], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'lithium/*': [SKIP], | 684 'lithium/*': [SKIP], |
| 688 'third_party/*': [SKIP], | 685 'third_party/*': [SKIP], |
| 689 'tools/*': [SKIP], | 686 'tools/*': [SKIP], |
| 690 'apply': [SKIP], | 687 'apply': [SKIP], |
| 691 'math-*': [SKIP], | 688 'math-*': [SKIP], |
| 692 'unicode-test': [SKIP], | 689 'unicode-test': [SKIP], |
| 693 'whitespaces': [SKIP], | 690 'whitespaces': [SKIP], |
| 694 }], # variant == asm_wasm | 691 }], # variant == asm_wasm |
| 695 | 692 |
| 696 ] | 693 ] |
| OLD | NEW |