| 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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 'regress/regress-fast-literal-transition': [SKIP], | 999 'regress/regress-fast-literal-transition': [SKIP], |
| 1000 'regress/regress-force-representation': [SKIP], | 1000 'regress/regress-force-representation': [SKIP], |
| 1001 'regress/regress-function-constructor-receiver': [SKIP], | 1001 'regress/regress-function-constructor-receiver': [SKIP], |
| 1002 'regress/regress-handle-illegal-redeclaration': [SKIP], | 1002 'regress/regress-handle-illegal-redeclaration': [SKIP], |
| 1003 'regress/regress-inline-class-constructor': [SKIP], | 1003 'regress/regress-inline-class-constructor': [SKIP], |
| 1004 'regress/regress-inlining-function-literal-context': [SKIP], | 1004 'regress/regress-inlining-function-literal-context': [SKIP], |
| 1005 'regress/regress-lazy-deopt-reloc': [SKIP], | 1005 'regress/regress-lazy-deopt-reloc': [SKIP], |
| 1006 'regress/regress-map-invalidation-2': [SKIP], | 1006 'regress/regress-map-invalidation-2': [SKIP], |
| 1007 'regress/regress-opt-after-debug-deopt': [SKIP], | 1007 'regress/regress-opt-after-debug-deopt': [SKIP], |
| 1008 'regress/regress-osr-in-case-label': [SKIP], | 1008 'regress/regress-osr-in-case-label': [SKIP], |
| 1009 'regress/regress-osr-in-literal': [SKIP], |
| 1009 'regress/regress-param-local-type': [SKIP], | 1010 'regress/regress-param-local-type': [SKIP], |
| 1010 'regress/regress-prepare-break-while-recompile': [SKIP], | 1011 'regress/regress-prepare-break-while-recompile': [SKIP], |
| 1011 'regress/regress-put-prototype-transition': [SKIP], | 1012 'regress/regress-put-prototype-transition': [SKIP], |
| 1012 'regress/regress-sliced-external-cons-regexp': [SKIP], | 1013 'regress/regress-sliced-external-cons-regexp': [SKIP], |
| 1013 'regress/regress-transcendental': [SKIP], | 1014 'regress/regress-transcendental': [SKIP], |
| 1014 'regress/regress-typedarray-length': [SKIP], | 1015 'regress/regress-typedarray-length': [SKIP], |
| 1015 'regress/splice-missing-wb': [SKIP], | 1016 'regress/splice-missing-wb': [SKIP], |
| 1016 'shift-for-integer-div': [SKIP], | 1017 'shift-for-integer-div': [SKIP], |
| 1017 'simple-constructor': [SKIP], | 1018 'simple-constructor': [SKIP], |
| 1018 'sin-cos': [SKIP], | 1019 'sin-cos': [SKIP], |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 'regress/regress-crbug-347903': [SKIP], | 1067 'regress/regress-crbug-347903': [SKIP], |
| 1067 'regress/regress-crbug-505007-1': [SKIP], | 1068 'regress/regress-crbug-505007-1': [SKIP], |
| 1068 'regress/regress-crbug-505007-2': [SKIP], | 1069 'regress/regress-crbug-505007-2': [SKIP], |
| 1069 'regress/short-circuit': [SKIP], | 1070 'regress/short-circuit': [SKIP], |
| 1070 'stack-traces-overflow': [SKIP], | 1071 'stack-traces-overflow': [SKIP], |
| 1071 'unicodelctest': [SKIP], | 1072 'unicodelctest': [SKIP], |
| 1072 'unicodelctest-no-optimization': [SKIP], | 1073 'unicodelctest-no-optimization': [SKIP], |
| 1073 }], # ignition == True and (arch == arm or arch == arm64) | 1074 }], # ignition == True and (arch == arm or arch == arm64) |
| 1074 | 1075 |
| 1075 ] | 1076 ] |
| OLD | NEW |