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 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'regress/regress-existing-shared-function-info': [SKIP], | 998 'regress/regress-existing-shared-function-info': [SKIP], |
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-param-local-type': [SKIP], | 1009 'regress/regress-param-local-type': [SKIP], |
1009 'regress/regress-prepare-break-while-recompile': [SKIP], | 1010 'regress/regress-prepare-break-while-recompile': [SKIP], |
1010 'regress/regress-put-prototype-transition': [SKIP], | 1011 'regress/regress-put-prototype-transition': [SKIP], |
1011 'regress/regress-sliced-external-cons-regexp': [SKIP], | 1012 'regress/regress-sliced-external-cons-regexp': [SKIP], |
1012 'regress/regress-transcendental': [SKIP], | 1013 'regress/regress-transcendental': [SKIP], |
1013 'regress/regress-typedarray-length': [SKIP], | 1014 'regress/regress-typedarray-length': [SKIP], |
1014 'regress/splice-missing-wb': [SKIP], | 1015 'regress/splice-missing-wb': [SKIP], |
1015 'shift-for-integer-div': [SKIP], | 1016 'shift-for-integer-div': [SKIP], |
1016 'simple-constructor': [SKIP], | 1017 'simple-constructor': [SKIP], |
1017 'sin-cos': [SKIP], | 1018 'sin-cos': [SKIP], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 'regress/regress-crbug-347903': [SKIP], | 1065 'regress/regress-crbug-347903': [SKIP], |
1065 'regress/regress-crbug-505007-1': [SKIP], | 1066 'regress/regress-crbug-505007-1': [SKIP], |
1066 'regress/regress-crbug-505007-2': [SKIP], | 1067 'regress/regress-crbug-505007-2': [SKIP], |
1067 'regress/short-circuit': [SKIP], | 1068 'regress/short-circuit': [SKIP], |
1068 'stack-traces-overflow': [SKIP], | 1069 'stack-traces-overflow': [SKIP], |
1069 'unicodelctest': [SKIP], | 1070 'unicodelctest': [SKIP], |
1070 'unicodelctest-no-optimization': [SKIP], | 1071 'unicodelctest-no-optimization': [SKIP], |
1071 }], # ignition == True and (arch == arm or arch == arm64) | 1072 }], # ignition == True and (arch == arm or arch == arm64) |
1072 | 1073 |
1073 ] | 1074 ] |
OLD | NEW |