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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 'compiler/try-osr': [SKIP], | 799 'compiler/try-osr': [SKIP], |
800 'compiler/uint32': [SKIP], | 800 'compiler/uint32': [SKIP], |
801 'compiler/variables': [SKIP], | 801 'compiler/variables': [SKIP], |
802 'context-calls-maintained': [SKIP], | 802 'context-calls-maintained': [SKIP], |
803 'contextual-calls': [SKIP], | 803 'contextual-calls': [SKIP], |
804 'cross-realm-filtering': [SKIP], | 804 'cross-realm-filtering': [SKIP], |
805 'cyclic-array-to-string': [SKIP], | 805 'cyclic-array-to-string': [SKIP], |
806 'd8-worker-sharedarraybuffer': [SKIP], | 806 'd8-worker-sharedarraybuffer': [SKIP], |
807 'delete-in-with': [SKIP], | 807 'delete-in-with': [SKIP], |
808 'deopt-minus-zero': [SKIP], | 808 'deopt-minus-zero': [SKIP], |
| 809 'deserialize-optimize-inner': [SKIP], |
809 'double-equals': [SKIP], | 810 'double-equals': [SKIP], |
810 'eval-enclosing-function-name': [SKIP], | 811 'eval-enclosing-function-name': [SKIP], |
811 'eval-stack-trace': [SKIP], | 812 'eval-stack-trace': [SKIP], |
812 'fast-prototype': [SKIP], | 813 'fast-prototype': [SKIP], |
813 'field-type-tracking': [SKIP], | 814 'field-type-tracking': [SKIP], |
814 'for-in-opt': [SKIP], | 815 'for-in-opt': [SKIP], |
815 'for-in-special-cases': [SKIP], | 816 'for-in-special-cases': [SKIP], |
816 'function-call': [SKIP], | 817 'function-call': [SKIP], |
817 'get-caller-js-function': [SKIP], | 818 'get-caller-js-function': [SKIP], |
818 'get-prototype-of': [SKIP], | 819 'get-prototype-of': [SKIP], |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 'with-prototype': [SKIP], | 1080 'with-prototype': [SKIP], |
1080 'with-readonly': [SKIP], | 1081 'with-readonly': [SKIP], |
1081 'with-value': [SKIP], | 1082 'with-value': [SKIP], |
1082 'regress/regress-builtinbust-7': [SKIP], | 1083 'regress/regress-builtinbust-7': [SKIP], |
1083 'regress/regress-crbug-451770': [SKIP], | 1084 'regress/regress-crbug-451770': [SKIP], |
1084 'regress/regress-crbug-503968': [SKIP], | 1085 'regress/regress-crbug-503968': [SKIP], |
1085 'regress/regress-crbug-504729': [SKIP], | 1086 'regress/regress-crbug-504729': [SKIP], |
1086 }], # ignition == True | 1087 }], # ignition == True |
1087 | 1088 |
1088 ['ignition == True and (arch == arm or arch == arm64)', { | 1089 ['ignition == True and (arch == arm or arch == arm64)', { |
| 1090 'array-constructor': [SKIP], |
1089 'array-sort': [SKIP], | 1091 'array-sort': [SKIP], |
1090 'array-store-and-grow': [SKIP], | 1092 'array-store-and-grow': [SKIP], |
1091 'compiler/division-by-constant': [SKIP], | 1093 'compiler/division-by-constant': [SKIP], |
1092 'compiler/math-floor-global': [SKIP], | 1094 'compiler/math-floor-global': [SKIP], |
1093 'compiler/math-floor-local': [SKIP], | 1095 'compiler/math-floor-local': [SKIP], |
1094 'compiler/osr-big': [SKIP], | 1096 'compiler/osr-big': [SKIP], |
1095 'compiler/osr-nested': [SKIP], | 1097 'compiler/osr-nested': [SKIP], |
1096 'compiler/osr-one': [SKIP], | 1098 'compiler/osr-one': [SKIP], |
1097 'compiler/osr-two': [SKIP], | 1099 'compiler/osr-two': [SKIP], |
1098 'date-parse': [SKIP], | 1100 'date-parse': [SKIP], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 | 1136 |
1135 ############################################################################## | 1137 ############################################################################## |
1136 ['gcov_coverage', { | 1138 ['gcov_coverage', { |
1137 # Tests taking too long. | 1139 # Tests taking too long. |
1138 'array-functions-prototype-misc': [SKIP], | 1140 'array-functions-prototype-misc': [SKIP], |
1139 'strong/implicit-conversions': [SKIP], | 1141 'strong/implicit-conversions': [SKIP], |
1140 'strong/load-element-mutate-backing-store': [SKIP], | 1142 'strong/load-element-mutate-backing-store': [SKIP], |
1141 }], # 'gcov_coverage' | 1143 }], # 'gcov_coverage' |
1142 | 1144 |
1143 ] | 1145 ] |
OLD | NEW |