| 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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 'regress/regress-crbug-517592': [SKIP], | 933 'regress/regress-crbug-517592': [SKIP], |
| 934 'regress/regress-crbug-522895': [SKIP], | 934 'regress/regress-crbug-522895': [SKIP], |
| 935 'regress/regress-crbug-527364': [SKIP], | 935 'regress/regress-crbug-527364': [SKIP], |
| 936 'regress/regress-crbug-546968': [SKIP], | 936 'regress/regress-crbug-546968': [SKIP], |
| 937 'regress/regress-crbug-568477-1': [SKIP], | 937 'regress/regress-crbug-568477-1': [SKIP], |
| 938 'regress/regress-crbug-568477-2': [SKIP], | 938 'regress/regress-crbug-568477-2': [SKIP], |
| 939 'regress/regress-crbug-568477-3': [SKIP], | 939 'regress/regress-crbug-568477-3': [SKIP], |
| 940 'regress/regress-crbug-568477-4': [SKIP], | 940 'regress/regress-crbug-568477-4': [SKIP], |
| 941 'regress/regress-crbug-575080': [SKIP], | 941 'regress/regress-crbug-575080': [SKIP], |
| 942 'regress/regress-crbug-580506': [SKIP], | 942 'regress/regress-crbug-580506': [SKIP], |
| 943 'regress/regress-crbug-582051': [SKIP], |
| 943 'regress/regress-deopt-in-array-literal-spread': [SKIP], | 944 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
| 944 'regress/regress-fast-literal-transition': [SKIP], | 945 'regress/regress-fast-literal-transition': [SKIP], |
| 945 'regress/regress-function-constructor-receiver': [SKIP], | 946 'regress/regress-function-constructor-receiver': [SKIP], |
| 946 'regress/regress-handle-illegal-redeclaration': [SKIP], | 947 'regress/regress-handle-illegal-redeclaration': [SKIP], |
| 947 'regress/regress-inline-class-constructor': [SKIP], | 948 'regress/regress-inline-class-constructor': [SKIP], |
| 948 'regress/regress-opt-after-debug-deopt': [SKIP], | 949 'regress/regress-opt-after-debug-deopt': [SKIP], |
| 949 'regress/regress-osr-in-case-label': [SKIP], | 950 'regress/regress-osr-in-case-label': [SKIP], |
| 950 'regress/regress-osr-in-literal': [SKIP], | 951 'regress/regress-osr-in-literal': [SKIP], |
| 951 'regress/regress-prepare-break-while-recompile': [SKIP], | 952 'regress/regress-prepare-break-while-recompile': [SKIP], |
| 952 'regress/regress-typedarray-length': [SKIP], | 953 'regress/regress-typedarray-length': [SKIP], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 # Tests taking too long. | 1017 # Tests taking too long. |
| 1017 'array-functions-prototype-misc': [SKIP], | 1018 'array-functions-prototype-misc': [SKIP], |
| 1018 'strong/implicit-conversions': [SKIP], | 1019 'strong/implicit-conversions': [SKIP], |
| 1019 'strong/load-element-mutate-backing-store': [SKIP], | 1020 'strong/load-element-mutate-backing-store': [SKIP], |
| 1020 | 1021 |
| 1021 # Stack overflow. | 1022 # Stack overflow. |
| 1022 'big-array-literal': [SKIP], | 1023 'big-array-literal': [SKIP], |
| 1023 }], # 'gcov_coverage' | 1024 }], # 'gcov_coverage' |
| 1024 | 1025 |
| 1025 ] | 1026 ] |
| OLD | NEW |