| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'for-in-special-cases': [SKIP], | 795 'for-in-special-cases': [SKIP], |
| 796 'function-call': [SKIP], | 796 'function-call': [SKIP], |
| 797 'get-caller-js-function': [SKIP], | 797 'get-caller-js-function': [SKIP], |
| 798 'get-prototype-of': [SKIP], | 798 'get-prototype-of': [SKIP], |
| 799 'getter-in-prototype': [SKIP], | 799 'getter-in-prototype': [SKIP], |
| 800 'getters-on-elements': [SKIP], | 800 'getters-on-elements': [SKIP], |
| 801 'global-hash': [SKIP], | 801 'global-hash': [SKIP], |
| 802 'global-load-from-eval-in-with': [SKIP], | 802 'global-load-from-eval-in-with': [SKIP], |
| 803 'global-vars-with': [SKIP], | 803 'global-vars-with': [SKIP], |
| 804 'instanceof-2': [SKIP], | 804 'instanceof-2': [SKIP], |
| 805 'json': [SKIP], |
| 805 'math-floor-of-div-minus-zero': [SKIP], | 806 'math-floor-of-div-minus-zero': [SKIP], |
| 806 'math-min-max': [SKIP], | 807 'math-min-max': [SKIP], |
| 807 'messages': [SKIP], | 808 'messages': [SKIP], |
| 808 'mirror-object': [SKIP], | 809 'mirror-object': [SKIP], |
| 809 'numops-fuzz-part1': [SKIP], | 810 'numops-fuzz-part1': [SKIP], |
| 810 'numops-fuzz-part2': [SKIP], | 811 'numops-fuzz-part2': [SKIP], |
| 811 'numops-fuzz-part3': [SKIP], | 812 'numops-fuzz-part3': [SKIP], |
| 812 'numops-fuzz-part4': [SKIP], | 813 'numops-fuzz-part4': [SKIP], |
| 813 'object-literal-gc': [SKIP], | 814 'object-literal-gc': [SKIP], |
| 814 'osr-elements-kind': [SKIP], | 815 'osr-elements-kind': [SKIP], |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 'regress/regress-crbug-347903': [SKIP], | 1069 'regress/regress-crbug-347903': [SKIP], |
| 1069 'regress/regress-crbug-505007-1': [SKIP], | 1070 'regress/regress-crbug-505007-1': [SKIP], |
| 1070 'regress/regress-crbug-505007-2': [SKIP], | 1071 'regress/regress-crbug-505007-2': [SKIP], |
| 1071 'regress/short-circuit': [SKIP], | 1072 'regress/short-circuit': [SKIP], |
| 1072 'stack-traces-overflow': [SKIP], | 1073 'stack-traces-overflow': [SKIP], |
| 1073 'unicodelctest': [SKIP], | 1074 'unicodelctest': [SKIP], |
| 1074 'unicodelctest-no-optimization': [SKIP], | 1075 'unicodelctest-no-optimization': [SKIP], |
| 1075 }], # ignition == True and (arch == arm or arch == arm64) | 1076 }], # ignition == True and (arch == arm or arch == arm64) |
| 1076 | 1077 |
| 1077 ] | 1078 ] |
| OLD | NEW |