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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 'regress/regress-builtinbust-7': [SKIP], | 1134 'regress/regress-builtinbust-7': [SKIP], |
1135 'regress/regress-crbug-451770': [SKIP], | 1135 'regress/regress-crbug-451770': [SKIP], |
1136 'regress/regress-crbug-503968': [SKIP], | 1136 'regress/regress-crbug-503968': [SKIP], |
1137 'regress/regress-crbug-504729': [SKIP], | 1137 'regress/regress-crbug-504729': [SKIP], |
1138 }], # ignition == True | 1138 }], # ignition == True |
1139 | 1139 |
1140 ['ignition == True and (arch == arm or arch == arm64)', { | 1140 ['ignition == True and (arch == arm or arch == arm64)', { |
1141 'array-sort': [SKIP], | 1141 'array-sort': [SKIP], |
1142 'array-store-and-grow': [SKIP], | 1142 'array-store-and-grow': [SKIP], |
1143 'compiler/division-by-constant': [SKIP], | 1143 'compiler/division-by-constant': [SKIP], |
| 1144 'compiler/math-floor-global': [SKIP], |
| 1145 'compiler/math-floor-local': [SKIP], |
1144 'compiler/osr-big': [SKIP], | 1146 'compiler/osr-big': [SKIP], |
1145 'compiler/osr-nested': [SKIP], | 1147 'compiler/osr-nested': [SKIP], |
1146 'compiler/osr-one': [SKIP], | 1148 'compiler/osr-one': [SKIP], |
1147 'compiler/osr-two': [SKIP], | 1149 'compiler/osr-two': [SKIP], |
1148 'date-parse': [SKIP], | 1150 'date-parse': [SKIP], |
1149 'math-floor-part1': [SKIP], | 1151 'math-floor-part1': [SKIP], |
1150 'math-floor-part2': [SKIP], | 1152 'math-floor-part2': [SKIP], |
1151 'math-floor-part3': [SKIP], | 1153 'math-floor-part3': [SKIP], |
1152 'mul-exhaustive-part*': [SKIP], | 1154 'mul-exhaustive-part*': [SKIP], |
1153 'regress/regress-1167': [SKIP], | 1155 'regress/regress-1167': [SKIP], |
(...skipping 29 matching lines...) Expand all Loading... |
1183 | 1185 |
1184 ############################################################################## | 1186 ############################################################################## |
1185 ['gcov_coverage', { | 1187 ['gcov_coverage', { |
1186 # Tests taking too long. | 1188 # Tests taking too long. |
1187 'array-functions-prototype-misc': [SKIP], | 1189 'array-functions-prototype-misc': [SKIP], |
1188 'strong/implicit-conversions': [SKIP], | 1190 'strong/implicit-conversions': [SKIP], |
1189 'strong/load-element-mutate-backing-store': [SKIP], | 1191 'strong/load-element-mutate-backing-store': [SKIP], |
1190 }], # 'gcov_coverage' | 1192 }], # 'gcov_coverage' |
1191 | 1193 |
1192 ] | 1194 ] |
OLD | NEW |