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 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 'regress/regress-opt-after-debug-deopt': [SKIP], | 1044 'regress/regress-opt-after-debug-deopt': [SKIP], |
1045 'regress/regress-osr-in-case-label': [SKIP], | 1045 'regress/regress-osr-in-case-label': [SKIP], |
1046 'regress/regress-osr-in-literal': [SKIP], | 1046 'regress/regress-osr-in-literal': [SKIP], |
1047 'regress/regress-prepare-break-while-recompile': [SKIP], | 1047 'regress/regress-prepare-break-while-recompile': [SKIP], |
1048 'regress/regress-put-prototype-transition': [SKIP], | 1048 'regress/regress-put-prototype-transition': [SKIP], |
1049 'regress/regress-sliced-external-cons-regexp': [SKIP], | 1049 'regress/regress-sliced-external-cons-regexp': [SKIP], |
1050 'regress/regress-store-heapobject': [SKIP], | 1050 'regress/regress-store-heapobject': [SKIP], |
1051 'regress/regress-transcendental': [SKIP], | 1051 'regress/regress-transcendental': [SKIP], |
1052 'regress/regress-typedarray-length': [SKIP], | 1052 'regress/regress-typedarray-length': [SKIP], |
1053 'regress/splice-missing-wb': [SKIP], | 1053 'regress/splice-missing-wb': [SKIP], |
1054 'setter-on-constructor-prototype': [SKIP], | |
1055 'shift-for-integer-div': [SKIP], | 1054 'shift-for-integer-div': [SKIP], |
1056 'simple-constructor': [SKIP], | 1055 'simple-constructor': [SKIP], |
1057 'sparse-array-reverse': [SKIP], | 1056 'sparse-array-reverse': [SKIP], |
1058 'stack-traces': [SKIP], | 1057 'stack-traces': [SKIP], |
1059 'strict-mode': [SKIP], | 1058 'strict-mode': [SKIP], |
1060 'string-case': [SKIP], | 1059 'string-case': [SKIP], |
1061 'string-external-cached': [SKIP], | 1060 'string-external-cached': [SKIP], |
1062 'string-externalize': [SKIP], | 1061 'string-externalize': [SKIP], |
1063 'string-natives': [SKIP], | 1062 'string-natives': [SKIP], |
1064 'string-replace-with-empty': [SKIP], | 1063 'string-replace-with-empty': [SKIP], |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1131 | 1130 |
1132 ############################################################################## | 1131 ############################################################################## |
1133 ['gcov_coverage', { | 1132 ['gcov_coverage', { |
1134 # Tests taking too long. | 1133 # Tests taking too long. |
1135 'array-functions-prototype-misc': [SKIP], | 1134 'array-functions-prototype-misc': [SKIP], |
1136 'strong/implicit-conversions': [SKIP], | 1135 'strong/implicit-conversions': [SKIP], |
1137 'strong/load-element-mutate-backing-store': [SKIP], | 1136 'strong/load-element-mutate-backing-store': [SKIP], |
1138 }], # 'gcov_coverage' | 1137 }], # 'gcov_coverage' |
1139 | 1138 |
1140 ] | 1139 ] |
OLD | NEW |