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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'array-sort': [SKIP], | 1055 'array-sort': [SKIP], |
1056 'date-parse': [SKIP], | 1056 'date-parse': [SKIP], |
1057 'math-floor-part1': [SKIP], | 1057 'math-floor-part1': [SKIP], |
1058 'math-floor-part2': [SKIP], | 1058 'math-floor-part2': [SKIP], |
1059 'math-floor-part3': [SKIP], | 1059 'math-floor-part3': [SKIP], |
1060 'mul-exhaustive-part*': [SKIP], | 1060 'mul-exhaustive-part*': [SKIP], |
1061 'regress/regress-1167': [SKIP], | 1061 'regress/regress-1167': [SKIP], |
1062 'regress/regress-165637': [SKIP], | 1062 'regress/regress-165637': [SKIP], |
1063 'regress/regress-2249': [SKIP], | 1063 'regress/regress-2249': [SKIP], |
1064 'regress/regress-319722-ArrayBuffer': [SKIP], | 1064 'regress/regress-319722-ArrayBuffer': [SKIP], |
| 1065 'regress/regress-411210': [SKIP], |
1065 'regress/regress-542823': [SKIP], | 1066 'regress/regress-542823': [SKIP], |
1066 'regress/regress-634-debug': [SKIP], | 1067 'regress/regress-634-debug': [SKIP], |
1067 'regress/regress-78270': [SKIP], | 1068 'regress/regress-78270': [SKIP], |
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 |