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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1058 'regress/regress-799761': [SKIP], | 1058 'regress/regress-799761': [SKIP], |
1059 'regress/regress-503565': [SKIP], | 1059 'regress/regress-503565': [SKIP], |
1060 'regress/regress-568765': [SKIP], | 1060 'regress/regress-568765': [SKIP], |
1061 'regress/regress-3138': [SKIP], | 1061 'regress/regress-3138': [SKIP], |
1062 'regress/regress-220': [SKIP], | 1062 'regress/regress-220': [SKIP], |
1063 'regress/regress-1170187': [SKIP], | 1063 'regress/regress-1170187': [SKIP], |
1064 'regress/regress-1030466': [SKIP], | 1064 'regress/regress-1030466': [SKIP], |
1065 'regress/regress-1853': [SKIP], | 1065 'regress/regress-1853': [SKIP], |
1066 'with-value': [SKIP], | 1066 'with-value': [SKIP], |
1067 'with-function-expression': [SKIP], | 1067 'with-function-expression': [SKIP], |
1068 'switch': [SKIP], | |
1069 'receiver-in-with-calls': [SKIP], | 1068 'receiver-in-with-calls': [SKIP], |
1070 'local-load-from-eval': [SKIP], | 1069 'local-load-from-eval': [SKIP], |
1071 'deserialize-optimize-inner': [SKIP], | 1070 'deserialize-optimize-inner': [SKIP], |
1072 'delete-in-with': [SKIP], | 1071 'delete-in-with': [SKIP], |
1073 }], # ignition == True | 1072 }], # ignition == True |
1074 | 1073 |
1075 ['ignition == True and (arch == arm or arch == arm64)', { | 1074 ['ignition == True and (arch == arm or arch == arm64)', { |
1076 'array-sort': [SKIP], | 1075 'array-sort': [SKIP], |
1077 'date-parse': [SKIP], | 1076 'date-parse': [SKIP], |
1078 'math-floor-part1': [SKIP], | 1077 'math-floor-part1': [SKIP], |
(...skipping 22 matching lines...) Expand all Loading... |
1101 | 1100 |
1102 ############################################################################## | 1101 ############################################################################## |
1103 ['gcov_coverage', { | 1102 ['gcov_coverage', { |
1104 # Tests taking too long. | 1103 # Tests taking too long. |
1105 'array-functions-prototype-misc': [SKIP], | 1104 'array-functions-prototype-misc': [SKIP], |
1106 'strong/implicit-conversions': [SKIP], | 1105 'strong/implicit-conversions': [SKIP], |
1107 'strong/load-element-mutate-backing-store': [SKIP], | 1106 'strong/load-element-mutate-backing-store': [SKIP], |
1108 }], # 'gcov_coverage' | 1107 }], # 'gcov_coverage' |
1109 | 1108 |
1110 ] | 1109 ] |
OLD | NEW |