| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 'try-finally-continue': [SKIP], | 1074 'try-finally-continue': [SKIP], |
| 1075 'try': [SKIP], | 1075 'try': [SKIP], |
| 1076 'undetectable-compare': [SKIP], | 1076 'undetectable-compare': [SKIP], |
| 1077 'unused-context-in-with': [SKIP], | 1077 'unused-context-in-with': [SKIP], |
| 1078 'value-wrapper': [SKIP], | 1078 'value-wrapper': [SKIP], |
| 1079 'with-function-expression': [SKIP], | 1079 'with-function-expression': [SKIP], |
| 1080 'with-parameter-access': [SKIP], | 1080 'with-parameter-access': [SKIP], |
| 1081 'with-prototype': [SKIP], | 1081 'with-prototype': [SKIP], |
| 1082 'with-readonly': [SKIP], | 1082 'with-readonly': [SKIP], |
| 1083 'with-value': [SKIP], | 1083 'with-value': [SKIP], |
| 1084 'regress/regress-builtinbust-7': [SKIP], |
| 1085 'regress/regress-crbug-451770': [SKIP], |
| 1086 'regress/regress-crbug-503968': [SKIP], |
| 1087 'regress/regress-crbug-504729': [SKIP], |
| 1084 }], # ignition == True | 1088 }], # ignition == True |
| 1085 | 1089 |
| 1086 ['ignition == True and (arch == arm or arch == arm64)', { | 1090 ['ignition == True and (arch == arm or arch == arm64)', { |
| 1087 'array-sort': [SKIP], | 1091 'array-sort': [SKIP], |
| 1088 'array-store-and-grow': [SKIP], | 1092 'array-store-and-grow': [SKIP], |
| 1089 'date-parse': [SKIP], | 1093 'date-parse': [SKIP], |
| 1090 'math-floor-part1': [SKIP], | 1094 'math-floor-part1': [SKIP], |
| 1091 'math-floor-part2': [SKIP], | 1095 'math-floor-part2': [SKIP], |
| 1092 'math-floor-part3': [SKIP], | 1096 'math-floor-part3': [SKIP], |
| 1093 'mul-exhaustive-part*': [SKIP], | 1097 'mul-exhaustive-part*': [SKIP], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1124 | 1128 |
| 1125 ############################################################################## | 1129 ############################################################################## |
| 1126 ['gcov_coverage', { | 1130 ['gcov_coverage', { |
| 1127 # Tests taking too long. | 1131 # Tests taking too long. |
| 1128 'array-functions-prototype-misc': [SKIP], | 1132 'array-functions-prototype-misc': [SKIP], |
| 1129 'strong/implicit-conversions': [SKIP], | 1133 'strong/implicit-conversions': [SKIP], |
| 1130 'strong/load-element-mutate-backing-store': [SKIP], | 1134 'strong/load-element-mutate-backing-store': [SKIP], |
| 1131 }], # 'gcov_coverage' | 1135 }], # 'gcov_coverage' |
| 1132 | 1136 |
| 1133 ] | 1137 ] |
| OLD | NEW |