| 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 'value-wrapper': [SKIP], | 1043 'value-wrapper': [SKIP], |
| 1044 'with-parameter-access': [SKIP], | 1044 'with-parameter-access': [SKIP], |
| 1045 'with-prototype': [SKIP], | 1045 'with-prototype': [SKIP], |
| 1046 'with-readonly': [SKIP], | 1046 'with-readonly': [SKIP], |
| 1047 | 1047 |
| 1048 # TODO(cbruni,neis): Activate Proxy test once we have a more complete | 1048 # TODO(cbruni,neis): Activate Proxy test once we have a more complete |
| 1049 # implementation. | 1049 # implementation. |
| 1050 'regress/regress-crbug-506956': [SKIP], | 1050 'regress/regress-crbug-506956': [SKIP], |
| 1051 'regress/regress-crbug-505907': [SKIP], | 1051 'regress/regress-crbug-505907': [SKIP], |
| 1052 | 1052 |
| 1053 'regress/typed-array-lifetime': [SKIP], |
| 1053 }], # ignition == True | 1054 }], # ignition == True |
| 1054 | 1055 |
| 1055 ['ignition == True and (arch == arm or arch == arm64)', { | 1056 ['ignition == True and (arch == arm or arch == arm64)', { |
| 1056 'array-sort': [SKIP], | 1057 'array-sort': [SKIP], |
| 1057 'date-parse': [SKIP], | 1058 'date-parse': [SKIP], |
| 1058 'math-floor-part1': [SKIP], | 1059 'math-floor-part1': [SKIP], |
| 1059 'math-floor-part2': [SKIP], | 1060 'math-floor-part2': [SKIP], |
| 1060 'math-floor-part3': [SKIP], | 1061 'math-floor-part3': [SKIP], |
| 1061 'mul-exhaustive-part*': [SKIP], | 1062 'mul-exhaustive-part*': [SKIP], |
| 1062 'regress/regress-1167': [SKIP], | 1063 'regress/regress-1167': [SKIP], |
| 1063 'regress/regress-165637': [SKIP], | 1064 'regress/regress-165637': [SKIP], |
| 1064 'regress/regress-2249': [SKIP], | 1065 'regress/regress-2249': [SKIP], |
| 1065 'regress/regress-319722-ArrayBuffer': [SKIP], | 1066 'regress/regress-319722-ArrayBuffer': [SKIP], |
| 1066 'regress/regress-411210': [SKIP], | 1067 'regress/regress-411210': [SKIP], |
| 1067 'regress/regress-542823': [SKIP], | 1068 'regress/regress-542823': [SKIP], |
| 1068 'regress/regress-634-debug': [SKIP], | 1069 'regress/regress-634-debug': [SKIP], |
| 1069 'regress/regress-78270': [SKIP], | 1070 'regress/regress-78270': [SKIP], |
| 1070 'regress/regress-crbug-347903': [SKIP], | 1071 'regress/regress-crbug-347903': [SKIP], |
| 1071 'regress/regress-crbug-505007-1': [SKIP], | 1072 'regress/regress-crbug-505007-1': [SKIP], |
| 1072 'regress/regress-crbug-505007-2': [SKIP], | 1073 'regress/regress-crbug-505007-2': [SKIP], |
| 1073 'regress/short-circuit': [SKIP], | 1074 'regress/short-circuit': [SKIP], |
| 1074 'stack-traces-overflow': [SKIP], | 1075 'stack-traces-overflow': [SKIP], |
| 1075 'unicodelctest': [SKIP], | 1076 'unicodelctest': [SKIP], |
| 1076 'unicodelctest-no-optimization': [SKIP], | 1077 'unicodelctest-no-optimization': [SKIP], |
| 1077 }], # ignition == True and (arch == arm or arch == arm64) | 1078 }], # ignition == True and (arch == arm or arch == arm64) |
| 1078 | 1079 |
| 1079 ] | 1080 ] |
| OLD | NEW |